diff --git a/tr/css/css-backgrounds-4.json b/tr/css/css-backgrounds-4.json index 4eaf5f805101..6b2bdcf7fedb 100644 --- a/tr/css/css-backgrounds-4.json +++ b/tr/css/css-backgrounds-4.json @@ -96,12 +96,12 @@ }, "border-top-color": { "name": "border-top-color", - "value": "#", + "value": " | <1d-image>", "initial": "currentcolor", "appliesTo": "all elements", "inherited": "no", "percentages": "n/a", - "computedValue": "the computed color", + "computedValue": "the computed color and/or a one-dimensional image function", "canonicalOrder": "per grammar", "animationType": "see prose", "styleDeclaration": [ @@ -111,12 +111,12 @@ }, "border-right-color": { "name": "border-right-color", - "value": "#", + "value": " | <1d-image>", "initial": "currentcolor", "appliesTo": "all elements", "inherited": "no", "percentages": "n/a", - "computedValue": "the computed color", + "computedValue": "the computed color and/or a one-dimensional image function", "canonicalOrder": "per grammar", "animationType": "see prose", "styleDeclaration": [ @@ -126,12 +126,12 @@ }, "border-bottom-color": { "name": "border-bottom-color", - "value": "#", + "value": " | <1d-image>", "initial": "currentcolor", "appliesTo": "all elements", "inherited": "no", "percentages": "n/a", - "computedValue": "the computed color", + "computedValue": "the computed color and/or a one-dimensional image function", "canonicalOrder": "per grammar", "animationType": "see prose", "styleDeclaration": [ @@ -141,12 +141,12 @@ }, "border-left-color": { "name": "border-left-color", - "value": "#", + "value": " | <1d-image>", "initial": "currentcolor", "appliesTo": "all elements", "inherited": "no", "percentages": "n/a", - "computedValue": "the computed color", + "computedValue": "the computed color and/or a one-dimensional image function", "canonicalOrder": "per grammar", "animationType": "see prose", "styleDeclaration": [ @@ -156,7 +156,7 @@ }, "border-color": { "name": "border-color", - "value": "#{1,4}", + "value": "[ | <1d-image> ]{1,4}", "initial": "see individual properties", "appliesTo": "see individual properties", "inherited": "see individual properties", diff --git a/tr/css/css-box.json b/tr/css/css-box.json index cc4b26bd33c2..e2fcf28e911e 100644 --- a/tr/css/css-box.json +++ b/tr/css/css-box.json @@ -8,7 +8,7 @@ "name": "margin-top", "value": " | auto", "initial": "0", - "appliesTo": "all elements except internal table elements", + "appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers", "inherited": "no", "percentages": "refer to logical width of containing block", "computedValue": "the keyword auto or a computed value", @@ -23,7 +23,7 @@ "name": "margin-right", "value": " | auto", "initial": "0", - "appliesTo": "all elements except internal table elements", + "appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers", "inherited": "no", "percentages": "refer to logical width of containing block", "computedValue": "the keyword auto or a computed value", @@ -38,7 +38,7 @@ "name": "margin-bottom", "value": " | auto", "initial": "0", - "appliesTo": "all elements except internal table elements", + "appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers", "inherited": "no", "percentages": "refer to logical width of containing block", "computedValue": "the keyword auto or a computed value", @@ -53,7 +53,7 @@ "name": "margin-left", "value": " | auto", "initial": "0", - "appliesTo": "all elements except internal table elements", + "appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers", "inherited": "no", "percentages": "refer to logical width of containing block", "computedValue": "the keyword auto or a computed value", @@ -68,7 +68,7 @@ "name": "margin", "value": "<'margin-top'>{1,4}", "initial": "0", - "appliesTo": "all elements except internal table elements", + "appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers", "inherited": "no", "percentages": "refer to logical width of containing block", "computedValue": "see individual properties", @@ -80,12 +80,12 @@ }, "margin-trim": { "name": "margin-trim", - "value": "none | in-flow | all", + "value": "none | block | inline | [ block-start || inline-start || block-end || inline-end ]", "initial": "none", - "appliesTo": "block containers, multi-column containers", + "appliesTo": "block containers, multi-column containers, flex containers, grid containers", "inherited": "no", "percentages": "N/A", - "computedValue": "keyword as specified", + "computedValue": "a set of zero to four keywords indicating which sides to trim", "canonicalOrder": "per grammar", "animationType": "discrete", "styleDeclaration": [ @@ -95,9 +95,9 @@ }, "padding-top": { "name": "padding-top", - "value": "", + "value": "", "initial": "0", - "appliesTo": "all elements except: internal table elements other than table cells", + "appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers", "inherited": "no", "percentages": "refer to logical width of containing block", "computedValue": "a computed value", @@ -110,9 +110,9 @@ }, "padding-right": { "name": "padding-right", - "value": "", + "value": "", "initial": "0", - "appliesTo": "all elements except: internal table elements other than table cells", + "appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers", "inherited": "no", "percentages": "refer to logical width of containing block", "computedValue": "a computed value", @@ -125,9 +125,9 @@ }, "padding-bottom": { "name": "padding-bottom", - "value": "", + "value": "", "initial": "0", - "appliesTo": "all elements except: internal table elements other than table cells", + "appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers", "inherited": "no", "percentages": "refer to logical width of containing block", "computedValue": "a computed value", @@ -140,9 +140,9 @@ }, "padding-left": { "name": "padding-left", - "value": "", + "value": "", "initial": "0", - "appliesTo": "all elements except: internal table elements other than table cells", + "appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers", "inherited": "no", "percentages": "refer to logical width of containing block", "computedValue": "a computed value", @@ -157,7 +157,7 @@ "name": "padding", "value": "<'padding-top'>{1,4}", "initial": "0", - "appliesTo": "all elements except: internal table elements other than table cells", + "appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers", "inherited": "no", "percentages": "refer to logical width of containing block", "computedValue": "see individual properties", diff --git a/tr/css/css-color.json b/tr/css/css-color.json index 2ce78a3ad759..463625ac5cd6 100644 --- a/tr/css/css-color.json +++ b/tr/css/css-color.json @@ -37,7 +37,7 @@ "valuespaces": { "": { "prose": "Colors in CSS are represented by the type:", - "value": " | currentcolor | | " + "value": " | currentcolor | " }, "": { "prose": "Also, an rgba() legacy color syntax also exists, with an identical grammar and behavior to rgb()." @@ -61,18 +61,21 @@ "prose": "When CSS is being parsed in quirks mode, is a type of that is only valid in certain properties:" }, "": { - "value": " | | transparent | | | | | | | | | | " + "value": " | | | transparent" + }, + "": { + "value": " | | | | | | | | | " + }, + "": { + "value": " | " }, "": { - "value": " | | none" + "value": " | " }, "": { "value": "rgb( [ | none]{3} [ / [ | none] ]? ) | rgb( [ | none]{3} [ / [ | none] ]? )", "legacyValue": "rgb( #{3} , ? ) | rgb( #{3} , ? )" }, - "": { - "value": " | " - }, "": { "value": "hsl( [ | none] [ | none] [ | none] [ / [ | none] ]? )", "legacyValue": "hsl( , , , ? )" @@ -105,7 +108,7 @@ "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020" }, "": { - "value": " [ | none ]{3}" + "value": " [ | | none ]{3}" }, "": { "value": "xyz | xyz-d50 | xyz-d65" @@ -120,7 +123,7 @@ "value": "hsl | hwb | lch | oklch" }, "": { - "value": "[ shorter | longer | increasing | decreasing | specified ] hue" + "value": "[ shorter | longer | increasing | decreasing ] hue" }, "": { "value": "in [ | ? ]" diff --git a/tr/css/css-view-transitions.json b/tr/css/css-view-transitions.json index 06a6524b1b45..0474c1ac879f 100644 --- a/tr/css/css-view-transitions.json +++ b/tr/css/css-view-transitions.json @@ -1,7 +1,7 @@ { "spec": { "title": "CSS View Transitions Module Level 1", - "url": "https://drafts.csswg.org/css-view-transitions-1/" + "url": "https://www.w3.org/TR/css-view-transitions-1/" }, "properties": { "page-transition-tag": { diff --git a/tr/css/scroll-animations.json b/tr/css/scroll-animations.json index a70a83cfb7b8..43c9496dcd56 100644 --- a/tr/css/scroll-animations.json +++ b/tr/css/scroll-animations.json @@ -1,7 +1,7 @@ { "spec": { "title": "Scroll-linked Animations", - "url": "https://drafts.csswg.org/scroll-animations-1/" + "url": "https://www.w3.org/TR/scroll-animations-1/" }, "properties": { "scroll-timeline-name": { diff --git a/tr/dfns/FedCM.json b/tr/dfns/FedCM.json index 39a19d1a6190..ea8e27e5b6ca 100644 --- a/tr/dfns/FedCM.json +++ b/tr/dfns/FedCM.json @@ -498,6 +498,46 @@ }, "definedIn": "dt" }, + { + "id": "dictdef-identityproviderwellknown", + "href": "https://fedidcg.github.io/FedCM/#dictdef-identityproviderwellknown", + "linkingText": [ + "IdentityProviderWellKnown" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "idp-api", + "href": "https://fedidcg.github.io/FedCM/#idp-api", + "title": "The Identity Provider API", + "number": "5" + }, + "definedIn": "pre" + }, + { + "id": "dom-identityproviderwellknown-provider_urls", + "href": "https://fedidcg.github.io/FedCM/#dom-identityproviderwellknown-provider_urls", + "linkingText": [ + "provider_urls" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "IdentityProviderWellKnown" + ], + "access": "public", + "informative": false, + "heading": { + "id": "idp-api", + "href": "https://fedidcg.github.io/FedCM/#idp-api", + "title": "The Identity Provider API", + "number": "5" + }, + "definedIn": "pre" + }, { "id": "well-known", "href": "https://fedidcg.github.io/FedCM/#well-known", @@ -539,15 +579,15 @@ "definedIn": "dt" }, { - "id": "manifest", - "href": "https://fedidcg.github.io/FedCM/#manifest", + "id": "dictdef-identityprovidericon", + "href": "https://fedidcg.github.io/FedCM/#dictdef-identityprovidericon", "linkingText": [ - "Manifest" + "IdentityProviderIcon" ], "localLinkingText": [], - "type": "dfn", + "type": "dictionary", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "idp-api-manifest", @@ -555,19 +595,17 @@ "title": "Manifest", "number": "5.2" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "dom-manifest-accounts_endpoint", - "href": "https://fedidcg.github.io/FedCM/#dom-manifest-accounts_endpoint", + "id": "dictdef-identityproviderbranding", + "href": "https://fedidcg.github.io/FedCM/#dictdef-identityproviderbranding", "linkingText": [ - "accounts_endpoint" + "IdentityProviderBranding" ], "localLinkingText": [], - "type": "argument", - "for": [ - "Manifest" - ], + "type": "dictionary", + "for": [], "access": "public", "informative": false, "heading": { @@ -576,19 +614,17 @@ "title": "Manifest", "number": "5.2" }, - "definedIn": "dt" + "definedIn": "pre" }, { - "id": "dom-manifest-client_metadata_endpoint", - "href": "https://fedidcg.github.io/FedCM/#dom-manifest-client_metadata_endpoint", + "id": "dictdef-identityproviderapiconfig", + "href": "https://fedidcg.github.io/FedCM/#dictdef-identityproviderapiconfig", "linkingText": [ - "client_metadata_endpoint" + "IdentityProviderAPIConfig" ], "localLinkingText": [], - "type": "argument", - "for": [ - "Manifest" - ], + "type": "dictionary", + "for": [], "access": "public", "informative": false, "heading": { @@ -597,18 +633,18 @@ "title": "Manifest", "number": "5.2" }, - "definedIn": "dt" + "definedIn": "pre" }, { - "id": "dom-manifest-id_assertion_endpoint", - "href": "https://fedidcg.github.io/FedCM/#dom-manifest-id_assertion_endpoint", + "id": "dom-identityproviderapiconfig-accounts_endpoint", + "href": "https://fedidcg.github.io/FedCM/#dom-identityproviderapiconfig-accounts_endpoint", "linkingText": [ - "id_assertion_endpoint" + "accounts_endpoint" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "Manifest" + "IdentityProviderAPIConfig" ], "access": "public", "informative": false, @@ -621,15 +657,15 @@ "definedIn": "dt" }, { - "id": "dom-manifest-branding", - "href": "https://fedidcg.github.io/FedCM/#dom-manifest-branding", + "id": "dom-identityproviderapiconfig-client_metadata_endpoint", + "href": "https://fedidcg.github.io/FedCM/#dom-identityproviderapiconfig-client_metadata_endpoint", "linkingText": [ - "branding" + "client_metadata_endpoint" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "Manifest" + "IdentityProviderAPIConfig" ], "access": "public", "informative": false, @@ -642,15 +678,17 @@ "definedIn": "dt" }, { - "id": "branding-json", - "href": "https://fedidcg.github.io/FedCM/#branding-json", + "id": "dom-identityproviderapiconfig-id_assertion_endpoint", + "href": "https://fedidcg.github.io/FedCM/#dom-identityproviderapiconfig-id_assertion_endpoint", "linkingText": [ - "Branding JSON" + "id_assertion_endpoint" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "dict-member", + "for": [ + "IdentityProviderAPIConfig" + ], + "access": "public", "informative": false, "heading": { "id": "idp-api-manifest", @@ -658,18 +696,18 @@ "title": "Manifest", "number": "5.2" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-manifest_branding-background_color", - "href": "https://fedidcg.github.io/FedCM/#dom-manifest_branding-background_color", + "id": "dom-identityproviderapiconfig-branding", + "href": "https://fedidcg.github.io/FedCM/#dom-identityproviderapiconfig-branding", "linkingText": [ - "background_color" + "branding" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "manifest_branding" + "IdentityProviderAPIConfig" ], "access": "public", "informative": false, @@ -682,15 +720,15 @@ "definedIn": "dt" }, { - "id": "dom-manifest_branding-color", - "href": "https://fedidcg.github.io/FedCM/#dom-manifest_branding-color", + "id": "dom-identityproviderbranding-background_color", + "href": "https://fedidcg.github.io/FedCM/#dom-identityproviderbranding-background_color", "linkingText": [ - "color" + "background_color" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "manifest_branding" + "IdentityProviderBranding" ], "access": "public", "informative": false, @@ -703,15 +741,15 @@ "definedIn": "dt" }, { - "id": "dom-manifest_branding-icons", - "href": "https://fedidcg.github.io/FedCM/#dom-manifest_branding-icons", + "id": "dom-identityproviderbranding-color", + "href": "https://fedidcg.github.io/FedCM/#dom-identityproviderbranding-color", "linkingText": [ - "icons" + "color" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "manifest_branding" + "IdentityProviderBranding" ], "access": "public", "informative": false, @@ -724,15 +762,17 @@ "definedIn": "dt" }, { - "id": "icon-json", - "href": "https://fedidcg.github.io/FedCM/#icon-json", + "id": "dom-identityproviderbranding-icons", + "href": "https://fedidcg.github.io/FedCM/#dom-identityproviderbranding-icons", "linkingText": [ - "Icon JSON" + "icons" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "dict-member", + "for": [ + "IdentityProviderBranding" + ], + "access": "public", "informative": false, "heading": { "id": "idp-api-manifest", @@ -740,18 +780,18 @@ "title": "Manifest", "number": "5.2" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-manifest_branding_icons-url", - "href": "https://fedidcg.github.io/FedCM/#dom-manifest_branding_icons-url", + "id": "dom-identityprovidericon-url", + "href": "https://fedidcg.github.io/FedCM/#dom-identityprovidericon-url", "linkingText": [ "url" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "manifest_branding_icons" + "IdentityProviderIcon" ], "access": "public", "informative": false, @@ -764,15 +804,15 @@ "definedIn": "dt" }, { - "id": "dom-manifest_branding_icons-size", - "href": "https://fedidcg.github.io/FedCM/#dom-manifest_branding_icons-size", + "id": "dom-identityprovidericon-size", + "href": "https://fedidcg.github.io/FedCM/#dom-identityprovidericon-size", "linkingText": [ "size" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "manifest_branding_icons" + "IdentityProviderIcon" ], "access": "public", "informative": false, @@ -804,16 +844,14 @@ "definedIn": "prose" }, { - "id": "dom-accounts_endpoint_response-accounts", - "href": "https://fedidcg.github.io/FedCM/#dom-accounts_endpoint_response-accounts", + "id": "dictdef-identityprovideraccount", + "href": "https://fedidcg.github.io/FedCM/#dictdef-identityprovideraccount", "linkingText": [ - "accounts" + "IdentityProviderAccount" ], "localLinkingText": [], - "type": "argument", - "for": [ - "accounts_endpoint_response" - ], + "type": "dictionary", + "for": [], "access": "public", "informative": false, "heading": { @@ -822,18 +860,18 @@ "title": "Accounts List", "number": "5.3" }, - "definedIn": "dt" + "definedIn": "pre" }, { - "id": "account-json", - "href": "https://fedidcg.github.io/FedCM/#account-json", + "id": "dictdef-identityprovideraccountlist", + "href": "https://fedidcg.github.io/FedCM/#dictdef-identityprovideraccountlist", "linkingText": [ - "Account JSON" + "IdentityProviderAccountList" ], "localLinkingText": [], - "type": "dfn", + "type": "dictionary", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "idp-api-accounts-endpoint", @@ -841,18 +879,39 @@ "title": "Accounts List", "number": "5.3" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "dom-account_json-id", - "href": "https://fedidcg.github.io/FedCM/#dom-account_json-id", + "id": "dom-identityprovideraccountlist-accounts", + "href": "https://fedidcg.github.io/FedCM/#dom-identityprovideraccountlist-accounts", + "linkingText": [ + "accounts" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "IdentityProviderAccountList" + ], + "access": "public", + "informative": false, + "heading": { + "id": "idp-api-accounts-endpoint", + "href": "https://fedidcg.github.io/FedCM/#idp-api-accounts-endpoint", + "title": "Accounts List", + "number": "5.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-identityprovideraccount-id", + "href": "https://fedidcg.github.io/FedCM/#dom-identityprovideraccount-id", "linkingText": [ "id" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "account_json" + "IdentityProviderAccount" ], "access": "public", "informative": false, @@ -865,15 +924,15 @@ "definedIn": "dt" }, { - "id": "dom-account_json-name", - "href": "https://fedidcg.github.io/FedCM/#dom-account_json-name", + "id": "dom-identityprovideraccount-name", + "href": "https://fedidcg.github.io/FedCM/#dom-identityprovideraccount-name", "linkingText": [ "name" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "account_json" + "IdentityProviderAccount" ], "access": "public", "informative": false, @@ -886,15 +945,15 @@ "definedIn": "dt" }, { - "id": "dom-account_json-email", - "href": "https://fedidcg.github.io/FedCM/#dom-account_json-email", + "id": "dom-identityprovideraccount-email", + "href": "https://fedidcg.github.io/FedCM/#dom-identityprovideraccount-email", "linkingText": [ "email" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "account_json" + "IdentityProviderAccount" ], "access": "public", "informative": false, @@ -907,15 +966,15 @@ "definedIn": "dt" }, { - "id": "dom-account_json-given_name", - "href": "https://fedidcg.github.io/FedCM/#dom-account_json-given_name", + "id": "dom-identityprovideraccount-given_name", + "href": "https://fedidcg.github.io/FedCM/#dom-identityprovideraccount-given_name", "linkingText": [ "given_name" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "account_json" + "IdentityProviderAccount" ], "access": "public", "informative": false, @@ -928,15 +987,15 @@ "definedIn": "dt" }, { - "id": "dom-account_json-approved_clients", - "href": "https://fedidcg.github.io/FedCM/#dom-account_json-approved_clients", + "id": "dom-identityprovideraccount-approved_clients", + "href": "https://fedidcg.github.io/FedCM/#dom-identityprovideraccount-approved_clients", "linkingText": [ "approved_clients" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "account_json" + "IdentityProviderAccount" ], "access": "public", "informative": false, @@ -949,15 +1008,34 @@ "definedIn": "dt" }, { - "id": "dom-client_metadata-privacy_policy_url", - "href": "https://fedidcg.github.io/FedCM/#dom-client_metadata-privacy_policy_url", + "id": "dictdef-identityproviderclientmetadata", + "href": "https://fedidcg.github.io/FedCM/#dictdef-identityproviderclientmetadata", + "linkingText": [ + "IdentityProviderClientMetadata" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "idp-api-client-id-metadata-endpoint", + "href": "https://fedidcg.github.io/FedCM/#idp-api-client-id-metadata-endpoint", + "title": "Client Metadata", + "number": "5.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-identityproviderclientmetadata-privacy_policy_url", + "href": "https://fedidcg.github.io/FedCM/#dom-identityproviderclientmetadata-privacy_policy_url", "linkingText": [ "privacy_policy_url" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "client_metadata" + "IdentityProviderClientMetadata" ], "access": "public", "informative": false, @@ -970,15 +1048,15 @@ "definedIn": "dt" }, { - "id": "dom-client_metadata-terms_of_service_url", - "href": "https://fedidcg.github.io/FedCM/#dom-client_metadata-terms_of_service_url", + "id": "dom-identityproviderclientmetadata-terms_of_service_url", + "href": "https://fedidcg.github.io/FedCM/#dom-identityproviderclientmetadata-terms_of_service_url", "linkingText": [ "terms_of_service_url" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "client_metadata" + "IdentityProviderClientMetadata" ], "access": "public", "informative": false, @@ -1075,15 +1153,34 @@ "definedIn": "dt" }, { - "id": "dom-id_assertion_endpoint_response-token", - "href": "https://fedidcg.github.io/FedCM/#dom-id_assertion_endpoint_response-token", + "id": "dictdef-identityprovidertoken", + "href": "https://fedidcg.github.io/FedCM/#dictdef-identityprovidertoken", + "linkingText": [ + "IdentityProviderToken" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "idp-api-id-assertion-endpoint", + "href": "https://fedidcg.github.io/FedCM/#idp-api-id-assertion-endpoint", + "title": "Identity Assertions", + "number": "5.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-identityprovidertoken-token", + "href": "https://fedidcg.github.io/FedCM/#dom-identityprovidertoken-token", "linkingText": [ "token" ], "localLinkingText": [], - "type": "argument", + "type": "dict-member", "for": [ - "id_assertion_endpoint_response" + "IdentityProviderToken" ], "access": "public", "informative": false, @@ -1993,15 +2090,15 @@ "definedIn": "pre" }, { - "id": "dom-manifest-signin_url", - "href": "https://fedidcg.github.io/FedCM/#dom-manifest-signin_url", + "id": "dom-identityproviderapiconfig-signin_url", + "href": "https://fedidcg.github.io/FedCM/#dom-identityproviderapiconfig-signin_url", "linkingText": [ "signin_url" ], "localLinkingText": [], "type": "argument", "for": [ - "Manifest" + "IdentityProviderAPIConfig" ], "access": "public", "informative": false, diff --git a/tr/dfns/css-anchor-1.json b/tr/dfns/css-anchor-1.json index 9dfe06d2b2ca..919720ab3df3 100644 --- a/tr/dfns/css-anchor-1.json +++ b/tr/dfns/css-anchor-1.json @@ -454,27 +454,6 @@ }, "definedIn": "dt" }, - { - "id": "valdef-anchor-scroll-dashed-ident", - "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-scroll-dashed-ident", - "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "anchor-scroll" - ], - "access": "public", - "informative": false, - "heading": { - "id": "scroll", - "href": "https://drafts.csswg.org/css-anchor-1/#scroll", - "title": "Taking Scroll Into Account: the anchor-scroll property", - "number": "2.3" - }, - "definedIn": "dt" - }, { "id": "valdef-anchor-scroll-implicit", "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-scroll-implicit", @@ -555,27 +534,6 @@ }, "definedIn": "dt" }, - { - "id": "valdef-anchor-name-dashed-ident", - "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-name-dashed-ident", - "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "anchor-name" - ], - "access": "public", - "informative": false, - "heading": { - "id": "determining", - "href": "https://drafts.csswg.org/css-anchor-1/#determining", - "title": "Determining The Anchor: the anchor-name property", - "number": "2.4" - }, - "definedIn": "dt" - }, { "id": "anchor-element", "href": "https://drafts.csswg.org/css-anchor-1/#anchor-element", @@ -755,27 +713,6 @@ }, "definedIn": "dt" }, - { - "id": "valdef-position-fallback-dashed-ident", - "href": "https://drafts.csswg.org/css-anchor-1/#valdef-position-fallback-dashed-ident", - "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "position-fallback" - ], - "access": "public", - "informative": false, - "heading": { - "id": "fallback-property", - "href": "https://drafts.csswg.org/css-anchor-1/#fallback-property", - "title": "The position-fallback Property", - "number": "3.1" - }, - "definedIn": "dt" - }, { "id": "at-ruledef-position-fallback", "href": "https://drafts.csswg.org/css-anchor-1/#at-ruledef-position-fallback", diff --git a/tr/dfns/css-backgrounds-4.json b/tr/dfns/css-backgrounds-4.json index f761e4c68ae8..700e53f37701 100644 --- a/tr/dfns/css-backgrounds-4.json +++ b/tr/dfns/css-backgrounds-4.json @@ -175,28 +175,6 @@ }, "definedIn": "pre" }, - { - "id": "valdef-background-clip-box", - "href": "https://drafts.csswg.org/css-backgrounds-4/#valdef-background-clip-box", - "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "background-clip", - "" - ], - "access": "public", - "informative": false, - "heading": { - "id": "background-clip", - "href": "https://drafts.csswg.org/css-backgrounds-4/#background-clip", - "title": "Painting Area: the background-clip property", - "number": "2.2" - }, - "definedIn": "dt" - }, { "id": "valdef-background-clip-text", "href": "https://drafts.csswg.org/css-backgrounds-4/#valdef-background-clip-text", diff --git a/tr/dfns/css-box-3.json b/tr/dfns/css-box-3.json index af2c3c854610..b51dc62014ab 100644 --- a/tr/dfns/css-box-3.json +++ b/tr/dfns/css-box-3.json @@ -81,16 +81,17 @@ "definedIn": "prose" }, { - "id": "box-edge", - "href": "https://www.w3.org/TR/css-box-3/#box-edge", + "id": "box-box-edge", + "href": "https://www.w3.org/TR/css-box-3/#box-box-edge", "linkingText": [ - "box edge" - ], - "localLinkingText": [ + "box edge", "edge" ], + "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "box" + ], "access": "public", "informative": false, "heading": { diff --git a/tr/dfns/css-box-4.json b/tr/dfns/css-box-4.json index 84cd0cc8592a..26e86bf9c3d9 100644 --- a/tr/dfns/css-box-4.json +++ b/tr/dfns/css-box-4.json @@ -81,16 +81,17 @@ "definedIn": "prose" }, { - "id": "box-edge", - "href": "https://www.w3.org/TR/css-box-4/#box-edge", + "id": "box-box-edge", + "href": "https://www.w3.org/TR/css-box-4/#box-box-edge", "linkingText": [ - "box edge" - ], - "localLinkingText": [ + "box edge", "edge" ], + "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "box" + ], "access": "public", "informative": false, "heading": { @@ -727,10 +728,94 @@ "definedIn": "dt" }, { - "id": "valdef-margin-trim-in-flow", - "href": "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-in-flow", + "id": "valdef-margin-trim-block-start", + "href": "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-block-start", + "linkingText": [ + "block-start" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "margin-trim" + ], + "access": "public", + "informative": false, + "heading": { + "id": "margin-trim", + "href": "https://www.w3.org/TR/css-box-4/#margin-trim", + "title": "Margins at Container Edges: the margin-trim property", + "number": "3.3" + }, + "definedIn": "dt" + }, + { + "id": "valdef-margin-trim-inline-start", + "href": "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-inline-start", + "linkingText": [ + "inline-start" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "margin-trim" + ], + "access": "public", + "informative": false, + "heading": { + "id": "margin-trim", + "href": "https://www.w3.org/TR/css-box-4/#margin-trim", + "title": "Margins at Container Edges: the margin-trim property", + "number": "3.3" + }, + "definedIn": "dt" + }, + { + "id": "valdef-margin-trim-inline-end", + "href": "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-inline-end", + "linkingText": [ + "inline-end" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "margin-trim" + ], + "access": "public", + "informative": false, + "heading": { + "id": "margin-trim", + "href": "https://www.w3.org/TR/css-box-4/#margin-trim", + "title": "Margins at Container Edges: the margin-trim property", + "number": "3.3" + }, + "definedIn": "dt" + }, + { + "id": "valdef-margin-trim-block-end", + "href": "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-block-end", + "linkingText": [ + "block-end" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "margin-trim" + ], + "access": "public", + "informative": false, + "heading": { + "id": "margin-trim", + "href": "https://www.w3.org/TR/css-box-4/#margin-trim", + "title": "Margins at Container Edges: the margin-trim property", + "number": "3.3" + }, + "definedIn": "dt" + }, + { + "id": "valdef-margin-trim-block", + "href": "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-block", "linkingText": [ - "in-flow" + "block" ], "localLinkingText": [], "type": "value", @@ -748,10 +833,10 @@ "definedIn": "dt" }, { - "id": "valdef-margin-trim-all", - "href": "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-all", + "id": "valdef-margin-trim-inline", + "href": "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-inline", "linkingText": [ - "all" + "inline" ], "localLinkingText": [], "type": "value", diff --git a/tr/dfns/css-color-4.json b/tr/dfns/css-color-4.json index 50f20e6799c3..6be6d02e03fa 100644 --- a/tr/dfns/css-color-4.json +++ b/tr/dfns/css-color-4.json @@ -198,6 +198,82 @@ }, "definedIn": "prose" }, + { + "id": "invalid-color", + "href": "https://www.w3.org/TR/css-color-4/#invalid-color", + "linkingText": [ + "invalid color" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/css-color-4/#terminology", + "title": "Color Terminology", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "valid-color", + "href": "https://www.w3.org/TR/css-color-4/#valid-color", + "linkingText": [ + "valid color" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/css-color-4/#terminology", + "title": "Color Terminology", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "out-of-gamut", + "href": "https://www.w3.org/TR/css-color-4/#out-of-gamut", + "linkingText": [ + "out of gamut" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/css-color-4/#terminology", + "title": "Color Terminology", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "in-gamut", + "href": "https://www.w3.org/TR/css-color-4/#in-gamut", + "linkingText": [ + "in-gamut" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/css-color-4/#terminology", + "title": "Color Terminology", + "number": "2" + }, + "definedIn": "prose" + }, { "id": "propdef-color", "href": "https://www.w3.org/TR/css-color-4/#propdef-color", @@ -213,7 +289,7 @@ "id": "the-color-property", "href": "https://www.w3.org/TR/css-color-4/#the-color-property", "title": "Foreground Color: the color property", - "number": "3" + "number": "3.2" }, "definedIn": "table" }, @@ -232,16 +308,15 @@ "id": "transparency", "href": "https://www.w3.org/TR/css-color-4/#transparency", "title": "Transparency: the opacity property", - "number": "4" + "number": "3.3" }, "definedIn": "table" }, { - "id": "alpha-channel", - "href": "https://www.w3.org/TR/css-color-4/#alpha-channel", + "id": "tagged-image", + "href": "https://www.w3.org/TR/css-color-4/#tagged-image", "linkingText": [ - "alpha channel", - "alpha component" + "tagged image" ], "localLinkingText": [], "type": "dfn", @@ -249,67 +324,87 @@ "access": "public", "informative": false, "heading": { - "id": "color-syntax", - "href": "https://www.w3.org/TR/css-color-4/#color-syntax", - "title": "The syntax", - "number": "5.1" + "id": "tagged-images", + "href": "https://www.w3.org/TR/css-color-4/#tagged-images", + "title": "Color Space of Tagged Images", + "number": "3.4" }, "definedIn": "prose" }, { - "id": "typedef-color", - "href": "https://www.w3.org/TR/css-color-4/#typedef-color", + "id": "untagged-image", + "href": "https://www.w3.org/TR/css-color-4/#untagged-image", "linkingText": [ - "" + "untagged image" ], "localLinkingText": [], - "type": "type", + "type": "dfn", "for": [], "access": "public", "informative": false, "heading": { - "id": "color-syntax", - "href": "https://www.w3.org/TR/css-color-4/#color-syntax", - "title": "The syntax", - "number": "5.1" + "id": "untagged", + "href": "https://www.w3.org/TR/css-color-4/#untagged", + "title": "Color Spaces of Untagged Colors", + "number": "3.5" }, "definedIn": "prose" }, { - "id": "typedef-absolute-color-base", - "href": "https://www.w3.org/TR/css-color-4/#typedef-absolute-color-base", + "id": "untagged-video", + "href": "https://www.w3.org/TR/css-color-4/#untagged-video", "linkingText": [ - "" + "untagged video" ], "localLinkingText": [], - "type": "type", + "type": "dfn", "for": [], "access": "public", "informative": false, "heading": { - "id": "color-syntax", - "href": "https://www.w3.org/TR/css-color-4/#color-syntax", - "title": "The syntax", - "number": "5.1" + "id": "untagged", + "href": "https://www.w3.org/TR/css-color-4/#untagged", + "title": "Color Spaces of Untagged Colors", + "number": "3.5" }, - "definedIn": "pre" + "definedIn": "prose" + }, + { + "id": "alpha-channel", + "href": "https://www.w3.org/TR/css-color-4/#alpha-channel", + "linkingText": [ + "alpha channel", + "alpha component" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "color-type", + "href": "https://www.w3.org/TR/css-color-4/#color-type", + "title": "Representing Colors: the type", + "number": "4" + }, + "definedIn": "prose" }, { "id": "color-functions", "href": "https://www.w3.org/TR/css-color-4/#color-functions", "linkingText": [ - "color-functions" + "color functions" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "color-syntax", - "href": "https://www.w3.org/TR/css-color-4/#color-syntax", - "title": "The syntax", - "number": "5.1" + "id": "color-type", + "href": "https://www.w3.org/TR/css-color-4/#color-type", + "title": "Representing Colors: the type", + "number": "4" }, "definedIn": "prose" }, @@ -325,10 +420,10 @@ "access": "public", "informative": false, "heading": { - "id": "color-syntax", - "href": "https://www.w3.org/TR/css-color-4/#color-syntax", - "title": "The syntax", - "number": "5.1" + "id": "color-type", + "href": "https://www.w3.org/TR/css-color-4/#color-type", + "title": "Representing Colors: the type", + "number": "4" }, "definedIn": "prose" }, @@ -344,10 +439,10 @@ "access": "public", "informative": false, "heading": { - "id": "color-syntax", - "href": "https://www.w3.org/TR/css-color-4/#color-syntax", - "title": "The syntax", - "number": "5.1" + "id": "color-type", + "href": "https://www.w3.org/TR/css-color-4/#color-type", + "title": "Representing Colors: the type", + "number": "4" }, "definedIn": "prose" }, @@ -363,10 +458,10 @@ "access": "public", "informative": false, "heading": { - "id": "color-syntax", - "href": "https://www.w3.org/TR/css-color-4/#color-syntax", - "title": "The syntax", - "number": "5.1" + "id": "color-type", + "href": "https://www.w3.org/TR/css-color-4/#color-type", + "title": "Representing Colors: the type", + "number": "4" }, "definedIn": "prose" }, @@ -382,21 +477,21 @@ "access": "public", "informative": false, "heading": { - "id": "color-syntax", - "href": "https://www.w3.org/TR/css-color-4/#color-syntax", - "title": "The syntax", - "number": "5.1" + "id": "color-type", + "href": "https://www.w3.org/TR/css-color-4/#color-type", + "title": "Representing Colors: the type", + "number": "4" }, "definedIn": "prose" }, { - "id": "legacy-color-syntax", - "href": "https://www.w3.org/TR/css-color-4/#legacy-color-syntax", + "id": "typedef-color", + "href": "https://www.w3.org/TR/css-color-4/#typedef-color", "linkingText": [ - "legacy color syntax" + "" ], "localLinkingText": [], - "type": "dfn", + "type": "type", "for": [], "access": "public", "informative": false, @@ -404,15 +499,15 @@ "id": "color-syntax", "href": "https://www.w3.org/TR/css-color-4/#color-syntax", "title": "The syntax", - "number": "5.1" + "number": "4.1" }, "definedIn": "prose" }, { - "id": "typedef-hue", - "href": "https://www.w3.org/TR/css-color-4/#typedef-hue", + "id": "typedef-absolute-color-base", + "href": "https://www.w3.org/TR/css-color-4/#typedef-absolute-color-base", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "type", @@ -420,170 +515,151 @@ "access": "public", "informative": false, "heading": { - "id": "hue-syntax", - "href": "https://www.w3.org/TR/css-color-4/#hue-syntax", - "title": "The syntax", - "number": "5.2" + "id": "color-syntax", + "href": "https://www.w3.org/TR/css-color-4/#color-syntax", + "title": "The syntax", + "number": "4.1" }, "definedIn": "pre" }, { - "id": "missing-color-component", - "href": "https://www.w3.org/TR/css-color-4/#missing-color-component", + "id": "typedef-absolute-color-function", + "href": "https://www.w3.org/TR/css-color-4/#typedef-absolute-color-function", "linkingText": [ - "missing color component" - ], - "localLinkingText": [ - "missing", - "missing component" + "" ], - "type": "dfn", + "localLinkingText": [], + "type": "type", "for": [], "access": "public", "informative": false, "heading": { - "id": "missing", - "href": "https://www.w3.org/TR/css-color-4/#missing", - "title": "“Missing” Color Components and the none Keyword", - "number": "5.3" + "id": "color-syntax", + "href": "https://www.w3.org/TR/css-color-4/#color-syntax", + "title": "The syntax", + "number": "4.1" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "valdef-color-none", - "href": "https://www.w3.org/TR/css-color-4/#valdef-color-none", + "id": "legacy-color-syntax", + "href": "https://www.w3.org/TR/css-color-4/#legacy-color-syntax", "linkingText": [ - "none" + "legacy color syntax" ], "localLinkingText": [], - "type": "value", - "for": [ - "" - ], - "access": "public", - "informative": false, - "heading": { - "id": "missing", - "href": "https://www.w3.org/TR/css-color-4/#missing", - "title": "“Missing” Color Components and the none Keyword", - "number": "5.3" - }, - "definedIn": "prose" - }, - { - "id": "powerless-color-component", - "href": "https://www.w3.org/TR/css-color-4/#powerless-color-component", - "linkingText": [ - "powerless color component" - ], - "localLinkingText": [ - "powerless", - "powerless component" - ], "type": "dfn", "for": [], "access": "public", "informative": false, "heading": { - "id": "powerless", - "href": "https://www.w3.org/TR/css-color-4/#powerless", - "title": "“Powerless” Color Components", - "number": "5.3.1" + "id": "color-syntax-legacy", + "href": "https://www.w3.org/TR/css-color-4/#color-syntax-legacy", + "title": "Legacy Comma-separated Color Function Syntax", + "number": "4.1.1" }, "definedIn": "prose" }, { - "id": "tagged-image", - "href": "https://www.w3.org/TR/css-color-4/#tagged-image", + "id": "typedef-alpha-value", + "href": "https://www.w3.org/TR/css-color-4/#typedef-alpha-value", "linkingText": [ - "tagged image" + "" ], "localLinkingText": [], - "type": "dfn", + "type": "type", "for": [], "access": "public", "informative": false, "heading": { - "id": "tagged-images", - "href": "https://www.w3.org/TR/css-color-4/#tagged-images", - "title": "Color Space of Tagged Images", - "number": "5.5" + "id": "alpha-syntax", + "href": "https://www.w3.org/TR/css-color-4/#alpha-syntax", + "title": "Representing Transparency: the syntax", + "number": "4.2" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "untagged-image", - "href": "https://www.w3.org/TR/css-color-4/#untagged-image", + "id": "typedef-hue", + "href": "https://www.w3.org/TR/css-color-4/#typedef-hue", "linkingText": [ - "untagged image" + "" ], "localLinkingText": [], - "type": "dfn", + "type": "type", "for": [], "access": "public", "informative": false, "heading": { - "id": "untagged", - "href": "https://www.w3.org/TR/css-color-4/#untagged", - "title": "Color Spaces of Untagged Colors", - "number": "5.6" + "id": "hue-syntax", + "href": "https://www.w3.org/TR/css-color-4/#hue-syntax", + "title": "Representing Cylindrical-coordinate Hues: the syntax", + "number": "4.3" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "untagged-video", - "href": "https://www.w3.org/TR/css-color-4/#untagged-video", + "id": "missing-color-component", + "href": "https://www.w3.org/TR/css-color-4/#missing-color-component", "linkingText": [ - "untagged video" + "missing color component" + ], + "localLinkingText": [ + "missing", + "missing component" ], - "localLinkingText": [], "type": "dfn", "for": [], "access": "public", "informative": false, "heading": { - "id": "untagged", - "href": "https://www.w3.org/TR/css-color-4/#untagged", - "title": "Color Spaces of Untagged Colors", - "number": "5.6" + "id": "missing", + "href": "https://www.w3.org/TR/css-color-4/#missing", + "title": "“Missing” Color Components and the none Keyword", + "number": "4.4" }, "definedIn": "prose" }, { - "id": "computed-color", - "href": "https://www.w3.org/TR/css-color-4/#computed-color", + "id": "valdef-color-none", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-none", "linkingText": [ - "computed color" + "none" ], "localLinkingText": [], - "type": "dfn", - "for": [], + "type": "value", + "for": [ + "" + ], "access": "public", "informative": false, "heading": { - "id": "resolving-color-values", - "href": "https://www.w3.org/TR/css-color-4/#resolving-color-values", - "title": "Resolving Values", - "number": "5.7" + "id": "missing", + "href": "https://www.w3.org/TR/css-color-4/#missing", + "title": "“Missing” Color Components and the none Keyword", + "number": "4.4" }, "definedIn": "prose" }, { - "id": "used-color", - "href": "https://www.w3.org/TR/css-color-4/#used-color", + "id": "powerless-color-component", + "href": "https://www.w3.org/TR/css-color-4/#powerless-color-component", "linkingText": [ - "used color" + "powerless color component" + ], + "localLinkingText": [ + "powerless", + "powerless component" ], - "localLinkingText": [], "type": "dfn", "for": [], "access": "public", "informative": false, "heading": { - "id": "resolving-color-values", - "href": "https://www.w3.org/TR/css-color-4/#resolving-color-values", - "title": "Resolving Values", - "number": "5.7" + "id": "powerless", + "href": "https://www.w3.org/TR/css-color-4/#powerless", + "title": "“Powerless” Color Components", + "number": "4.4.1" }, "definedIn": "prose" }, @@ -602,26 +678,7 @@ "id": "rgb-functions", "href": "https://www.w3.org/TR/css-color-4/#rgb-functions", "title": "The RGB functions: rgb() and rgba()", - "number": "6.1" - }, - "definedIn": "pre" - }, - { - "id": "typedef-alpha-value", - "href": "https://www.w3.org/TR/css-color-4/#typedef-alpha-value", - "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "type", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "rgb-functions", - "href": "https://www.w3.org/TR/css-color-4/#rgb-functions", - "title": "The RGB functions: rgb() and rgba()", - "number": "6.1" + "number": "5.1" }, "definedIn": "pre" }, @@ -640,7 +697,7 @@ "id": "rgb-functions", "href": "https://www.w3.org/TR/css-color-4/#rgb-functions", "title": "The RGB functions: rgb() and rgba()", - "number": "6.1" + "number": "5.1" }, "definedIn": "prose" }, @@ -660,7 +717,7 @@ "id": "hex-notation", "href": "https://www.w3.org/TR/css-color-4/#hex-notation", "title": "The RGB Hexadecimal Notations: #RRGGBB", - "number": "6.2" + "number": "5.2" }, "definedIn": "prose" }, @@ -679,7 +736,7 @@ "id": "hex-notation", "href": "https://www.w3.org/TR/css-color-4/#hex-notation", "title": "The RGB Hexadecimal Notations: #RRGGBB", - "number": "6.2" + "number": "5.2" }, "definedIn": "prose" }, @@ -698,7 +755,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "prose" }, @@ -717,7 +774,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "prose" }, @@ -738,7 +795,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -759,7 +816,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -780,7 +837,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -801,7 +858,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -822,7 +879,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -843,7 +900,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -864,7 +921,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -885,7 +942,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -906,7 +963,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -927,7 +984,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -948,7 +1005,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -969,7 +1026,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -990,7 +1047,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1011,7 +1068,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1032,7 +1089,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1053,7 +1110,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1074,7 +1131,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1095,7 +1152,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1116,7 +1173,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1137,7 +1194,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1158,7 +1215,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1179,7 +1236,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1200,7 +1257,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1221,7 +1278,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1242,7 +1299,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1263,7 +1320,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1284,7 +1341,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1305,7 +1362,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1326,7 +1383,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1347,7 +1404,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1368,7 +1425,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1389,7 +1446,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1410,7 +1467,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1431,7 +1488,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1452,7 +1509,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1473,7 +1530,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1494,7 +1551,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1515,7 +1572,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1536,7 +1593,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1557,7 +1614,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1578,7 +1635,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1599,7 +1656,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1620,7 +1677,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1641,7 +1698,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1662,7 +1719,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1683,7 +1740,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1704,7 +1761,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1725,7 +1782,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1746,7 +1803,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1767,7 +1824,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1788,7 +1845,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1809,7 +1866,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1830,7 +1887,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1851,7 +1908,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1872,7 +1929,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1893,7 +1950,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1914,7 +1971,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1935,7 +1992,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1956,7 +2013,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1977,7 +2034,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -1998,7 +2055,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2019,7 +2076,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2040,7 +2097,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2061,7 +2118,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2082,7 +2139,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2103,7 +2160,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2124,7 +2181,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2145,7 +2202,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2166,7 +2223,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2187,7 +2244,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2208,7 +2265,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2229,7 +2286,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2250,7 +2307,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2271,7 +2328,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2292,7 +2349,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2313,7 +2370,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2334,7 +2391,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2355,7 +2412,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2376,7 +2433,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2397,7 +2454,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2418,7 +2475,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2439,7 +2496,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2460,7 +2517,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2481,7 +2538,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2502,7 +2559,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2523,7 +2580,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2544,7 +2601,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2565,7 +2622,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2586,7 +2643,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2607,7 +2664,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2628,7 +2685,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2649,7 +2706,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2670,7 +2727,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2691,7 +2748,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2712,7 +2769,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2733,7 +2790,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2754,7 +2811,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2775,7 +2832,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2796,7 +2853,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2817,7 +2874,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2838,7 +2895,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2859,7 +2916,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2880,7 +2937,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2901,7 +2958,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2922,7 +2979,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2943,7 +3000,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2964,7 +3021,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -2985,7 +3042,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3006,7 +3063,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3027,7 +3084,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3048,7 +3105,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3069,7 +3126,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3090,7 +3147,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3111,7 +3168,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3132,7 +3189,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3153,7 +3210,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3174,7 +3231,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3195,7 +3252,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3216,7 +3273,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3237,7 +3294,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3258,7 +3315,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3279,7 +3336,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3300,7 +3357,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3321,7 +3378,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3342,7 +3399,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3363,7 +3420,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3384,7 +3441,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3405,7 +3462,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3426,7 +3483,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3447,7 +3504,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3468,7 +3525,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3489,7 +3546,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3510,7 +3567,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3531,7 +3588,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3552,7 +3609,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3573,7 +3630,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3594,7 +3651,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3615,7 +3672,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3636,7 +3693,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3657,7 +3714,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3678,7 +3735,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3699,7 +3756,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3720,7 +3777,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3741,7 +3798,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3762,7 +3819,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3783,7 +3840,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3804,7 +3861,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3825,7 +3882,7 @@ "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, "definedIn": "table" }, @@ -3844,7 +3901,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "heading" }, @@ -3863,7 +3920,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "prose" }, @@ -3884,7 +3941,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -3905,7 +3962,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -3926,7 +3983,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -3947,7 +4004,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -3968,7 +4025,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -3989,7 +4046,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -4010,7 +4067,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -4031,7 +4088,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -4052,7 +4109,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -4073,7 +4130,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -4094,7 +4151,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -4115,7 +4172,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -4136,7 +4193,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -4157,7 +4214,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -4178,7 +4235,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -4199,7 +4256,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -4220,7 +4277,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -4241,7 +4298,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -4262,7 +4319,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "dt" }, @@ -4281,7 +4338,7 @@ "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "title": "System Colors", - "number": "7.2" + "number": "6.2" }, "definedIn": "prose" }, @@ -4302,7 +4359,7 @@ "id": "transparent-color", "href": "https://www.w3.org/TR/css-color-4/#transparent-color", "title": "The transparent keyword", - "number": "7.3" + "number": "6.3" }, "definedIn": "prose" }, @@ -4323,7 +4380,7 @@ "id": "currentcolor-color", "href": "https://www.w3.org/TR/css-color-4/#currentcolor-color", "title": "The currentcolor keyword", - "number": "7.4" + "number": "6.4" }, "definedIn": "prose" }, @@ -4344,7 +4401,7 @@ "id": "the-hsl-notation", "href": "https://www.w3.org/TR/css-color-4/#the-hsl-notation", "title": "HSL Colors: hsl() and hsla() functions", - "number": "8" + "number": "7" }, "definedIn": "prose" }, @@ -4363,7 +4420,7 @@ "id": "the-hsl-notation", "href": "https://www.w3.org/TR/css-color-4/#the-hsl-notation", "title": "HSL Colors: hsl() and hsla() functions", - "number": "8" + "number": "7" }, "definedIn": "pre" }, @@ -4382,7 +4439,7 @@ "id": "the-hsl-notation", "href": "https://www.w3.org/TR/css-color-4/#the-hsl-notation", "title": "HSL Colors: hsl() and hsla() functions", - "number": "8" + "number": "7" }, "definedIn": "prose" }, @@ -4403,7 +4460,7 @@ "id": "the-hwb-notation", "href": "https://www.w3.org/TR/css-color-4/#the-hwb-notation", "title": "HWB Colors: hwb() function", - "number": "9" + "number": "8" }, "definedIn": "prose" }, @@ -4422,7 +4479,7 @@ "id": "the-hwb-notation", "href": "https://www.w3.org/TR/css-color-4/#the-hwb-notation", "title": "HWB Colors: hwb() function", - "number": "9" + "number": "8" }, "definedIn": "pre" }, @@ -4443,7 +4500,7 @@ "id": "cie-lab", "href": "https://www.w3.org/TR/css-color-4/#cie-lab", "title": "CIE Lab and LCH", - "number": "10.1" + "number": "9.1" }, "definedIn": "prose" }, @@ -4462,7 +4519,7 @@ "id": "cie-lab", "href": "https://www.w3.org/TR/css-color-4/#cie-lab", "title": "CIE Lab and LCH", - "number": "10.1" + "number": "9.1" }, "definedIn": "prose" }, @@ -4483,7 +4540,7 @@ "id": "cie-lab", "href": "https://www.w3.org/TR/css-color-4/#cie-lab", "title": "CIE Lab and LCH", - "number": "10.1" + "number": "9.1" }, "definedIn": "prose" }, @@ -4491,7 +4548,7 @@ "id": "valdef-oklab-oklab", "href": "https://www.w3.org/TR/css-color-4/#valdef-oklab-oklab", "linkingText": [ - "OKLab" + "Oklab" ], "localLinkingText": [], "type": "value", @@ -4503,8 +4560,8 @@ "heading": { "id": "ok-lab", "href": "https://www.w3.org/TR/css-color-4/#ok-lab", - "title": "OKLab and OKLCH", - "number": "10.2" + "title": "Oklab and Oklch", + "number": "9.2" }, "definedIn": "prose" }, @@ -4512,7 +4569,7 @@ "id": "valdef-oklch-oklch", "href": "https://www.w3.org/TR/css-color-4/#valdef-oklch-oklch", "linkingText": [ - "OKLCH" + "Oklch" ], "localLinkingText": [], "type": "value", @@ -4524,8 +4581,8 @@ "heading": { "id": "ok-lab", "href": "https://www.w3.org/TR/css-color-4/#ok-lab", - "title": "OKLab and OKLCH", - "number": "10.2" + "title": "Oklab and Oklch", + "number": "9.2" }, "definedIn": "prose" }, @@ -4544,7 +4601,7 @@ "id": "specifying-lab-lch", "href": "https://www.w3.org/TR/css-color-4/#specifying-lab-lch", "title": "Specifying Lab and LCH: the lab() and lch() functional notations", - "number": "10.3" + "number": "9.3" }, "definedIn": "pre" }, @@ -4563,7 +4620,7 @@ "id": "specifying-lab-lch", "href": "https://www.w3.org/TR/css-color-4/#specifying-lab-lch", "title": "Specifying Lab and LCH: the lab() and lch() functional notations", - "number": "10.3" + "number": "9.3" }, "definedIn": "pre" }, @@ -4581,8 +4638,8 @@ "heading": { "id": "specifying-oklab-oklch", "href": "https://www.w3.org/TR/css-color-4/#specifying-oklab-oklch", - "title": "Specifying OKLab and OKLCH: the oklab() and oklch() functional notations", - "number": "10.4" + "title": "Specifying Oklab and Oklch: the oklab() and oklch() functional notations", + "number": "9.4" }, "definedIn": "pre" }, @@ -4600,8 +4657,8 @@ "heading": { "id": "specifying-oklab-oklch", "href": "https://www.w3.org/TR/css-color-4/#specifying-oklab-oklch", - "title": "Specifying OKLab and OKLCH: the oklab() and oklch() functional notations", - "number": "10.4" + "title": "Specifying Oklab and Oklch: the oklab() and oklch() functional notations", + "number": "9.4" }, "definedIn": "pre" }, @@ -4620,7 +4677,7 @@ "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", "title": "Specifying Predefined Colors: the color() function", - "number": "11.1" + "number": "10.1" }, "definedIn": "pre" }, @@ -4639,7 +4696,7 @@ "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", "title": "Specifying Predefined Colors: the color() function", - "number": "11.1" + "number": "10.1" }, "definedIn": "pre" }, @@ -4658,7 +4715,7 @@ "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", "title": "Specifying Predefined Colors: the color() function", - "number": "11.1" + "number": "10.1" }, "definedIn": "pre" }, @@ -4677,7 +4734,7 @@ "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", "title": "Specifying Predefined Colors: the color() function", - "number": "11.1" + "number": "10.1" }, "definedIn": "pre" }, @@ -4696,7 +4753,7 @@ "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", "title": "Specifying Predefined Colors: the color() function", - "number": "11.1" + "number": "10.1" }, "definedIn": "pre" }, @@ -4715,67 +4772,10 @@ "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", "title": "Specifying Predefined Colors: the color() function", - "number": "11.1" + "number": "10.1" }, "definedIn": "pre" }, - { - "id": "invalid-color", - "href": "https://www.w3.org/TR/css-color-4/#invalid-color", - "linkingText": [ - "invalid color" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "color-function", - "href": "https://www.w3.org/TR/css-color-4/#color-function", - "title": "Specifying Predefined Colors: the color() function", - "number": "11.1" - }, - "definedIn": "prose" - }, - { - "id": "valid-color", - "href": "https://www.w3.org/TR/css-color-4/#valid-color", - "linkingText": [ - "valid color" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "color-function", - "href": "https://www.w3.org/TR/css-color-4/#color-function", - "title": "Specifying Predefined Colors: the color() function", - "number": "11.1" - }, - "definedIn": "prose" - }, - { - "id": "out-of-gamut", - "href": "https://www.w3.org/TR/css-color-4/#out-of-gamut", - "linkingText": [ - "out of gamut" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "color-function", - "href": "https://www.w3.org/TR/css-color-4/#color-function", - "title": "Specifying Predefined Colors: the color() function", - "number": "11.1" - }, - "definedIn": "prose" - }, { "id": "cant-be-displayed", "href": "https://www.w3.org/TR/css-color-4/#cant-be-displayed", @@ -4791,7 +4791,7 @@ "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", "title": "Specifying Predefined Colors: the color() function", - "number": "11.1" + "number": "10.1" }, "definedIn": "prose" }, @@ -4810,7 +4810,7 @@ "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", "title": "Specifying Predefined Colors: the color() function", - "number": "11.1" + "number": "10.1" }, "definedIn": "prose" }, @@ -4829,7 +4829,7 @@ "id": "predefined-sRGB", "href": "https://www.w3.org/TR/css-color-4/#predefined-sRGB", "title": "The Predefined sRGB Color Space: the sRGB keyword", - "number": "11.2" + "number": "10.2" }, "definedIn": "prose" }, @@ -4850,7 +4850,7 @@ "id": "predefined-sRGB", "href": "https://www.w3.org/TR/css-color-4/#predefined-sRGB", "title": "The Predefined sRGB Color Space: the sRGB keyword", - "number": "11.2" + "number": "10.2" }, "definedIn": "dt" }, @@ -4869,7 +4869,7 @@ "id": "predefined-sRGB-linear", "href": "https://www.w3.org/TR/css-color-4/#predefined-sRGB-linear", "title": "The Predefined Linear-light sRGB Color Space: the srgb-linear keyword", - "number": "11.3" + "number": "10.3" }, "definedIn": "prose" }, @@ -4890,7 +4890,7 @@ "id": "predefined-sRGB-linear", "href": "https://www.w3.org/TR/css-color-4/#predefined-sRGB-linear", "title": "The Predefined Linear-light sRGB Color Space: the srgb-linear keyword", - "number": "11.3" + "number": "10.3" }, "definedIn": "dt" }, @@ -4911,7 +4911,7 @@ "id": "predefined-display-p3", "href": "https://www.w3.org/TR/css-color-4/#predefined-display-p3", "title": "The Predefined Display P3 Color Space: the display-p3 keyword", - "number": "11.4" + "number": "10.4" }, "definedIn": "dt" }, @@ -4932,7 +4932,7 @@ "id": "predefined-a98-rgb", "href": "https://www.w3.org/TR/css-color-4/#predefined-a98-rgb", "title": "The Predefined A98 RGB Color Space: the a98-rgb keyword", - "number": "11.5" + "number": "10.5" }, "definedIn": "dt" }, @@ -4953,7 +4953,7 @@ "id": "predefined-prophoto-rgb", "href": "https://www.w3.org/TR/css-color-4/#predefined-prophoto-rgb", "title": "The Predefined ProPhoto RGB Color Space: the prophoto-rgb keyword", - "number": "11.6" + "number": "10.6" }, "definedIn": "dt" }, @@ -4974,7 +4974,7 @@ "id": "predefined-rec2020", "href": "https://www.w3.org/TR/css-color-4/#predefined-rec2020", "title": "The Predefined ITU-R BT.2020-2 Color Space: the rec2020 keyword", - "number": "11.7" + "number": "10.7" }, "definedIn": "dt" }, @@ -4995,7 +4995,7 @@ "id": "predefined-xyz", "href": "https://www.w3.org/TR/css-color-4/#predefined-xyz", "title": "The Predefined CIE XYZ Color Spaces: the xyz-d50, xyz-d65, and xyz keywords", - "number": "11.8" + "number": "10.8" }, "definedIn": "dt" }, @@ -5016,7 +5016,7 @@ "id": "predefined-xyz", "href": "https://www.w3.org/TR/css-color-4/#predefined-xyz", "title": "The Predefined CIE XYZ Color Spaces: the xyz-d50, xyz-d65, and xyz keywords", - "number": "11.8" + "number": "10.8" }, "definedIn": "dt" }, @@ -5037,10 +5037,28 @@ "id": "predefined-xyz", "href": "https://www.w3.org/TR/css-color-4/#predefined-xyz", "title": "The Predefined CIE XYZ Color Spaces: the xyz-d50, xyz-d65, and xyz keywords", - "number": "11.8" + "number": "10.8" }, "definedIn": "dt" }, + { + "id": "interpolation-color-space", + "href": "https://www.w3.org/TR/css-color-4/#interpolation-color-space", + "linkingText": [ + "interpolation color space" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "interpolation", + "href": "https://www.w3.org/TR/css-color-4/#interpolation", + "title": "12. Color Interpolation" + }, + "definedIn": "prose" + }, { "id": "host-syntax", "href": "https://www.w3.org/TR/css-color-4/#host-syntax", @@ -5056,7 +5074,7 @@ "id": "interpolation-space", "href": "https://www.w3.org/TR/css-color-4/#interpolation-space", "title": "Color Space for Interpolation", - "number": "13.1" + "number": "12.1" }, "definedIn": "prose" }, @@ -5075,7 +5093,7 @@ "id": "interpolation-space", "href": "https://www.w3.org/TR/css-color-4/#interpolation-space", "title": "Color Space for Interpolation", - "number": "13.1" + "number": "12.1" }, "definedIn": "pre" }, @@ -5094,7 +5112,7 @@ "id": "interpolation-space", "href": "https://www.w3.org/TR/css-color-4/#interpolation-space", "title": "Color Space for Interpolation", - "number": "13.1" + "number": "12.1" }, "definedIn": "pre" }, @@ -5113,7 +5131,7 @@ "id": "interpolation-space", "href": "https://www.w3.org/TR/css-color-4/#interpolation-space", "title": "Color Space for Interpolation", - "number": "13.1" + "number": "12.1" }, "definedIn": "pre" }, @@ -5132,7 +5150,7 @@ "id": "interpolation-space", "href": "https://www.w3.org/TR/css-color-4/#interpolation-space", "title": "Color Space for Interpolation", - "number": "13.1" + "number": "12.1" }, "definedIn": "pre" }, @@ -5151,7 +5169,7 @@ "id": "interpolation-space", "href": "https://www.w3.org/TR/css-color-4/#interpolation-space", "title": "Color Space for Interpolation", - "number": "13.1" + "number": "12.1" }, "definedIn": "pre" }, @@ -5170,7 +5188,7 @@ "id": "interpolation-alpha", "href": "https://www.w3.org/TR/css-color-4/#interpolation-alpha", "title": "Interpolating with Alpha", - "number": "13.3" + "number": "12.3" }, "definedIn": "prose" }, @@ -5189,7 +5207,7 @@ "id": "hue-shorter", "href": "https://www.w3.org/TR/css-color-4/#hue-shorter", "title": "shorter", - "number": "13.4.1" + "number": "12.4.1" }, "definedIn": "heading" }, @@ -5208,7 +5226,7 @@ "id": "hue-longer", "href": "https://www.w3.org/TR/css-color-4/#hue-longer", "title": "longer", - "number": "13.4.2" + "number": "12.4.2" }, "definedIn": "heading" }, @@ -5227,7 +5245,7 @@ "id": "hue-increasing", "href": "https://www.w3.org/TR/css-color-4/#hue-increasing", "title": "increasing", - "number": "13.4.3" + "number": "12.4.3" }, "definedIn": "heading" }, @@ -5246,26 +5264,7 @@ "id": "hue-decreasing", "href": "https://www.w3.org/TR/css-color-4/#hue-decreasing", "title": "decreasing", - "number": "13.4.4" - }, - "definedIn": "heading" - }, - { - "id": "specified", - "href": "https://www.w3.org/TR/css-color-4/#specified", - "linkingText": [ - "specified" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "hue-specified", - "href": "https://www.w3.org/TR/css-color-4/#hue-specified", - "title": "specified", - "number": "13.4.5" + "number": "12.4.4" }, "definedIn": "heading" }, @@ -5284,7 +5283,7 @@ "id": "GM-closest", "href": "https://www.w3.org/TR/css-color-4/#GM-closest", "title": "Closest Color (MINDE)", - "number": "14.1.2" + "number": "13.1.2" }, "definedIn": "prose" }, @@ -5303,7 +5302,7 @@ "id": "css-gamut-mapping", "href": "https://www.w3.org/TR/css-color-4/#css-gamut-mapping", "title": "CSS Gamut Mapping to an RGB Destination", - "number": "14.2" + "number": "13.2" }, "definedIn": "prose" }, @@ -5322,7 +5321,7 @@ "id": "css-gamut-mapping", "href": "https://www.w3.org/TR/css-color-4/#css-gamut-mapping", "title": "CSS Gamut Mapping to an RGB Destination", - "number": "14.2" + "number": "13.2" }, "definedIn": "prose" }, @@ -5341,7 +5340,43 @@ "id": "binsearch", "href": "https://www.w3.org/TR/css-color-4/#binsearch", "title": "Sample Pseudocode for the Binary Search Gamut Mapping Algorithm with Local MINDE", - "number": "14.2.1" + "number": "13.2.1" + }, + "definedIn": "prose" + }, + { + "id": "computed-color", + "href": "https://www.w3.org/TR/css-color-4/#computed-color", + "linkingText": [ + "computed color" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "resolving-color-values", + "href": "https://www.w3.org/TR/css-color-4/#resolving-color-values", + "title": "14. Resolving Values" + }, + "definedIn": "prose" + }, + { + "id": "used-color", + "href": "https://www.w3.org/TR/css-color-4/#used-color", + "linkingText": [ + "used color" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "resolving-color-values", + "href": "https://www.w3.org/TR/css-color-4/#resolving-color-values", + "title": "14. Resolving Values" }, "definedIn": "prose" }, diff --git a/tr/dfns/css-view-transitions-1.json b/tr/dfns/css-view-transitions-1.json index 66c883be347d..4f68cecc3b4c 100644 --- a/tr/dfns/css-view-transitions-1.json +++ b/tr/dfns/css-view-transitions-1.json @@ -1,12 +1,12 @@ { "spec": { "title": "CSS View Transitions Module Level 1", - "url": "https://drafts.csswg.org/css-view-transitions-1/" + "url": "https://www.w3.org/TR/css-view-transitions-1/" }, "dfns": [ { "id": "propdef-page-transition-tag", - "href": "https://drafts.csswg.org/css-view-transitions-1/#propdef-page-transition-tag", + "href": "https://www.w3.org/TR/css-view-transitions-1/#propdef-page-transition-tag", "linkingText": [ "page-transition-tag" ], @@ -17,7 +17,7 @@ "informative": false, "heading": { "id": "page-transition-tag-prop", - "href": "https://drafts.csswg.org/css-view-transitions-1/#page-transition-tag-prop", + "href": "https://www.w3.org/TR/css-view-transitions-1/#page-transition-tag-prop", "title": "page-transition-tag", "number": "3.1" }, @@ -25,7 +25,7 @@ }, { "id": "valdef-page-transition-tag-none", - "href": "https://drafts.csswg.org/css-view-transitions-1/#valdef-page-transition-tag-none", + "href": "https://www.w3.org/TR/css-view-transitions-1/#valdef-page-transition-tag-none", "linkingText": [ "none" ], @@ -38,7 +38,7 @@ "informative": false, "heading": { "id": "page-transition-tag-prop", - "href": "https://drafts.csswg.org/css-view-transitions-1/#page-transition-tag-prop", + "href": "https://www.w3.org/TR/css-view-transitions-1/#page-transition-tag-prop", "title": "page-transition-tag", "number": "3.1" }, @@ -46,7 +46,7 @@ }, { "id": "page-transition-tag", - "href": "https://drafts.csswg.org/css-view-transitions-1/#page-transition-tag", + "href": "https://www.w3.org/TR/css-view-transitions-1/#page-transition-tag", "linkingText": [ "page transition tag" ], @@ -57,7 +57,7 @@ "informative": false, "heading": { "id": "page-transition-tag-prop", - "href": "https://drafts.csswg.org/css-view-transitions-1/#page-transition-tag-prop", + "href": "https://www.w3.org/TR/css-view-transitions-1/#page-transition-tag-prop", "title": "page-transition-tag", "number": "3.1" }, @@ -65,7 +65,7 @@ }, { "id": "page-transition-pseudo-elements", - "href": "https://drafts.csswg.org/css-view-transitions-1/#page-transition-pseudo-elements", + "href": "https://www.w3.org/TR/css-view-transitions-1/#page-transition-pseudo-elements", "linkingText": [ "page-transition pseudo-elements" ], @@ -76,7 +76,7 @@ "informative": false, "heading": { "id": "pseudo", - "href": "https://drafts.csswg.org/css-view-transitions-1/#pseudo", + "href": "https://www.w3.org/TR/css-view-transitions-1/#pseudo", "title": "Pseudo-elements", "number": "4" }, @@ -84,7 +84,7 @@ }, { "id": "typedef-pt-tag-selector", - "href": "https://drafts.csswg.org/css-view-transitions-1/#typedef-pt-tag-selector", + "href": "https://www.w3.org/TR/css-view-transitions-1/#typedef-pt-tag-selector", "linkingText": [ "" ], @@ -95,7 +95,7 @@ "informative": false, "heading": { "id": "pseudo", - "href": "https://drafts.csswg.org/css-view-transitions-1/#pseudo", + "href": "https://www.w3.org/TR/css-view-transitions-1/#pseudo", "title": "Pseudo-elements", "number": "4" }, @@ -103,7 +103,7 @@ }, { "id": "selectordef-page-transition", - "href": "https://drafts.csswg.org/css-view-transitions-1/#selectordef-page-transition", + "href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-page-transition", "linkingText": [ "::page-transition" ], @@ -114,7 +114,7 @@ "informative": false, "heading": { "id": "pseudo", - "href": "https://drafts.csswg.org/css-view-transitions-1/#pseudo", + "href": "https://www.w3.org/TR/css-view-transitions-1/#pseudo", "title": "Pseudo-elements", "number": "4" }, @@ -122,7 +122,7 @@ }, { "id": "selectordef-page-transition-container-pt-tag-selector", - "href": "https://drafts.csswg.org/css-view-transitions-1/#selectordef-page-transition-container-pt-tag-selector", + "href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-page-transition-container-pt-tag-selector", "linkingText": [ "::page-transition-container( )" ], @@ -133,7 +133,7 @@ "informative": false, "heading": { "id": "pseudo", - "href": "https://drafts.csswg.org/css-view-transitions-1/#pseudo", + "href": "https://www.w3.org/TR/css-view-transitions-1/#pseudo", "title": "Pseudo-elements", "number": "4" }, @@ -141,7 +141,7 @@ }, { "id": "selectordef-page-transition-image-wrapper-pt-tag-selector", - "href": "https://drafts.csswg.org/css-view-transitions-1/#selectordef-page-transition-image-wrapper-pt-tag-selector", + "href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-page-transition-image-wrapper-pt-tag-selector", "linkingText": [ "::page-transition-image-wrapper( )" ], @@ -152,7 +152,7 @@ "informative": false, "heading": { "id": "pseudo", - "href": "https://drafts.csswg.org/css-view-transitions-1/#pseudo", + "href": "https://www.w3.org/TR/css-view-transitions-1/#pseudo", "title": "Pseudo-elements", "number": "4" }, @@ -160,7 +160,7 @@ }, { "id": "selectordef-page-transition-outgoing-image-pt-tag-selector", - "href": "https://drafts.csswg.org/css-view-transitions-1/#selectordef-page-transition-outgoing-image-pt-tag-selector", + "href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-page-transition-outgoing-image-pt-tag-selector", "linkingText": [ "::page-transition-outgoing-image( )" ], @@ -171,7 +171,7 @@ "informative": false, "heading": { "id": "pseudo", - "href": "https://drafts.csswg.org/css-view-transitions-1/#pseudo", + "href": "https://www.w3.org/TR/css-view-transitions-1/#pseudo", "title": "Pseudo-elements", "number": "4" }, @@ -179,7 +179,7 @@ }, { "id": "selectordef-page-transition-incoming-image-pt-tag-selector", - "href": "https://drafts.csswg.org/css-view-transitions-1/#selectordef-page-transition-incoming-image-pt-tag-selector", + "href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-page-transition-incoming-image-pt-tag-selector", "linkingText": [ "::page-transition-incoming-image( )" ], @@ -190,7 +190,7 @@ "informative": false, "heading": { "id": "pseudo", - "href": "https://drafts.csswg.org/css-view-transitions-1/#pseudo", + "href": "https://www.w3.org/TR/css-view-transitions-1/#pseudo", "title": "Pseudo-elements", "number": "4" }, @@ -198,7 +198,7 @@ }, { "id": "phases", - "href": "https://drafts.csswg.org/css-view-transitions-1/#phases", + "href": "https://www.w3.org/TR/css-view-transitions-1/#phases", "linkingText": [ "Phases" ], @@ -209,7 +209,7 @@ "informative": false, "heading": { "id": "phases-concept", - "href": "https://drafts.csswg.org/css-view-transitions-1/#phases-concept", + "href": "https://www.w3.org/TR/css-view-transitions-1/#phases-concept", "title": "Phases", "number": "5.1" }, @@ -217,7 +217,7 @@ }, { "id": "phases-before", - "href": "https://drafts.csswg.org/css-view-transitions-1/#phases-before", + "href": "https://www.w3.org/TR/css-view-transitions-1/#phases-before", "linkingText": [ "before" ], @@ -230,7 +230,7 @@ "informative": false, "heading": { "id": "phases-concept", - "href": "https://drafts.csswg.org/css-view-transitions-1/#phases-concept", + "href": "https://www.w3.org/TR/css-view-transitions-1/#phases-concept", "title": "Phases", "number": "5.1" }, @@ -238,7 +238,7 @@ }, { "id": "phases-after", - "href": "https://drafts.csswg.org/css-view-transitions-1/#phases-after", + "href": "https://www.w3.org/TR/css-view-transitions-1/#phases-after", "linkingText": [ "after" ], @@ -251,7 +251,7 @@ "informative": false, "heading": { "id": "phases-concept", - "href": "https://drafts.csswg.org/css-view-transitions-1/#phases-concept", + "href": "https://www.w3.org/TR/css-view-transitions-1/#phases-concept", "title": "Phases", "number": "5.1" }, @@ -259,7 +259,7 @@ }, { "id": "page-transition-layer", - "href": "https://drafts.csswg.org/css-view-transitions-1/#page-transition-layer", + "href": "https://www.w3.org/TR/css-view-transitions-1/#page-transition-layer", "linkingText": [ "page-transition layer" ], @@ -270,7 +270,7 @@ "informative": false, "heading": { "id": "page-transition-stacking-layer", - "href": "https://drafts.csswg.org/css-view-transitions-1/#page-transition-stacking-layer", + "href": "https://www.w3.org/TR/css-view-transitions-1/#page-transition-stacking-layer", "title": "The page-transition layer stacking layer", "number": "5.2" }, @@ -278,7 +278,7 @@ }, { "id": "captured-element", - "href": "https://drafts.csswg.org/css-view-transitions-1/#captured-element", + "href": "https://www.w3.org/TR/css-view-transitions-1/#captured-element", "linkingText": [ "captured element" ], @@ -289,7 +289,7 @@ "informative": false, "heading": { "id": "captured-elements", - "href": "https://drafts.csswg.org/css-view-transitions-1/#captured-elements", + "href": "https://www.w3.org/TR/css-view-transitions-1/#captured-elements", "title": "Captured elements", "number": "5.3" }, @@ -297,7 +297,7 @@ }, { "id": "captured-element-outgoing-image", - "href": "https://drafts.csswg.org/css-view-transitions-1/#captured-element-outgoing-image", + "href": "https://www.w3.org/TR/css-view-transitions-1/#captured-element-outgoing-image", "linkingText": [ "outgoing image" ], @@ -310,7 +310,7 @@ "informative": false, "heading": { "id": "captured-elements", - "href": "https://drafts.csswg.org/css-view-transitions-1/#captured-elements", + "href": "https://www.w3.org/TR/css-view-transitions-1/#captured-elements", "title": "Captured elements", "number": "5.3" }, @@ -318,7 +318,7 @@ }, { "id": "captured-element-outgoing-styles", - "href": "https://drafts.csswg.org/css-view-transitions-1/#captured-element-outgoing-styles", + "href": "https://www.w3.org/TR/css-view-transitions-1/#captured-element-outgoing-styles", "linkingText": [ "outgoing styles" ], @@ -331,7 +331,7 @@ "informative": false, "heading": { "id": "captured-elements", - "href": "https://drafts.csswg.org/css-view-transitions-1/#captured-elements", + "href": "https://www.w3.org/TR/css-view-transitions-1/#captured-elements", "title": "Captured elements", "number": "5.3" }, @@ -339,7 +339,7 @@ }, { "id": "captured-element-incoming-element", - "href": "https://drafts.csswg.org/css-view-transitions-1/#captured-element-incoming-element", + "href": "https://www.w3.org/TR/css-view-transitions-1/#captured-element-incoming-element", "linkingText": [ "incoming element" ], @@ -352,7 +352,7 @@ "informative": false, "heading": { "id": "captured-elements", - "href": "https://drafts.csswg.org/css-view-transitions-1/#captured-elements", + "href": "https://www.w3.org/TR/css-view-transitions-1/#captured-elements", "title": "Captured elements", "number": "5.3" }, @@ -360,7 +360,7 @@ }, { "id": "document-active-dom-transition", - "href": "https://drafts.csswg.org/css-view-transitions-1/#document-active-dom-transition", + "href": "https://www.w3.org/TR/css-view-transitions-1/#document-active-dom-transition", "linkingText": [ "active DOM transition" ], @@ -373,7 +373,7 @@ "informative": false, "heading": { "id": "additions-to-document", - "href": "https://drafts.csswg.org/css-view-transitions-1/#additions-to-document", + "href": "https://www.w3.org/TR/css-view-transitions-1/#additions-to-document", "title": "Additions to Document", "number": "5.4" }, @@ -381,7 +381,7 @@ }, { "id": "document-transition-suppressing-rendering", - "href": "https://drafts.csswg.org/css-view-transitions-1/#document-transition-suppressing-rendering", + "href": "https://www.w3.org/TR/css-view-transitions-1/#document-transition-suppressing-rendering", "linkingText": [ "transition suppressing rendering" ], @@ -394,7 +394,7 @@ "informative": false, "heading": { "id": "additions-to-document", - "href": "https://drafts.csswg.org/css-view-transitions-1/#additions-to-document", + "href": "https://www.w3.org/TR/css-view-transitions-1/#additions-to-document", "title": "Additions to Document", "number": "5.4" }, @@ -402,7 +402,7 @@ }, { "id": "dom-document-createtransition-init-init", - "href": "https://drafts.csswg.org/css-view-transitions-1/#dom-document-createtransition-init-init", + "href": "https://www.w3.org/TR/css-view-transitions-1/#dom-document-createtransition-init-init", "linkingText": [ "init" ], @@ -415,7 +415,7 @@ "informative": false, "heading": { "id": "additions-to-document-api", - "href": "https://drafts.csswg.org/css-view-transitions-1/#additions-to-document-api", + "href": "https://www.w3.org/TR/css-view-transitions-1/#additions-to-document-api", "title": "Additions to Document", "number": "6.1" }, @@ -423,7 +423,7 @@ }, { "id": "dictdef-viewtransitioninit", - "href": "https://drafts.csswg.org/css-view-transitions-1/#dictdef-viewtransitioninit", + "href": "https://www.w3.org/TR/css-view-transitions-1/#dictdef-viewtransitioninit", "linkingText": [ "ViewTransitionInit" ], @@ -434,7 +434,7 @@ "informative": false, "heading": { "id": "additions-to-document-api", - "href": "https://drafts.csswg.org/css-view-transitions-1/#additions-to-document-api", + "href": "https://www.w3.org/TR/css-view-transitions-1/#additions-to-document-api", "title": "Additions to Document", "number": "6.1" }, @@ -442,7 +442,7 @@ }, { "id": "dom-viewtransitioninit-updatedom", - "href": "https://drafts.csswg.org/css-view-transitions-1/#dom-viewtransitioninit-updatedom", + "href": "https://www.w3.org/TR/css-view-transitions-1/#dom-viewtransitioninit-updatedom", "linkingText": [ "updateDOM" ], @@ -455,7 +455,7 @@ "informative": false, "heading": { "id": "additions-to-document-api", - "href": "https://drafts.csswg.org/css-view-transitions-1/#additions-to-document-api", + "href": "https://www.w3.org/TR/css-view-transitions-1/#additions-to-document-api", "title": "Additions to Document", "number": "6.1" }, @@ -463,7 +463,7 @@ }, { "id": "callbackdef-updatedomcallback", - "href": "https://drafts.csswg.org/css-view-transitions-1/#callbackdef-updatedomcallback", + "href": "https://www.w3.org/TR/css-view-transitions-1/#callbackdef-updatedomcallback", "linkingText": [ "UpdateDOMCallback" ], @@ -474,7 +474,7 @@ "informative": false, "heading": { "id": "additions-to-document-api", - "href": "https://drafts.csswg.org/css-view-transitions-1/#additions-to-document-api", + "href": "https://www.w3.org/TR/css-view-transitions-1/#additions-to-document-api", "title": "Additions to Document", "number": "6.1" }, @@ -482,7 +482,7 @@ }, { "id": "dom-document-createtransition", - "href": "https://drafts.csswg.org/css-view-transitions-1/#dom-document-createtransition", + "href": "https://www.w3.org/TR/css-view-transitions-1/#dom-document-createtransition", "linkingText": [ "createTransition(init)" ], @@ -495,7 +495,7 @@ "informative": false, "heading": { "id": "ViewTransition-prepare", - "href": "https://drafts.csswg.org/css-view-transitions-1/#ViewTransition-prepare", + "href": "https://www.w3.org/TR/css-view-transitions-1/#ViewTransition-prepare", "title": "createTransition()", "number": "6.1.1" }, @@ -503,7 +503,7 @@ }, { "id": "viewtransition", - "href": "https://drafts.csswg.org/css-view-transitions-1/#viewtransition", + "href": "https://www.w3.org/TR/css-view-transitions-1/#viewtransition", "linkingText": [ "ViewTransition" ], @@ -514,7 +514,7 @@ "informative": false, "heading": { "id": "the-domtransition-interface", - "href": "https://drafts.csswg.org/css-view-transitions-1/#the-domtransition-interface", + "href": "https://www.w3.org/TR/css-view-transitions-1/#the-domtransition-interface", "title": "The ViewTransition interface", "number": "6.2" }, @@ -522,7 +522,7 @@ }, { "id": "dom-viewtransition-finished", - "href": "https://drafts.csswg.org/css-view-transitions-1/#dom-viewtransition-finished", + "href": "https://www.w3.org/TR/css-view-transitions-1/#dom-viewtransition-finished", "linkingText": [ "finished" ], @@ -535,7 +535,7 @@ "informative": false, "heading": { "id": "the-domtransition-interface", - "href": "https://drafts.csswg.org/css-view-transitions-1/#the-domtransition-interface", + "href": "https://www.w3.org/TR/css-view-transitions-1/#the-domtransition-interface", "title": "The ViewTransition interface", "number": "6.2" }, @@ -543,7 +543,7 @@ }, { "id": "dom-viewtransition-ready", - "href": "https://drafts.csswg.org/css-view-transitions-1/#dom-viewtransition-ready", + "href": "https://www.w3.org/TR/css-view-transitions-1/#dom-viewtransition-ready", "linkingText": [ "ready" ], @@ -556,7 +556,7 @@ "informative": false, "heading": { "id": "the-domtransition-interface", - "href": "https://drafts.csswg.org/css-view-transitions-1/#the-domtransition-interface", + "href": "https://www.w3.org/TR/css-view-transitions-1/#the-domtransition-interface", "title": "The ViewTransition interface", "number": "6.2" }, @@ -564,7 +564,7 @@ }, { "id": "dom-viewtransition-domupdated", - "href": "https://drafts.csswg.org/css-view-transitions-1/#dom-viewtransition-domupdated", + "href": "https://www.w3.org/TR/css-view-transitions-1/#dom-viewtransition-domupdated", "linkingText": [ "domUpdated" ], @@ -577,7 +577,7 @@ "informative": false, "heading": { "id": "the-domtransition-interface", - "href": "https://drafts.csswg.org/css-view-transitions-1/#the-domtransition-interface", + "href": "https://www.w3.org/TR/css-view-transitions-1/#the-domtransition-interface", "title": "The ViewTransition interface", "number": "6.2" }, @@ -585,7 +585,7 @@ }, { "id": "viewtransition-tagged-elements", - "href": "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-tagged-elements", + "href": "https://www.w3.org/TR/css-view-transitions-1/#viewtransition-tagged-elements", "linkingText": [ "tagged elements" ], @@ -598,7 +598,7 @@ "informative": false, "heading": { "id": "the-domtransition-interface", - "href": "https://drafts.csswg.org/css-view-transitions-1/#the-domtransition-interface", + "href": "https://www.w3.org/TR/css-view-transitions-1/#the-domtransition-interface", "title": "The ViewTransition interface", "number": "6.2" }, @@ -606,7 +606,7 @@ }, { "id": "viewtransition-phase", - "href": "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-phase", + "href": "https://www.w3.org/TR/css-view-transitions-1/#viewtransition-phase", "linkingText": [ "phase" ], @@ -619,7 +619,7 @@ "informative": false, "heading": { "id": "the-domtransition-interface", - "href": "https://drafts.csswg.org/css-view-transitions-1/#the-domtransition-interface", + "href": "https://www.w3.org/TR/css-view-transitions-1/#the-domtransition-interface", "title": "The ViewTransition interface", "number": "6.2" }, @@ -627,7 +627,7 @@ }, { "id": "viewtransition-dom-update-callback", - "href": "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-dom-update-callback", + "href": "https://www.w3.org/TR/css-view-transitions-1/#viewtransition-dom-update-callback", "linkingText": [ "DOM update callback" ], @@ -640,7 +640,7 @@ "informative": false, "heading": { "id": "the-domtransition-interface", - "href": "https://drafts.csswg.org/css-view-transitions-1/#the-domtransition-interface", + "href": "https://www.w3.org/TR/css-view-transitions-1/#the-domtransition-interface", "title": "The ViewTransition interface", "number": "6.2" }, @@ -648,7 +648,7 @@ }, { "id": "viewtransition-ready-promise", - "href": "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-ready-promise", + "href": "https://www.w3.org/TR/css-view-transitions-1/#viewtransition-ready-promise", "linkingText": [ "ready promise" ], @@ -661,7 +661,7 @@ "informative": false, "heading": { "id": "the-domtransition-interface", - "href": "https://drafts.csswg.org/css-view-transitions-1/#the-domtransition-interface", + "href": "https://www.w3.org/TR/css-view-transitions-1/#the-domtransition-interface", "title": "The ViewTransition interface", "number": "6.2" }, @@ -669,7 +669,7 @@ }, { "id": "viewtransition-dom-updated-promise", - "href": "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-dom-updated-promise", + "href": "https://www.w3.org/TR/css-view-transitions-1/#viewtransition-dom-updated-promise", "linkingText": [ "DOM updated promise" ], @@ -682,7 +682,7 @@ "informative": false, "heading": { "id": "the-domtransition-interface", - "href": "https://drafts.csswg.org/css-view-transitions-1/#the-domtransition-interface", + "href": "https://www.w3.org/TR/css-view-transitions-1/#the-domtransition-interface", "title": "The ViewTransition interface", "number": "6.2" }, @@ -690,7 +690,7 @@ }, { "id": "viewtransition-finished-promise", - "href": "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-finished-promise", + "href": "https://www.w3.org/TR/css-view-transitions-1/#viewtransition-finished-promise", "linkingText": [ "finished promise" ], @@ -703,7 +703,7 @@ "informative": false, "heading": { "id": "the-domtransition-interface", - "href": "https://drafts.csswg.org/css-view-transitions-1/#the-domtransition-interface", + "href": "https://www.w3.org/TR/css-view-transitions-1/#the-domtransition-interface", "title": "The ViewTransition interface", "number": "6.2" }, @@ -711,7 +711,7 @@ }, { "id": "dom-viewtransition-skiptransition", - "href": "https://drafts.csswg.org/css-view-transitions-1/#dom-viewtransition-skiptransition", + "href": "https://www.w3.org/TR/css-view-transitions-1/#dom-viewtransition-skiptransition", "linkingText": [ "skipTransition()" ], @@ -724,7 +724,7 @@ "informative": false, "heading": { "id": "ViewTransition-skipTransition", - "href": "https://drafts.csswg.org/css-view-transitions-1/#ViewTransition-skipTransition", + "href": "https://www.w3.org/TR/css-view-transitions-1/#ViewTransition-skipTransition", "title": "skipTransition()", "number": "6.2.1" }, @@ -732,7 +732,7 @@ }, { "id": "perform-pending-transition-operations", - "href": "https://drafts.csswg.org/css-view-transitions-1/#perform-pending-transition-operations", + "href": "https://www.w3.org/TR/css-view-transitions-1/#perform-pending-transition-operations", "linkingText": [ "perform pending transition operations" ], @@ -743,7 +743,7 @@ "informative": false, "heading": { "id": "perform-pending-transition-operations-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#perform-pending-transition-operations-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#perform-pending-transition-operations-algorithm", "title": "Perform pending transition operations", "number": "7.2" }, @@ -751,7 +751,7 @@ }, { "id": "perform-an-outgoing-capture", - "href": "https://drafts.csswg.org/css-view-transitions-1/#perform-an-outgoing-capture", + "href": "https://www.w3.org/TR/css-view-transitions-1/#perform-an-outgoing-capture", "linkingText": [ "perform an outgoing capture" ], @@ -762,7 +762,7 @@ "informative": false, "heading": { "id": "perform-an-outgoing-capture-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#perform-an-outgoing-capture-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#perform-an-outgoing-capture-algorithm", "title": "Perform an outgoing capture", "number": "7.3" }, @@ -770,7 +770,7 @@ }, { "id": "skip-the-page-transition", - "href": "https://drafts.csswg.org/css-view-transitions-1/#skip-the-page-transition", + "href": "https://www.w3.org/TR/css-view-transitions-1/#skip-the-page-transition", "linkingText": [ "skip the page transition" ], @@ -781,7 +781,7 @@ "informative": false, "heading": { "id": "skip-the-page-transition-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#skip-the-page-transition-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#skip-the-page-transition-algorithm", "title": "Skip the page transition", "number": "7.4" }, @@ -789,7 +789,7 @@ }, { "id": "capture-the-image", - "href": "https://drafts.csswg.org/css-view-transitions-1/#capture-the-image", + "href": "https://www.w3.org/TR/css-view-transitions-1/#capture-the-image", "linkingText": [ "capture the image", "capturing the image" @@ -801,7 +801,7 @@ "informative": false, "heading": { "id": "capture-the-image-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#capture-the-image-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#capture-the-image-algorithm", "title": "Capture the image", "number": "7.5" }, @@ -809,7 +809,7 @@ }, { "id": "update-transition-dom", - "href": "https://drafts.csswg.org/css-view-transitions-1/#update-transition-dom", + "href": "https://www.w3.org/TR/css-view-transitions-1/#update-transition-dom", "linkingText": [ "update transition DOM" ], @@ -820,7 +820,7 @@ "informative": false, "heading": { "id": "update-transition-dom-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#update-transition-dom-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#update-transition-dom-algorithm", "title": "Update transition DOM", "number": "7.6" }, @@ -828,7 +828,7 @@ }, { "id": "computing-the-interest-rectangle", - "href": "https://drafts.csswg.org/css-view-transitions-1/#computing-the-interest-rectangle", + "href": "https://www.w3.org/TR/css-view-transitions-1/#computing-the-interest-rectangle", "linkingText": [ "computing the interest rectangle", "compute the interest rectangle" @@ -840,7 +840,7 @@ "informative": false, "heading": { "id": "compute-the-interest-rectangle-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#compute-the-interest-rectangle-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#compute-the-interest-rectangle-algorithm", "title": "Compute the interest rectangle", "number": "7.7" }, @@ -848,7 +848,7 @@ }, { "id": "animate-a-page-transition", - "href": "https://drafts.csswg.org/css-view-transitions-1/#animate-a-page-transition", + "href": "https://www.w3.org/TR/css-view-transitions-1/#animate-a-page-transition", "linkingText": [ "animate a page transition" ], @@ -859,7 +859,7 @@ "informative": false, "heading": { "id": "animate-a-page-transition-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#animate-a-page-transition-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#animate-a-page-transition-algorithm", "title": "Animate a page transition", "number": "7.8" }, @@ -867,7 +867,7 @@ }, { "id": "create-transition-pseudo-elements", - "href": "https://drafts.csswg.org/css-view-transitions-1/#create-transition-pseudo-elements", + "href": "https://www.w3.org/TR/css-view-transitions-1/#create-transition-pseudo-elements", "linkingText": [ "create transition pseudo-elements" ], @@ -878,7 +878,7 @@ "informative": false, "heading": { "id": "create-transition-pseudo-elements-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#create-transition-pseudo-elements-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#create-transition-pseudo-elements-algorithm", "title": "Create transition pseudo-elements", "number": "7.9" }, @@ -886,7 +886,7 @@ }, { "id": "call-the-dom-update-callback", - "href": "https://drafts.csswg.org/css-view-transitions-1/#call-the-dom-update-callback", + "href": "https://www.w3.org/TR/css-view-transitions-1/#call-the-dom-update-callback", "linkingText": [ "call the DOM update callback" ], @@ -897,7 +897,7 @@ "informative": false, "heading": { "id": "create-transition-pseudo-elements-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#create-transition-pseudo-elements-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#create-transition-pseudo-elements-algorithm", "title": "Create transition pseudo-elements", "number": "7.9" }, diff --git a/tr/dfns/html.json b/tr/dfns/html.json index fe9e8b8adac0..a5bcd1a9fdca 100644 --- a/tr/dfns/html.json +++ b/tr/dfns/html.json @@ -2423,6 +2423,44 @@ }, "definedIn": "prose" }, + { + "id": "unique-internal-value", + "href": "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unique-internal-value", + "linkingText": [ + "unique internal value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "unique-values", + "href": "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unique-values", + "title": "Unique internal values", + "number": "2.3.11" + }, + "definedIn": "prose" + }, + { + "id": "new-unique-internal-value", + "href": "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#new-unique-internal-value", + "linkingText": [ + "new unique internal value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "unique-values", + "href": "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unique-values", + "title": "Unique internal values", + "number": "2.3.11" + }, + "definedIn": "prose" + }, { "id": "valid-non-empty-url", "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#valid-non-empty-url", @@ -4497,25 +4535,6 @@ }, "definedIn": "prose" }, - { - "id": "still-on-its-initial-about:blank-document", - "href": "https://html.spec.whatwg.org/multipage/dom.html#still-on-its-initial-about:blank-document", - "linkingText": [ - "still on its initial about:blank Document" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "the-document-object", - "href": "https://html.spec.whatwg.org/multipage/dom.html#the-document-object", - "title": "The Document object", - "number": "3.1.1" - }, - "definedIn": "prose" - }, { "id": "concept-document-navigation-id", "href": "https://html.spec.whatwg.org/multipage/dom.html#concept-document-navigation-id", @@ -4756,6 +4775,25 @@ }, "definedIn": "prose" }, + { + "id": "was-created-via-cross-origin-redirects", + "href": "https://html.spec.whatwg.org/multipage/dom.html#was-created-via-cross-origin-redirects", + "linkingText": [ + "was created via cross-origin redirects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting-document-loading-status", + "href": "https://html.spec.whatwg.org/multipage/dom.html#reporting-document-loading-status", + "title": "Reporting document loading status", + "number": "3.1.4" + }, + "definedIn": "prose" + }, { "id": "document-load-timing-info", "href": "https://html.spec.whatwg.org/multipage/dom.html#document-load-timing-info", @@ -16636,25 +16674,6 @@ }, "definedIn": "prose" }, - { - "id": "display-a-plugin", - "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#display-a-plugin", - "linkingText": [ - "display a plugin" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "the-embed-element", - "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element", - "title": "The embed element", - "number": "4.8.6" - }, - "definedIn": "prose" - }, { "id": "display-no-plugin", "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#display-no-plugin", @@ -50842,25 +50861,6 @@ }, "definedIn": "prose" }, - { - "id": "system-visibility-state", - "href": "https://html.spec.whatwg.org/multipage/interaction.html#system-visibility-state", - "linkingText": [ - "system visibility state" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "page-visibility", - "href": "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility", - "title": "Page visibility", - "number": "6.2" - }, - "definedIn": "prose" - }, { "id": "visibility-state", "href": "https://html.spec.whatwg.org/multipage/interaction.html#visibility-state", @@ -51408,15 +51408,15 @@ "definedIn": "prose" }, { - "id": "tlbc-system-focus", - "href": "https://html.spec.whatwg.org/multipage/interaction.html#tlbc-system-focus", + "id": "system-focus", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#system-focus", "linkingText": [ "system focus" ], "localLinkingText": [], "type": "dfn", "for": [ - "top-level browsing context" + "top-level traversable" ], "access": "public", "informative": false, @@ -51486,10 +51486,10 @@ "definedIn": "prose" }, { - "id": "currently-focused-area-of-a-top-level-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/interaction.html#currently-focused-area-of-a-top-level-browsing-context", + "id": "currently-focused-area-of-a-top-level-traversable", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#currently-focused-area-of-a-top-level-traversable", "linkingText": [ - "currently focused area of a top-level browsing context" + "currently focused area of a top-level traversable" ], "localLinkingText": [], "type": "dfn", @@ -51505,10 +51505,10 @@ "definedIn": "prose" }, { - "id": "current-focus-chain-of-a-top-level-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/interaction.html#current-focus-chain-of-a-top-level-browsing-context", + "id": "current-focus-chain-of-a-top-level-traversable", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#current-focus-chain-of-a-top-level-traversable", "linkingText": [ - "current focus chain of a top-level browsing context" + "current focus chain of a top-level traversable" ], "localLinkingText": [], "type": "dfn", @@ -55042,10 +55042,10 @@ "definedIn": "prose" }, { - "id": "browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context", + "id": "concept-origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin", "linkingText": [ - "browsing context" + "origin" ], "localLinkingText": [], "type": "dfn", @@ -55053,18 +55053,18 @@ "access": "public", "informative": false, "heading": { - "id": "windows", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#windows", - "title": "Browsing contexts", - "number": "7.1" + "id": "origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin", + "title": "Origins", + "number": "7.1.1" }, "definedIn": "prose" }, { - "id": "opener-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#opener-browsing-context", + "id": "concept-origin-opaque", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-opaque", "linkingText": [ - "opener browsing context" + "opaque origin" ], "localLinkingText": [], "type": "dfn", @@ -55072,193 +55072,198 @@ "access": "public", "informative": false, "heading": { - "id": "windows", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#windows", - "title": "Browsing contexts", - "number": "7.1" + "id": "origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin", + "title": "Origins", + "number": "7.1.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "disowned-its-opener", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#disowned-its-opener", + "id": "concept-origin-tuple", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-tuple", "linkingText": [ - "disowned" + "tuple origin" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "windows", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#windows", - "title": "Browsing contexts", - "number": "7.1" + "id": "origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin", + "title": "Origins", + "number": "7.1.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "is-closing", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#is-closing", + "id": "concept-origin-scheme", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-scheme", "linkingText": [ - "is closing" + "scheme" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "origin" + ], + "access": "public", "informative": false, "heading": { - "id": "windows", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#windows", - "title": "Browsing contexts", - "number": "7.1" + "id": "origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin", + "title": "Origins", + "number": "7.1.1" }, "definedIn": "prose" }, { - "id": "concept-document-bc", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#concept-document-bc", + "id": "concept-origin-host", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-host", "linkingText": [ - "browsing context" + "host" ], "localLinkingText": [], "type": "dfn", "for": [ - "Document" + "origin" ], "access": "public", "informative": false, "heading": { - "id": "windows", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#windows", - "title": "Browsing contexts", - "number": "7.1" + "id": "origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin", + "title": "Origins", + "number": "7.1.1" }, "definedIn": "prose" }, { - "id": "active-window", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#active-window", + "id": "concept-origin-port", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-port", "linkingText": [ - "active window" + "port" ], "localLinkingText": [], "type": "dfn", "for": [ - "browsing context" + "origin" ], "access": "public", "informative": false, "heading": { - "id": "windows", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#windows", - "title": "Browsing contexts", - "number": "7.1" + "id": "origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin", + "title": "Origins", + "number": "7.1.1" }, "definedIn": "prose" }, { - "id": "active-document", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#active-document", + "id": "concept-origin-domain", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-domain", "linkingText": [ - "active document" + "domain" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "origin" + ], "access": "public", "informative": false, "heading": { - "id": "windows", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#windows", - "title": "Browsing contexts", - "number": "7.1" + "id": "origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin", + "title": "Origins", + "number": "7.1.1" }, "definedIn": "prose" }, { - "id": "virtual-browsing-context-group-id", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#virtual-browsing-context-group-id", + "id": "concept-origin-effective-domain", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-effective-domain", "linkingText": [ - "virtual browsing context group ID" + "effective domain" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "windows", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#windows", - "title": "Browsing contexts", - "number": "7.1" + "id": "origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin", + "title": "Origins", + "number": "7.1.1" }, "definedIn": "prose" }, { - "id": "browsing-context-initial-url", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-initial-url", + "id": "ascii-serialisation-of-an-origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#ascii-serialisation-of-an-origin", "linkingText": [ - "initial URL" + "serialization of an origin", + "ASCII serialization of an origin" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "windows", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#windows", - "title": "Browsing contexts", - "number": "7.1" + "id": "origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin", + "title": "Origins", + "number": "7.1.1" }, "definedIn": "prose" }, { - "id": "opener-origin-at-creation", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#opener-origin-at-creation", + "id": "same-origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#same-origin", "linkingText": [ - "opener origin at creation" + "same origin" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "windows", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#windows", - "title": "Browsing contexts", - "number": "7.1" + "id": "origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin", + "title": "Origins", + "number": "7.1.1" }, "definedIn": "prose" }, { - "id": "set-the-active-document", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#set-the-active-document", + "id": "same-origin-domain", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#same-origin-domain", "linkingText": [ - "set the active document" + "same origin-domain" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "creating-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts", - "title": "Creating browsing contexts", + "id": "origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin", + "title": "Origins", "number": "7.1.1" }, "definedIn": "prose" }, { - "id": "creator-origin", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creator-origin", + "id": "scheme-and-host", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#scheme-and-host", "linkingText": [ - "creator origin" + "scheme-and-host" ], "localLinkingText": [], "type": "dfn", @@ -55266,18 +55271,18 @@ "access": "private", "informative": false, "heading": { - "id": "creating-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts", - "title": "Creating browsing contexts", - "number": "7.1.1" + "id": "sites", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sites", + "title": "Sites", + "number": "7.1.1.1" }, "definedIn": "prose" }, { - "id": "creator-url", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creator-url", + "id": "concept-scheme-and-host-scheme", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#concept-scheme-and-host-scheme", "linkingText": [ - "creator URL" + "scheme" ], "localLinkingText": [], "type": "dfn", @@ -55285,18 +55290,18 @@ "access": "private", "informative": false, "heading": { - "id": "creating-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts", - "title": "Creating browsing contexts", - "number": "7.1.1" + "id": "sites", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sites", + "title": "Sites", + "number": "7.1.1.1" }, "definedIn": "prose" }, { - "id": "creator-base-url", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creator-base-url", + "id": "concept-scheme-and-host-host", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#concept-scheme-and-host-host", "linkingText": [ - "creator base URL" + "host" ], "localLinkingText": [], "type": "dfn", @@ -55304,113 +55309,115 @@ "access": "private", "informative": false, "heading": { - "id": "creating-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts", - "title": "Creating browsing contexts", - "number": "7.1.1" + "id": "sites", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sites", + "title": "Sites", + "number": "7.1.1.1" }, "definedIn": "prose" }, { - "id": "determining-the-origin", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#determining-the-origin", + "id": "site", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#site", "linkingText": [ - "determine the origin" + "site" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "creating-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts", - "title": "Creating browsing contexts", - "number": "7.1.1" + "id": "sites", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sites", + "title": "Sites", + "number": "7.1.1.1" }, "definedIn": "prose" }, { - "id": "creating-a-new-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-a-new-browsing-context", + "id": "obtain-a-site", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#obtain-a-site", "linkingText": [ - "create a new browsing context" + "obtain a site" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "creating-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts", - "title": "Creating browsing contexts", - "number": "7.1.1" + "id": "sites", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sites", + "title": "Sites", + "number": "7.1.1.1" }, "definedIn": "prose" }, { - "id": "creating-a-new-top-level-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-a-new-top-level-browsing-context", + "id": "concept-site-same-site", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#concept-site-same-site", "linkingText": [ - "create a new top-level browsing context" + "same site" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "site" + ], + "access": "public", "informative": false, "heading": { - "id": "creating-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts", - "title": "Creating browsing contexts", - "number": "7.1.1" + "id": "sites", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sites", + "title": "Sites", + "number": "7.1.1.1" }, "definedIn": "prose" }, { - "id": "creating-a-new-auxiliary-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-a-new-auxiliary-browsing-context", + "id": "serialization-of-a-site", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#serialization-of-a-site", "linkingText": [ - "create a new auxiliary browsing context" + "serialization of a site" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "creating-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts", - "title": "Creating browsing contexts", - "number": "7.1.1" + "id": "sites", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sites", + "title": "Sites", + "number": "7.1.1.1" }, "definedIn": "prose" }, { - "id": "creating-a-new-nested-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-a-new-nested-browsing-context", + "id": "schemelessly-same-site", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#schemelessly-same-site", "linkingText": [ - "create a new nested browsing context" + "schemelessly same site" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "creating-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts", - "title": "Creating browsing contexts", - "number": "7.1.1" + "id": "sites", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sites", + "title": "Sites", + "number": "7.1.1.1" }, "definedIn": "prose" }, { - "id": "browsing-context-container", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-container", + "id": "same-site", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#same-site", "linkingText": [ - "browsing context container" + "same site" ], "localLinkingText": [], "type": "dfn", @@ -55418,96 +55425,99 @@ "access": "public", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "sites", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sites", + "title": "Sites", + "number": "7.1.1.1" }, "definedIn": "prose" }, { - "id": "nested-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-context", + "id": "dom-document-domain", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#dom-document-domain", "linkingText": [ - "nested browsing context" + "domain" ], "localLinkingText": [], - "type": "dfn", - "for": [], + "type": "attribute", + "for": [ + "Document" + ], "access": "public", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "relaxing-the-same-origin-restriction", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction", + "title": "Relaxing the same-origin restriction", + "number": "7.1.1.2" }, "definedIn": "prose" }, { - "id": "bc-container", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#bc-container", + "id": "is-a-registrable-domain-suffix-of-or-is-equal-to", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#is-a-registrable-domain-suffix-of-or-is-equal-to", "linkingText": [ - "container" + "is a registrable domain suffix of or is equal to", + "is not a registrable domain suffix of and is not equal to" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "relaxing-the-same-origin-restriction", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction", + "title": "Relaxing the same-origin restriction", + "number": "7.1.1.2" }, "definedIn": "prose" }, { - "id": "bc-container-document", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#bc-container-document", + "id": "origin-agent-cluster", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin-agent-cluster", "linkingText": [ - "container document" + "Origin-Agent-Cluster" ], "localLinkingText": [], - "type": "dfn", - "for": [ - "browsing context" - ], + "type": "http-header", + "for": [], "access": "public", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", + "id": "origin-keyed-agent-clusters", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters", + "title": "Origin-keyed agent clusters", "number": "7.1.2" }, "definedIn": "prose" }, { - "id": "child-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#child-browsing-context", + "id": "dom-originagentcluster", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#dom-originagentcluster", "linkingText": [ - "child browsing context" + "originAgentCluster" ], "localLinkingText": [], - "type": "dfn", - "for": [], + "type": "attribute", + "for": [ + "Window" + ], "access": "public", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", + "id": "origin-keyed-agent-clusters", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters", + "title": "Origin-keyed agent clusters", "number": "7.1.2" }, "definedIn": "prose" }, { - "id": "document-tree-child-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#document-tree-child-browsing-context", + "id": "cross-origin-opener-policy-value", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policy-value", "linkingText": [ - "document-tree child browsing context" + "cross-origin opener policy value" ], "localLinkingText": [], "type": "dfn", @@ -55515,75 +55525,75 @@ "access": "private", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "cross-origin-opener-policies", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.1.3" }, "definedIn": "prose" }, { - "id": "parent-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#parent-browsing-context", + "id": "coop-unsafe-none", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-unsafe-none", "linkingText": [ - "parent browsing context" + "unsafe-none" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "cross-origin-opener-policies", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.1.3" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "ancestor-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#ancestor-browsing-context", + "id": "coop-same-origin-allow-popups", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-same-origin-allow-popups", "linkingText": [ - "ancestor browsing context" + "same-origin-allow-popups" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "cross-origin-opener-policies", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.1.3" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "top-level-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#top-level-browsing-context", + "id": "coop-same-origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-same-origin", "linkingText": [ - "top-level browsing context" + "same-origin" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "cross-origin-opener-policies", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.1.3" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "tlbc-group", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#tlbc-group", + "id": "coop-same-origin-plus-coep", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-same-origin-plus-coep", "linkingText": [ - "group" + "same-origin-plus-COEP" ], "localLinkingText": [], "type": "dfn", @@ -55591,18 +55601,18 @@ "access": "private", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "cross-origin-opener-policies", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.1.3" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "is-popup", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#is-popup", + "id": "cross-origin-opener-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policy", "linkingText": [ - "is popup" + "cross-origin opener policy" ], "localLinkingText": [], "type": "dfn", @@ -55610,37 +55620,37 @@ "access": "private", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "cross-origin-opener-policies", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.1.3" }, "definedIn": "prose" }, { - "id": "auxiliary-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#auxiliary-browsing-context", + "id": "coop-struct-value", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-struct-value", "linkingText": [ - "auxiliary browsing context" + "value" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "cross-origin-opener-policies", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.1.3" }, "definedIn": "prose" }, { - "id": "list-of-the-descendant-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#list-of-the-descendant-browsing-contexts", + "id": "coop-struct-report-endpoint", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-struct-report-endpoint", "linkingText": [ - "list of the descendant browsing contexts" + "reporting endpoint" ], "localLinkingText": [], "type": "dfn", @@ -55648,39 +55658,37 @@ "access": "private", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "cross-origin-opener-policies", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.1.3" }, "definedIn": "prose" }, { - "id": "fully-active", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#fully-active", + "id": "coop-struct-report-only-value", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-struct-report-only-value", "linkingText": [ - "fully active" + "report-only value" ], "localLinkingText": [], "type": "dfn", - "for": [ - "Document" - ], - "access": "public", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "cross-origin-opener-policies", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.1.3" }, "definedIn": "prose" }, { - "id": "delaying-load-events-mode", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#delaying-load-events-mode", + "id": "coop-struct-report-only-endpoint", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-struct-report-only-endpoint", "linkingText": [ - "delaying load events mode" + "report-only reporting endpoint" ], "localLinkingText": [], "type": "dfn", @@ -55688,18 +55696,18 @@ "access": "private", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "cross-origin-opener-policies", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.1.3" }, "definedIn": "prose" }, { - "id": "document-family", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#document-family", + "id": "matching-coop", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#matching-coop", "linkingText": [ - "document family" + "match cross-origin opener policy values" ], "localLinkingText": [], "type": "dfn", @@ -55707,121 +55715,75 @@ "access": "private", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "cross-origin-opener-policies", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.1.3" }, "definedIn": "prose" }, { - "id": "concept-bcc-content-document", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#concept-bcc-content-document", + "id": "cross-origin-opener-policy-2", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policy-2", "linkingText": [ - "content document" + "Cross-Origin-Opener-Policy" ], "localLinkingText": [], - "type": "dfn", + "type": "http-header", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "the-coop-headers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers", + "title": "The headers", + "number": "7.1.3.1" }, "definedIn": "prose" }, { - "id": "dom-top", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#dom-top", + "id": "cross-origin-opener-policy-report-only", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policy-report-only", "linkingText": [ - "top" + "Cross-Origin-Opener-Policy-Report-Only" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Window" - ], + "type": "http-header", + "for": [], "access": "public", "informative": false, "heading": { - "id": "navigating-nested-browsing-contexts-in-the-dom", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom", - "title": "Navigating related browsing contexts in the DOM", - "number": "7.1.2.1" + "id": "the-coop-headers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers", + "title": "The headers", + "number": "7.1.3.1" }, "definedIn": "prose" }, { - "id": "dom-opener", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#dom-opener", + "id": "coop-report-to", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-report-to", "linkingText": [ - "opener" + "report-to" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Window" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "navigating-nested-browsing-contexts-in-the-dom", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom", - "title": "Navigating related browsing contexts in the DOM", - "number": "7.1.2.1" + "id": "the-coop-headers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers", + "title": "The headers", + "number": "7.1.3.1" }, "definedIn": "prose" }, { - "id": "dom-parent", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#dom-parent", + "id": "obtain-coop", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#obtain-coop", "linkingText": [ - "parent" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ - "Window" - ], - "access": "public", - "informative": false, - "heading": { - "id": "navigating-nested-browsing-contexts-in-the-dom", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom", - "title": "Navigating related browsing contexts in the DOM", - "number": "7.1.2.1" - }, - "definedIn": "prose" - }, - { - "id": "dom-frameelement", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#dom-frameelement", - "linkingText": [ - "frameElement" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ - "Window" - ], - "access": "public", - "informative": false, - "heading": { - "id": "navigating-nested-browsing-contexts-in-the-dom", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom", - "title": "Navigating related browsing contexts in the DOM", - "number": "7.1.2.1" - }, - "definedIn": "prose" - }, - { - "id": "familiar-with", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#familiar-with", - "linkingText": [ - "familiar with" + "obtain a cross-origin opener policy" ], "localLinkingText": [], "type": "dfn", @@ -55829,18 +55791,18 @@ "access": "private", "informative": false, "heading": { - "id": "security-nav", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#security-nav", - "title": "Security", - "number": "7.1.3" + "id": "the-coop-headers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers", + "title": "The headers", + "number": "7.1.3.1" }, "definedIn": "prose" }, { - "id": "allowed-to-navigate", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#allowed-to-navigate", + "id": "check-browsing-context-group-switch-coop-value", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#check-browsing-context-group-switch-coop-value", "linkingText": [ - "allowed to navigate" + "check if COOP values require a browsing context group switch" ], "localLinkingText": [], "type": "dfn", @@ -55848,18 +55810,18 @@ "access": "private", "informative": false, "heading": { - "id": "security-nav", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#security-nav", - "title": "Security", - "number": "7.1.3" + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.1.3.2" }, "definedIn": "prose" }, { - "id": "browsing-context-scope-origin", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-scope-origin", + "id": "check-bcg-switch-navigation-report-only", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#check-bcg-switch-navigation-report-only", "linkingText": [ - "browsing context scope origin" + "check if enforcing report-only COOP would require a browsing context group switch" ], "localLinkingText": [], "type": "dfn", @@ -55867,18 +55829,18 @@ "access": "private", "informative": false, "heading": { - "id": "security-nav", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#security-nav", - "title": "Security", - "number": "7.1.3" + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.1.3.2" }, "definedIn": "prose" }, { - "id": "browsing-context-group-set", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-set", + "id": "coop-enforcement-result", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforcement-result", "linkingText": [ - "browsing context group set" + "cross-origin opener policy enforcement result" ], "localLinkingText": [], "type": "dfn", @@ -55886,18 +55848,18 @@ "access": "private", "informative": false, "heading": { - "id": "groupings-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", - "title": "Groupings of browsing contexts", - "number": "7.1.4" + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.1.3.2" }, "definedIn": "prose" }, { - "id": "browsing-context-group", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group", + "id": "coop-enforcement-bcg-switch", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforcement-bcg-switch", "linkingText": [ - "browsing context group" + "needs a browsing context group switch" ], "localLinkingText": [], "type": "dfn", @@ -55905,18 +55867,18 @@ "access": "private", "informative": false, "heading": { - "id": "groupings-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", - "title": "Groupings of browsing contexts", - "number": "7.1.4" + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.1.3.2" }, "definedIn": "prose" }, { - "id": "browsing-context-set", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-set", + "id": "coop-enforcement-bcg-switch-report-only", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforcement-bcg-switch-report-only", "linkingText": [ - "browsing context set" + "would need a browsing context group switch due to report-only" ], "localLinkingText": [], "type": "dfn", @@ -55924,18 +55886,18 @@ "access": "private", "informative": false, "heading": { - "id": "groupings-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", - "title": "Groupings of browsing contexts", - "number": "7.1.4" + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.1.3.2" }, "definedIn": "prose" }, { - "id": "agent-cluster-map", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#agent-cluster-map", + "id": "coop-enforcement-url", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforcement-url", "linkingText": [ - "agent cluster map" + "url" ], "localLinkingText": [], "type": "dfn", @@ -55943,18 +55905,18 @@ "access": "private", "informative": false, "heading": { - "id": "groupings-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", - "title": "Groupings of browsing contexts", - "number": "7.1.4" + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.1.3.2" }, "definedIn": "prose" }, { - "id": "historical-agent-cluster-key-map", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#historical-agent-cluster-key-map", + "id": "coop-enforcement-origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforcement-origin", "linkingText": [ - "historical agent cluster key map" + "origin" ], "localLinkingText": [], "type": "dfn", @@ -55962,18 +55924,18 @@ "access": "private", "informative": false, "heading": { - "id": "groupings-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", - "title": "Groupings of browsing contexts", - "number": "7.1.4" + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.1.3.2" }, "definedIn": "prose" }, { - "id": "bcg-cross-origin-isolation", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#bcg-cross-origin-isolation", + "id": "coop-enforcement-coop", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforcement-coop", "linkingText": [ - "cross-origin isolation mode" + "cross-origin opener policy" ], "localLinkingText": [], "type": "dfn", @@ -55981,18 +55943,18 @@ "access": "private", "informative": false, "heading": { - "id": "groupings-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", - "title": "Groupings of browsing contexts", - "number": "7.1.4" + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.1.3.2" }, "definedIn": "prose" }, { - "id": "cross-origin-isolation-mode", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-isolation-mode", + "id": "coop-enforcement-source", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforcement-source", "linkingText": [ - "cross-origin isolation mode" + "current context is navigation source" ], "localLinkingText": [], "type": "dfn", @@ -56000,18 +55962,18 @@ "access": "private", "informative": false, "heading": { - "id": "groupings-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", - "title": "Groupings of browsing contexts", - "number": "7.1.4" + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.1.3.2" }, "definedIn": "prose" }, { - "id": "cross-origin-isolation-none", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-isolation-none", + "id": "coop-enforce", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforce", "linkingText": [ - "none" + "enforce a response's cross-origin opener policy" ], "localLinkingText": [], "type": "dfn", @@ -56019,18 +55981,18 @@ "access": "private", "informative": false, "heading": { - "id": "groupings-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", - "title": "Groupings of browsing contexts", - "number": "7.1.4" + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.1.3.2" }, "definedIn": "prose" }, { - "id": "cross-origin-isolation-logical", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-isolation-logical", + "id": "obtain-browsing-context-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#obtain-browsing-context-navigation", "linkingText": [ - "logical" + "obtain a browsing context to use for a navigation response" ], "localLinkingText": [], "type": "dfn", @@ -56038,18 +56000,18 @@ "access": "private", "informative": false, "heading": { - "id": "groupings-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", - "title": "Groupings of browsing contexts", - "number": "7.1.4" + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.1.3.2" }, "definedIn": "prose" }, { - "id": "cross-origin-isolation-concrete", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-isolation-concrete", + "id": "accessor-accessed-relationship", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#accessor-accessed-relationship", "linkingText": [ - "concrete" + "accessor-accessed relationship" ], "localLinkingText": [], "type": "dfn", @@ -56057,18 +56019,18 @@ "access": "private", "informative": false, "heading": { - "id": "groupings-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", - "title": "Groupings of browsing contexts", - "number": "7.1.4" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, "definedIn": "prose" }, { - "id": "creating-a-new-browsing-context-group", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-a-new-browsing-context-group", + "id": "accessor-accessed-opener", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#accessor-accessed-opener", "linkingText": [ - "create a new browsing context group" + "accessor is opener" ], "localLinkingText": [], "type": "dfn", @@ -56076,18 +56038,18 @@ "access": "private", "informative": false, "heading": { - "id": "groupings-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", - "title": "Groupings of browsing contexts", - "number": "7.1.4" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "bcg-append", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#bcg-append", + "id": "accessor-accessed-openee", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#accessor-accessed-openee", "linkingText": [ - "append" + "accessor is openee" ], "localLinkingText": [], "type": "dfn", @@ -56095,18 +56057,18 @@ "access": "private", "informative": false, "heading": { - "id": "groupings-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", - "title": "Groupings of browsing contexts", - "number": "7.1.4" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "bcg-remove", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#bcg-remove", + "id": "accessor-accessed-none", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#accessor-accessed-none", "linkingText": [ - "remove" + "none" ], "localLinkingText": [], "type": "dfn", @@ -56114,18 +56076,18 @@ "access": "private", "informative": false, "heading": { - "id": "groupings-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", - "title": "Groupings of browsing contexts", - "number": "7.1.4" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "browsing-context-name", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-name", + "id": "coop-check-access-report", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-check-access-report", "linkingText": [ - "browsing context name" + "check if an access between two browsing contexts should be reported" ], "localLinkingText": [], "type": "dfn", @@ -56133,18 +56095,18 @@ "access": "private", "informative": false, "heading": { - "id": "browsing-context-names", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names", - "title": "Browsing context names", - "number": "7.1.5" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, "definedIn": "prose" }, { - "id": "valid-browsing-context-name", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#valid-browsing-context-name", + "id": "sanitize-url-report", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sanitize-url-report", "linkingText": [ - "valid browsing context name" + "sanitize a URL to send in a report" ], "localLinkingText": [], "type": "dfn", @@ -56152,18 +56114,18 @@ "access": "private", "informative": false, "heading": { - "id": "browsing-context-names", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names", - "title": "Browsing context names", - "number": "7.1.5" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, "definedIn": "prose" }, { - "id": "valid-browsing-context-name-or-keyword", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#valid-browsing-context-name-or-keyword", + "id": "coop-violation-navigation-to", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-navigation-to", "linkingText": [ - "valid browsing context name or keyword" + "queue a violation report for browsing context group switch when navigating to a COOP response" ], "localLinkingText": [], "type": "dfn", @@ -56171,18 +56133,18 @@ "access": "private", "informative": false, "heading": { - "id": "browsing-context-names", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names", - "title": "Browsing context names", - "number": "7.1.5" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, "definedIn": "prose" }, { - "id": "the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name", + "id": "coop-violation-navigation-from", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-navigation-from", "linkingText": [ - "The rules for choosing a browsing context" + "queue a violation report for browsing context group switch when navigating away from a COOP response" ], "localLinkingText": [], "type": "dfn", @@ -56190,18 +56152,18 @@ "access": "private", "informative": false, "heading": { - "id": "browsing-context-names", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names", - "title": "Browsing context names", - "number": "7.1.5" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, "definedIn": "prose" }, { - "id": "crossoriginpropertydescriptormap", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertydescriptormap", + "id": "coop-violation-access", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-access", "linkingText": [ - "[[CrossOriginPropertyDescriptorMap]]" + "queue violation reports for accesses" ], "localLinkingText": [], "type": "dfn", @@ -56209,18 +56171,18 @@ "access": "private", "informative": false, "heading": { - "id": "shared-internal-slot:-crossoriginpropertydescriptormap", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#shared-internal-slot:-crossoriginpropertydescriptormap", - "title": "Shared internal slot: [[CrossOriginPropertyDescriptorMap]]", - "number": "7.2.2" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, "definedIn": "prose" }, { - "id": "crossoriginproperties-(-o-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginproperties-(-o-)", + "id": "coop-violation-access-to-opener", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-access-to-opener", "linkingText": [ - "CrossOriginProperties" + "queue a violation report for access to the opener" ], "localLinkingText": [], "type": "dfn", @@ -56228,18 +56190,18 @@ "access": "private", "informative": false, "heading": { - "id": "crossoriginproperties-(-o-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginproperties-(-o-)", - "title": "CrossOriginProperties ( O )", - "number": "7.2.3.1" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, - "definedIn": "heading" + "definedIn": "prose" }, { - "id": "cross-origin-accessible-window-property-name", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-accessible-window-property-name", + "id": "coop-violation-access-to-opened", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-access-to-opened", "linkingText": [ - "cross-origin accessible window property name" + "queue a violation report for access to an opened window" ], "localLinkingText": [], "type": "dfn", @@ -56247,18 +56209,18 @@ "access": "private", "informative": false, "heading": { - "id": "crossoriginproperties-(-o-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginproperties-(-o-)", - "title": "CrossOriginProperties ( O )", - "number": "7.2.3.1" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, "definedIn": "prose" }, { - "id": "crossoriginpropertyfallback-(-p-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertyfallback-(-p-)", + "id": "coop-violation-access-to-other", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-access-to-other", "linkingText": [ - "CrossOriginPropertyFallback" + "queue a violation report for access to another window" ], "localLinkingText": [], "type": "dfn", @@ -56266,18 +56228,18 @@ "access": "private", "informative": false, "heading": { - "id": "crossoriginpropertyfallback-(-p-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertyfallback-(-p-)", - "title": "CrossOriginPropertyFallback ( P )", - "number": "7.2.3.2" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, - "definedIn": "heading" + "definedIn": "prose" }, { - "id": "isplatformobjectsameorigin-(-o-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-)", + "id": "coop-violation-access-from-opener", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-access-from-opener", "linkingText": [ - "IsPlatformObjectSameOrigin" + "queue a violation report for access from the opener" ], "localLinkingText": [], "type": "dfn", @@ -56285,18 +56247,18 @@ "access": "private", "informative": false, "heading": { - "id": "isplatformobjectsameorigin-(-o-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-)", - "title": "IsPlatformObjectSameOrigin ( O )", - "number": "7.2.3.3" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, - "definedIn": "heading" + "definedIn": "prose" }, { - "id": "crossorigingetownpropertyhelper-(-o,-p-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-)", + "id": "coop-violation-access-from-opened", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-access-from-opened", "linkingText": [ - "CrossOriginGetOwnPropertyHelper" + "queue a violation report for access from an opened window" ], "localLinkingText": [], "type": "dfn", @@ -56304,18 +56266,18 @@ "access": "private", "informative": false, "heading": { - "id": "crossorigingetownpropertyhelper-(-o,-p-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-)", - "title": "CrossOriginGetOwnPropertyHelper ( O, P )", - "number": "7.2.3.4" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, - "definedIn": "heading" + "definedIn": "prose" }, { - "id": "crossoriginget-(-o,-p,-receiver-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginget-(-o,-p,-receiver-)", + "id": "coop-violation-access-from-other", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-access-from-other", "linkingText": [ - "CrossOriginGet" + "queue a violation report for access from another window" ], "localLinkingText": [], "type": "dfn", @@ -56323,115 +56285,119 @@ "access": "private", "informative": false, "heading": { - "id": "crossoriginget-(-o,-p,-receiver-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginget-(-o,-p,-receiver-)", - "title": "CrossOriginGet ( O, P, Receiver )", - "number": "7.2.3.5" + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "title": "Reporting", + "number": "7.1.3.3" }, - "definedIn": "heading" + "definedIn": "prose" }, { - "id": "crossoriginset-(-o,-p,-v,-receiver-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginset-(-o,-p,-v,-receiver-)", + "id": "embedder-policy-value", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-value", "linkingText": [ - "CrossOriginSet" + "embedder policy value" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "crossoriginset-(-o,-p,-v,-receiver-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginset-(-o,-p,-v,-receiver-)", - "title": "CrossOriginSet ( O, P, V, Receiver )", - "number": "7.2.3.6" + "id": "coep", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep", + "title": "Cross-origin embedder policies", + "number": "7.1.4" }, - "definedIn": "heading" + "definedIn": "prose" }, { - "id": "crossoriginownpropertykeys-(-o-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginownpropertykeys-(-o-)", + "id": "coep-unsafe-none", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep-unsafe-none", "linkingText": [ - "CrossOriginOwnPropertyKeys" + "unsafe-none" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "embedder policy value" + ], + "access": "public", "informative": false, "heading": { - "id": "crossoriginownpropertykeys-(-o-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginownpropertykeys-(-o-)", - "title": "CrossOriginOwnPropertyKeys ( O )", - "number": "7.2.3.7" + "id": "coep", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep", + "title": "Cross-origin embedder policies", + "number": "7.1.4" }, - "definedIn": "heading" + "definedIn": "dt" }, { - "id": "window", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#window", + "id": "coep-require-corp", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep-require-corp", "linkingText": [ - "Window" + "require-corp" ], "localLinkingText": [], - "type": "interface", - "for": [], + "type": "dfn", + "for": [ + "embedder policy value" + ], "access": "public", "informative": false, "heading": { - "id": "the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object", - "title": "The Window object", - "number": "7.3" + "id": "coep", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep", + "title": "Cross-origin embedder policies", + "number": "7.1.4" }, - "definedIn": "pre" + "definedIn": "dt" }, { - "id": "windowpostmessageoptions", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#windowpostmessageoptions", + "id": "coep-credentialless", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep-credentialless", "linkingText": [ - "WindowPostMessageOptions" + "credentialless" ], "localLinkingText": [], - "type": "dictionary", - "for": [], + "type": "dfn", + "for": [ + "embedder policy value" + ], "access": "public", "informative": false, "heading": { - "id": "the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object", - "title": "The Window object", - "number": "7.3" + "id": "coep", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep", + "title": "Cross-origin embedder policies", + "number": "7.1.4" }, - "definedIn": "pre" + "definedIn": "dt" }, { - "id": "dom-windowpostmessageoptions-targetorigin", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-windowpostmessageoptions-targetorigin", + "id": "compatible-with-cross-origin-isolation", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#compatible-with-cross-origin-isolation", "linkingText": [ - "targetOrigin" + "compatible with cross-origin isolation" ], "localLinkingText": [], - "type": "dict-member", - "for": [ - "WindowPostMessageOptions" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object", - "title": "The Window object", - "number": "7.3" + "id": "coep", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep", + "title": "Cross-origin embedder policies", + "number": "7.1.4" }, - "definedIn": "pre" + "definedIn": "prose" }, { - "id": "concept-document-window", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#concept-document-window", + "id": "embedder-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy", "linkingText": [ - "associated Document" + "embedder policy" ], "localLinkingText": [], "type": "dfn", @@ -56439,163 +56405,159 @@ "access": "public", "informative": false, "heading": { - "id": "the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object", - "title": "The Window object", - "number": "7.3" + "id": "coep", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep", + "title": "Cross-origin embedder policies", + "number": "7.1.4" }, "definedIn": "prose" }, { - "id": "window-bc", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#window-bc", + "id": "embedder-policy-value-2", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-value-2", "linkingText": [ - "browsing context" + "value" ], "localLinkingText": [], "type": "dfn", "for": [ - "Window" + "embedder policy" ], "access": "public", "informative": false, "heading": { - "id": "the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object", - "title": "The Window object", - "number": "7.3" + "id": "coep", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep", + "title": "Cross-origin embedder policies", + "number": "7.1.4" }, "definedIn": "prose" }, { - "id": "dom-window", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-window", + "id": "embedder-policy-reporting-endpoint", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-reporting-endpoint", "linkingText": [ - "window" + "reporting endpoint" ], "localLinkingText": [], - "type": "attribute", + "type": "dfn", "for": [ - "Window" + "embedder policy" ], "access": "public", "informative": false, "heading": { - "id": "the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object", - "title": "The Window object", - "number": "7.3" + "id": "coep", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep", + "title": "Cross-origin embedder policies", + "number": "7.1.4" }, "definedIn": "prose" }, { - "id": "dom-frames", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-frames", + "id": "embedder-policy-report-only-value", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-report-only-value", "linkingText": [ - "frames" + "report only value" ], "localLinkingText": [], - "type": "attribute", + "type": "dfn", "for": [ - "Window" + "embedder policy" ], "access": "public", "informative": false, "heading": { - "id": "the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object", - "title": "The Window object", - "number": "7.3" + "id": "coep", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep", + "title": "Cross-origin embedder policies", + "number": "7.1.4" }, "definedIn": "prose" }, { - "id": "dom-self", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-self", + "id": "embedder-policy-report-only-reporting-endpoint", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-report-only-reporting-endpoint", "linkingText": [ - "self" + "report only reporting endpoint" ], "localLinkingText": [], - "type": "attribute", + "type": "dfn", "for": [ - "Window" + "embedder policy" ], "access": "public", "informative": false, "heading": { - "id": "the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object", - "title": "The Window object", - "number": "7.3" + "id": "coep", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep", + "title": "Cross-origin embedder policies", + "number": "7.1.4" }, "definedIn": "prose" }, { - "id": "dom-document-2", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-document-2", + "id": "coep-report-type", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep-report-type", "linkingText": [ - "document" + "\"coep\" report type" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Window" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object", - "title": "The Window object", - "number": "7.3" + "id": "coep", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep", + "title": "Cross-origin embedder policies", + "number": "7.1.4" }, "definedIn": "prose" }, { - "id": "dom-document-defaultview", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-document-defaultview", + "id": "cross-origin-embedder-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-embedder-policy", "linkingText": [ - "defaultView" + "Cross-Origin-Embedder-Policy" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Document" - ], + "type": "http-header", + "for": [], "access": "public", "informative": false, "heading": { - "id": "the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object", - "title": "The Window object", - "number": "7.3" + "id": "the-coep-headers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers", + "title": "The headers", + "number": "7.1.4.1" }, "definedIn": "prose" }, { - "id": "htmldocument", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#htmldocument", + "id": "cross-origin-embedder-policy-report-only", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-embedder-policy-report-only", "linkingText": [ - "HTMLDocument" + "Cross-Origin-Embedder-Policy-Report-Only" ], "localLinkingText": [], - "type": "dfn", + "type": "http-header", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object", - "title": "The Window object", - "number": "7.3" + "id": "the-coep-headers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers", + "title": "The headers", + "number": "7.1.4.1" }, "definedIn": "prose" }, { - "id": "window-open-steps", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#window-open-steps", + "id": "coep-report-to", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep-report-to", "linkingText": [ - "window open steps" + "report-to" ], "localLinkingText": [], "type": "dfn", @@ -56603,39 +56565,37 @@ "access": "private", "informative": false, "heading": { - "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "title": "APIs for creating and navigating browsing contexts by name", - "number": "7.3.1" + "id": "the-coep-headers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers", + "title": "The headers", + "number": "7.1.4.1" }, "definedIn": "prose" }, { - "id": "dom-open", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-open", + "id": "obtain-an-embedder-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#obtain-an-embedder-policy", "linkingText": [ - "open(url, target, features)" + "obtain an embedder policy" ], "localLinkingText": [], - "type": "method", - "for": [ - "Window" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "title": "APIs for creating and navigating browsing contexts by name", - "number": "7.3.1" + "id": "the-coep-headers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers", + "title": "The headers", + "number": "7.1.4.1" }, "definedIn": "prose" }, { - "id": "concept-window-open-features-tokenize", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#concept-window-open-features-tokenize", + "id": "check-a-navigation-response's-adherence-to-its-embedder-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#check-a-navigation-response's-adherence-to-its-embedder-policy", "linkingText": [ - "tokenize the features argument" + "check a navigation response's adherence to its embedder policy" ], "localLinkingText": [], "type": "dfn", @@ -56643,18 +56603,18 @@ "access": "private", "informative": false, "heading": { - "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "title": "APIs for creating and navigating browsing contexts by name", - "number": "7.3.1" + "id": "embedder-policy-checks", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks", + "title": "Embedder policy checks", + "number": "7.1.4.2" }, "definedIn": "prose" }, { - "id": "window-feature-is-set", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#window-feature-is-set", + "id": "check-a-global-object's-embedder-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#check-a-global-object's-embedder-policy", "linkingText": [ - "check if a window feature is set" + "check a global object's embedder policy" ], "localLinkingText": [], "type": "dfn", @@ -56662,18 +56622,18 @@ "access": "private", "informative": false, "heading": { - "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "title": "APIs for creating and navigating browsing contexts by name", - "number": "7.3.1" + "id": "embedder-policy-checks", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks", + "title": "Embedder policy checks", + "number": "7.1.4.2" }, "definedIn": "prose" }, { - "id": "popup-window-is-requested", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#popup-window-is-requested", + "id": "queue-a-cross-origin-embedder-policy-inheritance-violation", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#queue-a-cross-origin-embedder-policy-inheritance-violation", "linkingText": [ - "check if a popup window is requested" + "queue a cross-origin embedder policy inheritance violation" ], "localLinkingText": [], "type": "dfn", @@ -56681,56 +56641,56 @@ "access": "private", "informative": false, "heading": { - "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "title": "APIs for creating and navigating browsing contexts by name", - "number": "7.3.1" + "id": "embedder-policy-checks", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks", + "title": "Embedder policy checks", + "number": "7.1.4.2" }, "definedIn": "prose" }, { - "id": "feature-separator", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#feature-separator", + "id": "sandboxing-flag-set", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing-flag-set", "linkingText": [ - "feature separator" + "sandboxing flag set" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "title": "APIs for creating and navigating browsing contexts by name", - "number": "7.3.1" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "prose" }, { - "id": "normalizing-the-feature-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#normalizing-the-feature-name", + "id": "sandboxed-navigation-browsing-context-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-navigation-browsing-context-flag", "linkingText": [ - "normalize a feature name" + "sandboxed navigation browsing context flag" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "title": "APIs for creating and navigating browsing contexts by name", - "number": "7.3.1" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "concept-window-open-features-parse-boolean", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#concept-window-open-features-parse-boolean", + "id": "one-permitted-sandboxed-navigator", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#one-permitted-sandboxed-navigator", "linkingText": [ - "parse a boolean feature" + "one permitted sandboxed navigator" ], "localLinkingText": [], "type": "dfn", @@ -56738,199 +56698,189 @@ "access": "private", "informative": false, "heading": { - "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "title": "APIs for creating and navigating browsing contexts by name", - "number": "7.3.1" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "prose" }, { - "id": "dom-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-name", + "id": "sandboxed-auxiliary-navigation-browsing-context-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-auxiliary-navigation-browsing-context-flag", "linkingText": [ - "name" + "sandboxed auxiliary navigation browsing context flag" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Window" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "title": "APIs for creating and navigating browsing contexts by name", - "number": "7.3.1" - }, - "definedIn": "prose" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" + }, + "definedIn": "dt" }, { - "id": "dom-window-close", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-close", + "id": "sandboxed-top-level-navigation-without-user-activation-browsing-context-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-top-level-navigation-without-user-activation-browsing-context-flag", "linkingText": [ - "close()" + "sandboxed top-level navigation without user activation browsing context flag" ], "localLinkingText": [], - "type": "method", - "for": [ - "Window" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "title": "APIs for creating and navigating browsing contexts by name", - "number": "7.3.1" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "script-closable", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#script-closable", + "id": "sandboxed-top-level-navigation-with-user-activation-browsing-context-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-top-level-navigation-with-user-activation-browsing-context-flag", "linkingText": [ - "script-closable" + "sandboxed top-level navigation with user activation browsing context flag" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "title": "APIs for creating and navigating browsing contexts by name", - "number": "7.3.1" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-window-closed", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-closed", + "id": "sandboxed-origin-browsing-context-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-origin-browsing-context-flag", "linkingText": [ - "closed" + "sandboxed origin browsing context flag" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Window" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "title": "APIs for creating and navigating browsing contexts by name", - "number": "7.3.1" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-window-stop", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-stop", + "id": "sandboxed-forms-browsing-context-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-forms-browsing-context-flag", "linkingText": [ - "stop()" + "sandboxed forms browsing context flag" ], "localLinkingText": [], - "type": "method", - "for": [ - "Window" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "title": "APIs for creating and navigating browsing contexts by name", - "number": "7.3.1" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "number-of-document-tree-child-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#number-of-document-tree-child-browsing-contexts", + "id": "sandboxed-pointer-lock-browsing-context-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-pointer-lock-browsing-context-flag", "linkingText": [ - "number of document-tree child browsing contexts" + "sandboxed pointer lock browsing context flag" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "accessing-other-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#accessing-other-browsing-contexts", - "title": "Accessing other browsing contexts", - "number": "7.3.2" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-length", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-length", + "id": "sandboxed-scripts-browsing-context-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-scripts-browsing-context-flag", "linkingText": [ - "length" + "sandboxed scripts browsing context flag" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Window" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "accessing-other-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#accessing-other-browsing-contexts", - "title": "Accessing other browsing contexts", - "number": "7.3.2" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "document-tree-child-browsing-context-name-property-set", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#document-tree-child-browsing-context-name-property-set", + "id": "sandboxed-automatic-features-browsing-context-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-automatic-features-browsing-context-flag", "linkingText": [ - "document-tree child browsing context name property set" + "sandboxed automatic features browsing context flag" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "named-access-on-the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object", - "title": "Named access on the Window object", - "number": "7.3.3" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-window-nameditem-filter", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-nameditem-filter", + "id": "sandboxed-document.domain-browsing-context-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-document.domain-browsing-context-flag", "linkingText": [ - "Named objects" + "sandboxed document.domain browsing context flag" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "named-access-on-the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object", - "title": "Named access on the Window object", - "number": "7.3.3" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "discard-a-document", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#discard-a-document", + "id": "sandbox-propagates-to-auxiliary-browsing-contexts-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandbox-propagates-to-auxiliary-browsing-contexts-flag", "linkingText": [ - "discard a document" + "sandbox propagates to auxiliary browsing contexts flag" ], "localLinkingText": [], "type": "dfn", @@ -56938,18 +56888,18 @@ "access": "public", "informative": false, "heading": { - "id": "garbage-collection-and-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts", - "title": "Discarding browsing contexts", - "number": "7.3.4" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "a-browsing-context-is-discarded", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#a-browsing-context-is-discarded", + "id": "sandboxed-modals-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-modals-flag", "linkingText": [ - "discard" + "sandboxed modals flag" ], "localLinkingText": [], "type": "dfn", @@ -56957,556 +56907,565 @@ "access": "public", "informative": false, "heading": { - "id": "garbage-collection-and-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts", - "title": "Discarding browsing contexts", - "number": "7.3.4" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "close-a-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#close-a-browsing-context", + "id": "sandboxed-orientation-lock-browsing-context-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-orientation-lock-browsing-context-flag", "linkingText": [ - "close a browsing context" + "sandboxed orientation lock browsing context flag" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "closing-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#closing-browsing-contexts", - "title": "Closing browsing contexts", - "number": "7.3.5" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "barprop", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#barprop", + "id": "sandboxed-presentation-browsing-context-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-presentation-browsing-context-flag", "linkingText": [ - "BarProp" + "sandboxed presentation browsing context flag" ], "localLinkingText": [], - "type": "interface", + "type": "dfn", "for": [], "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "pre" + "definedIn": "dt" }, { - "id": "dom-barprop-visible", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-barprop-visible", + "id": "sandboxed-downloads-browsing-context-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-downloads-browsing-context-flag", "linkingText": [ - "visible" + "sandboxed downloads browsing context flag" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "BarProp" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "the-location-bar-barprop-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-location-bar-barprop-object", + "id": "sandboxed-custom-protocols-navigation-browsing-context-flag", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-custom-protocols-navigation-browsing-context-flag", "linkingText": [ - "The location bar BarProp object" + "sandboxed custom protocols navigation browsing context flag" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "dt" }, { - "id": "the-menu-bar-barprop-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-menu-bar-barprop-object", + "id": "parse-a-sandboxing-directive", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#parse-a-sandboxing-directive", "linkingText": [ - "The menu bar BarProp object" + "parse a sandboxing directive" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "the-personal-bar-barprop-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-personal-bar-barprop-object", + "id": "attr-iframe-sandbox-allow-popups", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-popups", "linkingText": [ - "The personal bar BarProp object" + "allow-popups" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "attr-value", + "for": [ + "iframe/sandbox" + ], + "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "the-scrollbar-barprop-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-scrollbar-barprop-object", + "id": "attr-iframe-sandbox-allow-top-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-top-navigation", "linkingText": [ - "The scrollbar BarProp object" + "allow-top-navigation" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "attr-value", + "for": [ + "iframe/sandbox" + ], + "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "the-status-bar-barprop-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-status-bar-barprop-object", + "id": "attr-iframe-sandbox-allow-top-navigation-by-user-activation", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-top-navigation-by-user-activation", "linkingText": [ - "The status bar BarProp object" + "allow-top-navigation-by-user-activation" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "attr-value", + "for": [ + "iframe/sandbox" + ], + "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "the-toolbar-barprop-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-toolbar-barprop-object", + "id": "attr-iframe-sandbox-allow-same-origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-same-origin", "linkingText": [ - "The toolbar BarProp object" + "allow-same-origin" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "attr-value", + "for": [ + "iframe/sandbox" + ], + "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "dom-window-locationbar", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-locationbar", + "id": "attr-iframe-sandbox-allow-forms", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-forms", "linkingText": [ - "locationbar" + "allow-forms" ], "localLinkingText": [], - "type": "attribute", + "type": "attr-value", "for": [ - "Window" + "iframe/sandbox" ], "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "prose" }, { - "id": "dom-window-menubar", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-menubar", + "id": "attr-iframe-sandbox-allow-pointer-lock", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-pointer-lock", "linkingText": [ - "menubar" + "allow-pointer-lock" ], "localLinkingText": [], - "type": "attribute", + "type": "attr-value", "for": [ - "Window" + "iframe/sandbox" ], "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "prose" }, { - "id": "dom-window-personalbar", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-personalbar", + "id": "attr-iframe-sandbox-allow-scripts", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-scripts", "linkingText": [ - "personalbar" + "allow-scripts" ], "localLinkingText": [], - "type": "attribute", + "type": "attr-value", "for": [ - "Window" + "iframe/sandbox" ], "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "prose" }, { - "id": "dom-window-scrollbars", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-scrollbars", + "id": "attr-iframe-sandbox-allow-popups-to-escape-sandbox", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-popups-to-escape-sandbox", "linkingText": [ - "scrollbars" + "allow-popups-to-escape-sandbox" ], "localLinkingText": [], - "type": "attribute", + "type": "attr-value", "for": [ - "Window" + "iframe/sandbox" ], "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "prose" }, { - "id": "dom-window-statusbar", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-statusbar", + "id": "attr-iframe-sandbox-allow-modals", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-modals", "linkingText": [ - "statusbar" + "allow-modals" ], "localLinkingText": [], - "type": "attribute", + "type": "attr-value", "for": [ - "Window" + "iframe/sandbox" ], "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "prose" }, { - "id": "dom-window-toolbar", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-toolbar", + "id": "attr-iframe-sandbox-allow-orientation-lock", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-orientation-lock", "linkingText": [ - "toolbar" + "allow-orientation-lock" ], "localLinkingText": [], - "type": "attribute", + "type": "attr-value", "for": [ - "Window" + "iframe/sandbox" ], "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "prose" }, { - "id": "dom-window-status", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-status", + "id": "attr-iframe-sandbox-allow-presentation", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-presentation", "linkingText": [ - "status" + "allow-presentation" ], "localLinkingText": [], - "type": "attribute", + "type": "attr-value", "for": [ - "Window" + "iframe/sandbox" ], "access": "public", "informative": false, "heading": { - "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "title": "Browser interface elements", - "number": "7.3.6" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "prose" }, { - "id": "set-up-a-window-environment-settings-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#set-up-a-window-environment-settings-object", + "id": "attr-iframe-sandbox-allow-downloads", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-downloads", "linkingText": [ - "set up a window environment settings object" + "allow-downloads" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "attr-value", + "for": [ + "iframe/sandbox" + ], + "access": "public", "informative": false, "heading": { - "id": "script-settings-for-window-objects", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects", - "title": "Script settings for Window objects", - "number": "7.3.7" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "prose" }, { - "id": "windowproxy", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy", + "id": "attr-iframe-sandbox-allow-top-navigation-to-custom-protocols", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-top-navigation-to-custom-protocols", "linkingText": [ - "WindowProxy" + "allow-top-navigation-to-custom-protocols" ], "localLinkingText": [], - "type": "interface", - "for": [], + "type": "attr-value", + "for": [ + "iframe/sandbox" + ], "access": "public", "informative": false, "heading": { - "id": "the-windowproxy-exotic-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object", - "title": "The WindowProxy exotic object", - "number": "7.4" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "prose" }, { - "id": "concept-windowproxy-window", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#concept-windowproxy-window", + "id": "popup-sandboxing-flag-set", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#popup-sandboxing-flag-set", "linkingText": [ - "[[Window]]" + "popup sandboxing flag set" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-windowproxy-exotic-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object", - "title": "The WindowProxy exotic object", - "number": "7.4" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "prose" }, { - "id": "concept-origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#concept-origin", + "id": "iframe-sandboxing-flag-set", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#iframe-sandboxing-flag-set", "linkingText": [ - "origin" + "iframe sandboxing flag set" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin", - "title": "Origin", - "number": "7.5" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "prose" }, { - "id": "concept-origin-opaque", - "href": "https://html.spec.whatwg.org/multipage/origin.html#concept-origin-opaque", + "id": "active-sandboxing-flag-set", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#active-sandboxing-flag-set", "linkingText": [ - "opaque origin" + "active sandboxing flag set" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "Document" + ], "access": "public", "informative": false, "heading": { - "id": "origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin", - "title": "Origin", - "number": "7.5" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "concept-origin-tuple", - "href": "https://html.spec.whatwg.org/multipage/origin.html#concept-origin-tuple", + "id": "csp-derived-sandboxing-flags", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#csp-derived-sandboxing-flags", "linkingText": [ - "tuple origin" + "CSP-derived sandboxing flags" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin", - "title": "Origin", - "number": "7.5" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "concept-origin-scheme", - "href": "https://html.spec.whatwg.org/multipage/origin.html#concept-origin-scheme", + "id": "determining-the-creation-sandboxing-flags", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#determining-the-creation-sandboxing-flags", "linkingText": [ - "scheme" + "determine the creation sandboxing flags" ], "localLinkingText": [], "type": "dfn", - "for": [ - "origin" - ], - "access": "public", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin", - "title": "Origin", - "number": "7.5" + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "title": "Sandboxing", + "number": "7.1.5" }, "definedIn": "prose" }, { - "id": "concept-origin-host", - "href": "https://html.spec.whatwg.org/multipage/origin.html#concept-origin-host", + "id": "policy-container", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#policy-container", "linkingText": [ - "host" + "policy container" ], "localLinkingText": [], "type": "dfn", - "for": [ - "origin" - ], + "for": [], "access": "public", "informative": false, "heading": { - "id": "origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin", - "title": "Origin", - "number": "7.5" + "id": "policy-containers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers", + "title": "Policy containers", + "number": "7.1.6" }, "definedIn": "prose" }, { - "id": "concept-origin-port", - "href": "https://html.spec.whatwg.org/multipage/origin.html#concept-origin-port", + "id": "policy-container-csp-list", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#policy-container-csp-list", "linkingText": [ - "port" + "CSP list" ], "localLinkingText": [], "type": "dfn", "for": [ - "origin" + "policy container" ], "access": "public", "informative": false, "heading": { - "id": "origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin", - "title": "Origin", - "number": "7.5" + "id": "policy-containers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers", + "title": "Policy containers", + "number": "7.1.6" }, "definedIn": "prose" }, { - "id": "concept-origin-domain", - "href": "https://html.spec.whatwg.org/multipage/origin.html#concept-origin-domain", + "id": "policy-container-embedder-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#policy-container-embedder-policy", "linkingText": [ - "domain" + "embedder policy" ], "localLinkingText": [], "type": "dfn", "for": [ - "origin" + "policy container" ], "access": "public", "informative": false, "heading": { - "id": "origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin", - "title": "Origin", - "number": "7.5" + "id": "policy-containers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers", + "title": "Policy containers", + "number": "7.1.6" }, "definedIn": "prose" }, { - "id": "concept-origin-effective-domain", - "href": "https://html.spec.whatwg.org/multipage/origin.html#concept-origin-effective-domain", + "id": "policy-container-referrer-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#policy-container-referrer-policy", "linkingText": [ - "effective domain" + "referrer policy" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "policy container" + ], "access": "public", "informative": false, "heading": { - "id": "origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin", - "title": "Origin", - "number": "7.5" + "id": "policy-containers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers", + "title": "Policy containers", + "number": "7.1.6" }, "definedIn": "prose" }, { - "id": "ascii-serialisation-of-an-origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#ascii-serialisation-of-an-origin", + "id": "clone-a-policy-container", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#clone-a-policy-container", "linkingText": [ - "serialization of an origin", - "ASCII serialization of an origin" + "clone a policy container" ], "localLinkingText": [], "type": "dfn", @@ -57514,37 +57473,37 @@ "access": "public", "informative": false, "heading": { - "id": "origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin", - "title": "Origin", - "number": "7.5" + "id": "policy-containers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers", + "title": "Policy containers", + "number": "7.1.6" }, "definedIn": "prose" }, { - "id": "same-origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#same-origin", + "id": "requires-storing-the-policy-container-in-history", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#requires-storing-the-policy-container-in-history", "linkingText": [ - "same origin" + "requires storing the policy container in history" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin", - "title": "Origin", - "number": "7.5" + "id": "policy-containers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers", + "title": "Policy containers", + "number": "7.1.6" }, "definedIn": "prose" }, { - "id": "same-origin-domain", - "href": "https://html.spec.whatwg.org/multipage/origin.html#same-origin-domain", + "id": "creating-a-policy-container-from-a-fetch-response", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-a-policy-container-from-a-fetch-response", "linkingText": [ - "same origin-domain" + "creating a policy container from a fetch response" ], "localLinkingText": [], "type": "dfn", @@ -57552,18 +57511,1734 @@ "access": "public", "informative": false, "heading": { - "id": "origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin", - "title": "Origin", - "number": "7.5" + "id": "policy-containers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers", + "title": "Policy containers", + "number": "7.1.6" }, "definedIn": "prose" }, { - "id": "scheme-and-host", - "href": "https://html.spec.whatwg.org/multipage/origin.html#scheme-and-host", + "id": "determining-navigation-params-policy-container", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#determining-navigation-params-policy-container", "linkingText": [ - "scheme-and-host" + "determine navigation params policy container" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "policy-containers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers", + "title": "Policy containers", + "number": "7.1.6" + }, + "definedIn": "prose" + }, + { + "id": "initialize-worker-policy-container", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#initialize-worker-policy-container", + "linkingText": [ + "initialize a worker global scope's policy container" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "policy-containers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers", + "title": "Policy containers", + "number": "7.1.6" + }, + "definedIn": "prose" + }, + { + "id": "crossoriginpropertydescriptormap", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginpropertydescriptormap", + "linkingText": [ + "[[CrossOriginPropertyDescriptorMap]]" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "shared-internal-slot:-crossoriginpropertydescriptormap", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-internal-slot:-crossoriginpropertydescriptormap", + "title": "Shared internal slot: [[CrossOriginPropertyDescriptorMap]]", + "number": "7.2.1.2" + }, + "definedIn": "prose" + }, + { + "id": "crossoriginproperties-(-o-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginproperties-(-o-)", + "linkingText": [ + "CrossOriginProperties" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "crossoriginproperties-(-o-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginproperties-(-o-)", + "title": "CrossOriginProperties ( O )", + "number": "7.2.1.3.1" + }, + "definedIn": "heading" + }, + { + "id": "cross-origin-accessible-window-property-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#cross-origin-accessible-window-property-name", + "linkingText": [ + "cross-origin accessible window property name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "crossoriginproperties-(-o-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginproperties-(-o-)", + "title": "CrossOriginProperties ( O )", + "number": "7.2.1.3.1" + }, + "definedIn": "prose" + }, + { + "id": "crossoriginpropertyfallback-(-p-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginpropertyfallback-(-p-)", + "linkingText": [ + "CrossOriginPropertyFallback" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "crossoriginpropertyfallback-(-p-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginpropertyfallback-(-p-)", + "title": "CrossOriginPropertyFallback ( P )", + "number": "7.2.1.3.2" + }, + "definedIn": "heading" + }, + { + "id": "isplatformobjectsameorigin-(-o-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-)", + "linkingText": [ + "IsPlatformObjectSameOrigin" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "isplatformobjectsameorigin-(-o-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-)", + "title": "IsPlatformObjectSameOrigin ( O )", + "number": "7.2.1.3.3" + }, + "definedIn": "heading" + }, + { + "id": "crossorigingetownpropertyhelper-(-o,-p-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-)", + "linkingText": [ + "CrossOriginGetOwnPropertyHelper" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "crossorigingetownpropertyhelper-(-o,-p-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-)", + "title": "CrossOriginGetOwnPropertyHelper ( O, P )", + "number": "7.2.1.3.4" + }, + "definedIn": "heading" + }, + { + "id": "crossoriginget-(-o,-p,-receiver-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginget-(-o,-p,-receiver-)", + "linkingText": [ + "CrossOriginGet" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "crossoriginget-(-o,-p,-receiver-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginget-(-o,-p,-receiver-)", + "title": "CrossOriginGet ( O, P, Receiver )", + "number": "7.2.1.3.5" + }, + "definedIn": "heading" + }, + { + "id": "crossoriginset-(-o,-p,-v,-receiver-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginset-(-o,-p,-v,-receiver-)", + "linkingText": [ + "CrossOriginSet" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "crossoriginset-(-o,-p,-v,-receiver-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginset-(-o,-p,-v,-receiver-)", + "title": "CrossOriginSet ( O, P, V, Receiver )", + "number": "7.2.1.3.6" + }, + "definedIn": "heading" + }, + { + "id": "crossoriginownpropertykeys-(-o-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginownpropertykeys-(-o-)", + "linkingText": [ + "CrossOriginOwnPropertyKeys" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "crossoriginownpropertykeys-(-o-)", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginownpropertykeys-(-o-)", + "title": "CrossOriginOwnPropertyKeys ( O )", + "number": "7.2.1.3.7" + }, + "definedIn": "heading" + }, + { + "id": "window", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#window", + "linkingText": [ + "Window" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-window-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object", + "title": "The Window object", + "number": "7.2.2" + }, + "definedIn": "pre" + }, + { + "id": "windowpostmessageoptions", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowpostmessageoptions", + "linkingText": [ + "WindowPostMessageOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-window-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object", + "title": "The Window object", + "number": "7.2.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-windowpostmessageoptions-targetorigin", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-windowpostmessageoptions-targetorigin", + "linkingText": [ + "targetOrigin" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "WindowPostMessageOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-window-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object", + "title": "The Window object", + "number": "7.2.2" + }, + "definedIn": "pre" + }, + { + "id": "concept-document-window", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window", + "linkingText": [ + "associated Document" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-window-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object", + "title": "The Window object", + "number": "7.2.2" + }, + "definedIn": "prose" + }, + { + "id": "window-bc", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#window-bc", + "linkingText": [ + "browsing context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-window-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object", + "title": "The Window object", + "number": "7.2.2" + }, + "definedIn": "prose" + }, + { + "id": "window-navigable", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#window-navigable", + "linkingText": [ + "navigable" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-window-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object", + "title": "The Window object", + "number": "7.2.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-window", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window", + "linkingText": [ + "window" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-window-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object", + "title": "The Window object", + "number": "7.2.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-frames", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-frames", + "linkingText": [ + "frames" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-window-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object", + "title": "The Window object", + "number": "7.2.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-self", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-self", + "linkingText": [ + "self" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-window-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object", + "title": "The Window object", + "number": "7.2.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-document-2", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-document-2", + "linkingText": [ + "document" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-window-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object", + "title": "The Window object", + "number": "7.2.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-document-defaultview", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-document-defaultview", + "linkingText": [ + "defaultView" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Document" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-window-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object", + "title": "The Window object", + "number": "7.2.2" + }, + "definedIn": "prose" + }, + { + "id": "htmldocument", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#htmldocument", + "linkingText": [ + "HTMLDocument" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-window-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object", + "title": "The Window object", + "number": "7.2.2" + }, + "definedIn": "prose" + }, + { + "id": "window-open-steps", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#window-open-steps", + "linkingText": [ + "window open steps" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "title": "Opening and closing windows", + "number": "7.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-open", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-open", + "linkingText": [ + "open(url, target, features)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "title": "Opening and closing windows", + "number": "7.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "concept-window-open-features-tokenize", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-window-open-features-tokenize", + "linkingText": [ + "tokenize the features argument" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "title": "Opening and closing windows", + "number": "7.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "window-feature-is-set", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#window-feature-is-set", + "linkingText": [ + "check if a window feature is set" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "title": "Opening and closing windows", + "number": "7.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "popup-window-is-requested", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#popup-window-is-requested", + "linkingText": [ + "check if a popup window is requested" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "title": "Opening and closing windows", + "number": "7.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "feature-separator", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#feature-separator", + "linkingText": [ + "feature separator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "title": "Opening and closing windows", + "number": "7.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "normalizing-the-feature-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#normalizing-the-feature-name", + "linkingText": [ + "normalize a feature name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "title": "Opening and closing windows", + "number": "7.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "concept-window-open-features-parse-boolean", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-window-open-features-parse-boolean", + "linkingText": [ + "parse a boolean feature" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "title": "Opening and closing windows", + "number": "7.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "title": "Opening and closing windows", + "number": "7.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-window-close", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-close", + "linkingText": [ + "close()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "title": "Opening and closing windows", + "number": "7.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "script-closable", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-closable", + "linkingText": [ + "script-closable" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "title": "Opening and closing windows", + "number": "7.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-window-closed", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-closed", + "linkingText": [ + "closed" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "title": "Opening and closing windows", + "number": "7.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-window-stop", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-stop", + "linkingText": [ + "stop()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "title": "Opening and closing windows", + "number": "7.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-length", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-length", + "linkingText": [ + "length" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessing-other-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#accessing-other-browsing-contexts", + "title": "Indexed access on the Window object", + "number": "7.2.2.2" + }, + "definedIn": "prose" + }, + { + "id": "document-tree-child-navigable-target-name-property-set", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#document-tree-child-navigable-target-name-property-set", + "linkingText": [ + "document-tree child navigable target name property set" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "named-access-on-the-window-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object", + "title": "Named access on the Window object", + "number": "7.2.2.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-window-nameditem-filter", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-nameditem-filter", + "linkingText": [ + "Named objects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "named-access-on-the-window-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object", + "title": "Named access on the Window object", + "number": "7.2.2.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-top", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-top", + "linkingText": [ + "top" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "navigating-nested-browsing-contexts-in-the-dom", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom", + "title": "Accessing related windows", + "number": "7.2.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-opener", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-opener", + "linkingText": [ + "opener" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "navigating-nested-browsing-contexts-in-the-dom", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom", + "title": "Accessing related windows", + "number": "7.2.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-parent", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-parent", + "linkingText": [ + "parent" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "navigating-nested-browsing-contexts-in-the-dom", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom", + "title": "Accessing related windows", + "number": "7.2.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-frameelement", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-frameelement", + "linkingText": [ + "frameElement" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "navigating-nested-browsing-contexts-in-the-dom", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom", + "title": "Accessing related windows", + "number": "7.2.2.4" + }, + "definedIn": "prose" + }, + { + "id": "barprop", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#barprop", + "linkingText": [ + "BarProp" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-barprop-visible", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-barprop-visible", + "linkingText": [ + "visible" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "BarProp" + ], + "access": "public", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "prose" + }, + { + "id": "the-location-bar-barprop-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-bar-barprop-object", + "linkingText": [ + "The location bar BarProp object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "dt" + }, + { + "id": "the-menu-bar-barprop-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-menu-bar-barprop-object", + "linkingText": [ + "The menu bar BarProp object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "dt" + }, + { + "id": "the-personal-bar-barprop-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-personal-bar-barprop-object", + "linkingText": [ + "The personal bar BarProp object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "dt" + }, + { + "id": "the-scrollbar-barprop-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-scrollbar-barprop-object", + "linkingText": [ + "The scrollbar BarProp object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "dt" + }, + { + "id": "the-status-bar-barprop-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-status-bar-barprop-object", + "linkingText": [ + "The status bar BarProp object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "dt" + }, + { + "id": "the-toolbar-barprop-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-toolbar-barprop-object", + "linkingText": [ + "The toolbar BarProp object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "dt" + }, + { + "id": "dom-window-locationbar", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-locationbar", + "linkingText": [ + "locationbar" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-window-menubar", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-menubar", + "linkingText": [ + "menubar" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-window-personalbar", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-personalbar", + "linkingText": [ + "personalbar" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-window-scrollbars", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-scrollbars", + "linkingText": [ + "scrollbars" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-window-statusbar", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-statusbar", + "linkingText": [ + "statusbar" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-window-toolbar", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-toolbar", + "linkingText": [ + "toolbar" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-window-status", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-status", + "linkingText": [ + "status" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "browser-interface-elements", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" + }, + "definedIn": "prose" + }, + { + "id": "set-up-a-window-environment-settings-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#set-up-a-window-environment-settings-object", + "linkingText": [ + "set up a window environment settings object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "script-settings-for-window-objects", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects", + "title": "Script settings for Window objects", + "number": "7.2.2.6" + }, + "definedIn": "prose" + }, + { + "id": "windowproxy", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy", + "linkingText": [ + "WindowProxy" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-windowproxy-exotic-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object", + "title": "The WindowProxy exotic object", + "number": "7.2.3" + }, + "definedIn": "prose" + }, + { + "id": "concept-windowproxy-window", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-windowproxy-window", + "linkingText": [ + "[[Window]]" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-windowproxy-exotic-object", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object", + "title": "The WindowProxy exotic object", + "number": "7.2.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-document-location", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-document-location", + "linkingText": [ + "location" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Document" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-location", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location", + "linkingText": [ + "location" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "location", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location", + "linkingText": [ + "Location" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "pre" + }, + { + "id": "relevant-document", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#relevant-document", + "linkingText": [ + "relevant Document" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "concept-location-url", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-location-url", + "linkingText": [ + "url" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "concept-location-ancestor-origins-list", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-location-ancestor-origins-list", + "linkingText": [ + "ancestor origins list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "location-object-navigate", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-object-navigate", + "linkingText": [ + "Location-object navigate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-location-href", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-href", + "linkingText": [ + "href" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Location" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-location-origin", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-origin", + "linkingText": [ + "origin" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Location" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-location-protocol", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-protocol", + "linkingText": [ + "protocol" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Location" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-location-host", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-host", + "linkingText": [ + "host" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Location" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-location-hostname", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-hostname", + "linkingText": [ + "hostname" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Location" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-location-port", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-port", + "linkingText": [ + "port" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Location" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-location-pathname", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-pathname", + "linkingText": [ + "pathname" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Location" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-location-search", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-search", + "linkingText": [ + "search" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Location" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-location-hash", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-hash", + "linkingText": [ + "hash" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Location" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-location-assign", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-assign", + "linkingText": [ + "assign(url)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Location" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-location-replace", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-replace", + "linkingText": [ + "replace(url)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Location" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-location-reload", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-reload", + "linkingText": [ + "reload()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Location" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-location-ancestororigins", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-ancestororigins", + "linkingText": [ + "ancestorOrigins" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Location" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "defaultproperties", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#defaultproperties", + "linkingText": [ + "[[DefaultProperties]]" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "title": "The Location interface", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "scrollrestoration", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#scrollrestoration", + "linkingText": [ + "ScrollRestoration" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" + }, + "definedIn": "pre" + }, + { + "id": "history-3", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#history-3", + "linkingText": [ + "History" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" + }, + "definedIn": "pre" + }, + { + "id": "doc-history", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#doc-history", + "linkingText": [ + "history object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-history", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history", + "linkingText": [ + "history" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" + }, + "definedIn": "prose" + }, + { + "id": "concept-history-state", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-history-state", + "linkingText": [ + "state" ], "localLinkingText": [], "type": "dfn", @@ -57571,18 +59246,18 @@ "access": "private", "informative": false, "heading": { - "id": "sites", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sites", - "title": "Sites", - "number": "7.5.1" + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" }, "definedIn": "prose" }, { - "id": "concept-scheme-and-host-scheme", - "href": "https://html.spec.whatwg.org/multipage/origin.html#concept-scheme-and-host-scheme", + "id": "concept-history-length", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-history-length", "linkingText": [ - "scheme" + "length" ], "localLinkingText": [], "type": "dfn", @@ -57590,18 +59265,18 @@ "access": "private", "informative": false, "heading": { - "id": "sites", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sites", - "title": "Sites", - "number": "7.5.1" + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" }, "definedIn": "prose" }, { - "id": "concept-scheme-and-host-host", - "href": "https://html.spec.whatwg.org/multipage/origin.html#concept-scheme-and-host-host", + "id": "concept-history-index", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-history-index", "linkingText": [ - "host" + "index" ], "localLinkingText": [], "type": "dfn", @@ -57609,405 +59284,500 @@ "access": "private", "informative": false, "heading": { - "id": "sites", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sites", - "title": "Sites", - "number": "7.5.1" + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" }, "definedIn": "prose" }, { - "id": "site", - "href": "https://html.spec.whatwg.org/multipage/origin.html#site", + "id": "dom-history-length", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-length", "linkingText": [ - "site" + "length" ], "localLinkingText": [], - "type": "dfn", - "for": [], + "type": "attribute", + "for": [ + "History" + ], "access": "public", "informative": false, "heading": { - "id": "sites", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sites", - "title": "Sites", - "number": "7.5.1" + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" }, "definedIn": "prose" }, { - "id": "obtain-a-site", - "href": "https://html.spec.whatwg.org/multipage/origin.html#obtain-a-site", + "id": "dom-history-scroll-restoration", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-scroll-restoration", "linkingText": [ - "obtain a site" + "scrollRestoration" ], "localLinkingText": [], - "type": "dfn", - "for": [], + "type": "attribute", + "for": [ + "History" + ], "access": "public", "informative": false, "heading": { - "id": "sites", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sites", - "title": "Sites", - "number": "7.5.1" + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" }, "definedIn": "prose" }, { - "id": "concept-site-same-site", - "href": "https://html.spec.whatwg.org/multipage/origin.html#concept-site-same-site", + "id": "dom-history-state", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-state", "linkingText": [ - "same site" + "state" ], "localLinkingText": [], - "type": "dfn", + "type": "attribute", "for": [ - "site" + "History" ], "access": "public", "informative": false, "heading": { - "id": "sites", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sites", - "title": "Sites", - "number": "7.5.1" + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" }, "definedIn": "prose" }, { - "id": "serialization-of-a-site", - "href": "https://html.spec.whatwg.org/multipage/origin.html#serialization-of-a-site", + "id": "dom-history-go", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-go", "linkingText": [ - "serialization of a site" + "go(delta)" ], "localLinkingText": [], - "type": "dfn", - "for": [], + "type": "method", + "for": [ + "History" + ], "access": "public", "informative": false, "heading": { - "id": "sites", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sites", - "title": "Sites", - "number": "7.5.1" + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" }, "definedIn": "prose" }, { - "id": "schemelessly-same-site", - "href": "https://html.spec.whatwg.org/multipage/origin.html#schemelessly-same-site", + "id": "dom-history-back", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-back", "linkingText": [ - "schemelessly same site" + "back()" ], "localLinkingText": [], - "type": "dfn", - "for": [], + "type": "method", + "for": [ + "History" + ], "access": "public", "informative": false, "heading": { - "id": "sites", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sites", - "title": "Sites", - "number": "7.5.1" + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" }, "definedIn": "prose" }, { - "id": "same-site", - "href": "https://html.spec.whatwg.org/multipage/origin.html#same-site", + "id": "dom-history-forward", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-forward", "linkingText": [ - "same site" + "forward()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "History" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" + }, + "definedIn": "prose" + }, + { + "id": "delta-traverse", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#delta-traverse", + "linkingText": [ + "delta traverse" ], "localLinkingText": [], "type": "dfn", "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-history-pushstate", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-pushstate", + "linkingText": [ + "pushState(data, unused, url)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "History" + ], "access": "public", "informative": false, "heading": { - "id": "sites", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sites", - "title": "Sites", - "number": "7.5.1" + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" }, "definedIn": "prose" }, { - "id": "dom-document-domain", - "href": "https://html.spec.whatwg.org/multipage/origin.html#dom-document-domain", + "id": "dom-history-replacestate", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-replacestate", "linkingText": [ - "domain" + "replaceState(data, unused, url)" ], "localLinkingText": [], - "type": "attribute", + "type": "method", "for": [ - "Document" + "History" ], "access": "public", "informative": false, "heading": { - "id": "relaxing-the-same-origin-restriction", - "href": "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction", - "title": "Relaxing the same-origin restriction", - "number": "7.5.2" + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" }, "definedIn": "prose" }, { - "id": "is-a-registrable-domain-suffix-of-or-is-equal-to", - "href": "https://html.spec.whatwg.org/multipage/origin.html#is-a-registrable-domain-suffix-of-or-is-equal-to", + "id": "shared-history-push/replace-state-steps", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-history-push/replace-state-steps", "linkingText": [ - "is a registrable domain suffix of or is equal to", - "is not a registrable domain suffix of and is not equal to" + "shared history push/replace state steps" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "relaxing-the-same-origin-restriction", - "href": "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction", - "title": "Relaxing the same-origin restriction", - "number": "7.5.2" + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" }, "definedIn": "prose" }, { - "id": "origin-agent-cluster", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin-agent-cluster", + "id": "can-have-its-url-rewritten", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#can-have-its-url-rewritten", "linkingText": [ - "Origin-Agent-Cluster" + "can have its URL rewritten" ], "localLinkingText": [], - "type": "http-header", + "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "origin-keyed-agent-clusters", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters", - "title": "Origin-keyed agent clusters", - "number": "7.5.3" + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "title": "The History interface", + "number": "7.2.5" }, "definedIn": "prose" }, { - "id": "dom-originagentcluster", - "href": "https://html.spec.whatwg.org/multipage/origin.html#dom-originagentcluster", + "id": "popstateevent", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#popstateevent", "linkingText": [ - "originAgentCluster" + "PopStateEvent" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-popstateevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-popstateevent-interface", + "title": "The PopStateEvent interface", + "number": "7.2.6.1" + }, + "definedIn": "pre" + }, + { + "id": "popstateeventinit", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#popstateeventinit", + "linkingText": [ + "PopStateEventInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-popstateevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-popstateevent-interface", + "title": "The PopStateEvent interface", + "number": "7.2.6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-popstateevent-state", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-popstateevent-state", + "linkingText": [ + "state" ], "localLinkingText": [], "type": "attribute", "for": [ - "Window" + "PopStateEvent" ], "access": "public", "informative": false, "heading": { - "id": "origin-keyed-agent-clusters", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters", - "title": "Origin-keyed agent clusters", - "number": "7.5.3" + "id": "the-popstateevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-popstateevent-interface", + "title": "The PopStateEvent interface", + "number": "7.2.6.1" }, "definedIn": "prose" }, { - "id": "sandboxing-flag-set", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing-flag-set", + "id": "hashchangeevent", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#hashchangeevent", "linkingText": [ - "sandboxing flag set" + "HashChangeEvent" ], "localLinkingText": [], - "type": "dfn", + "type": "interface", "for": [], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "the-hashchangeevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface", + "title": "The HashChangeEvent interface", + "number": "7.2.6.2" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "sandboxed-navigation-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-navigation-browsing-context-flag", + "id": "hashchangeeventinit", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#hashchangeeventinit", "linkingText": [ - "sandboxed navigation browsing context flag" + "HashChangeEventInit" ], "localLinkingText": [], - "type": "dfn", + "type": "dictionary", "for": [], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "the-hashchangeevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface", + "title": "The HashChangeEvent interface", + "number": "7.2.6.2" }, - "definedIn": "dt" + "definedIn": "pre" }, { - "id": "one-permitted-sandboxed-navigator", - "href": "https://html.spec.whatwg.org/multipage/origin.html#one-permitted-sandboxed-navigator", + "id": "dom-hashchangeevent-oldurl", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-hashchangeevent-oldurl", "linkingText": [ - "one permitted sandboxed navigator" + "oldURL" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "attribute", + "for": [ + "HashChangeEvent" + ], + "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "the-hashchangeevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface", + "title": "The HashChangeEvent interface", + "number": "7.2.6.2" }, "definedIn": "prose" }, { - "id": "sandboxed-auxiliary-navigation-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-auxiliary-navigation-browsing-context-flag", + "id": "dom-hashchangeevent-newurl", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-hashchangeevent-newurl", "linkingText": [ - "sandboxed auxiliary navigation browsing context flag" + "newURL" ], "localLinkingText": [], - "type": "dfn", - "for": [], + "type": "attribute", + "for": [ + "HashChangeEvent" + ], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "the-hashchangeevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface", + "title": "The HashChangeEvent interface", + "number": "7.2.6.2" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "sandboxed-top-level-navigation-without-user-activation-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-top-level-navigation-without-user-activation-browsing-context-flag", + "id": "pagetransitionevent", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#pagetransitionevent", "linkingText": [ - "sandboxed top-level navigation without user activation browsing context flag" + "PageTransitionEvent" ], "localLinkingText": [], - "type": "dfn", + "type": "interface", "for": [], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "the-pagetransitionevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface", + "title": "The PageTransitionEvent interface", + "number": "7.2.6.3" }, - "definedIn": "dt" + "definedIn": "pre" }, { - "id": "sandboxed-top-level-navigation-with-user-activation-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-top-level-navigation-with-user-activation-browsing-context-flag", + "id": "pagetransitioneventinit", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#pagetransitioneventinit", "linkingText": [ - "sandboxed top-level navigation with user activation browsing context flag" + "PageTransitionEventInit" ], "localLinkingText": [], - "type": "dfn", + "type": "dictionary", "for": [], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "the-pagetransitionevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface", + "title": "The PageTransitionEvent interface", + "number": "7.2.6.3" }, - "definedIn": "dt" + "definedIn": "pre" }, { - "id": "sandboxed-plugins-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-plugins-browsing-context-flag", + "id": "dom-pagetransitionevent-persisted", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-pagetransitionevent-persisted", "linkingText": [ - "sandboxed plugins browsing context flag" + "persisted" ], "localLinkingText": [], - "type": "dfn", - "for": [], + "type": "attribute", + "for": [ + "PageTransitionEvent" + ], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "the-pagetransitionevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface", + "title": "The PageTransitionEvent interface", + "number": "7.2.6.3" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "sandboxed-origin-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-origin-browsing-context-flag", + "id": "fire-a-page-transition-event", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#fire-a-page-transition-event", "linkingText": [ - "sandboxed origin browsing context flag" + "fire a page transition event" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "the-pagetransitionevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface", + "title": "The PageTransitionEvent interface", + "number": "7.2.6.3" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "sandboxed-forms-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-forms-browsing-context-flag", + "id": "beforeunloadevent", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#beforeunloadevent", "linkingText": [ - "sandboxed forms browsing context flag" + "BeforeUnloadEvent" ], "localLinkingText": [], - "type": "dfn", + "type": "interface", "for": [], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "the-beforeunloadevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface", + "title": "The BeforeUnloadEvent interface", + "number": "7.2.6.4" }, - "definedIn": "dt" + "definedIn": "pre" }, { - "id": "sandboxed-pointer-lock-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-pointer-lock-browsing-context-flag", + "id": "dom-beforeunloadevent-returnvalue", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-beforeunloadevent-returnvalue", "linkingText": [ - "sandboxed pointer lock browsing context flag" + "returnValue" ], "localLinkingText": [], - "type": "dfn", - "for": [], + "type": "attribute", + "for": [ + "BeforeUnloadEvent" + ], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "the-beforeunloadevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface", + "title": "The BeforeUnloadEvent interface", + "number": "7.2.6.4" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "sandboxed-scripts-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-scripts-browsing-context-flag", + "id": "navigable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable", "linkingText": [ - "sandboxed scripts browsing context flag" + "navigable" ], "localLinkingText": [], "type": "dfn", @@ -58015,462 +59785,499 @@ "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "title": "Navigables", + "number": "7.3.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "sandboxed-automatic-features-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-automatic-features-browsing-context-flag", + "id": "nav-id", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-id", "linkingText": [ - "sandboxed automatic features browsing context flag" + "id" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "title": "Navigables", + "number": "7.3.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "sandboxed-document.domain-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-document.domain-browsing-context-flag", + "id": "nav-parent", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-parent", "linkingText": [ - "sandboxed document.domain browsing context flag" + "parent" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "title": "Navigables", + "number": "7.3.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "sandbox-propagates-to-auxiliary-browsing-contexts-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandbox-propagates-to-auxiliary-browsing-contexts-flag", + "id": "nav-current-history-entry", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-current-history-entry", "linkingText": [ - "sandbox propagates to auxiliary browsing contexts flag" + "current session history entry" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "title": "Navigables", + "number": "7.3.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "sandboxed-modals-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-modals-flag", + "id": "nav-active-history-entry", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-active-history-entry", "linkingText": [ - "sandboxed modals flag" + "active session history entry" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "title": "Navigables", + "number": "7.3.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "sandboxed-orientation-lock-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-orientation-lock-browsing-context-flag", + "id": "is-closing", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#is-closing", "linkingText": [ - "sandboxed orientation lock browsing context flag" + "is closing" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "title": "Navigables", + "number": "7.3.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "sandboxed-presentation-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-presentation-browsing-context-flag", + "id": "delaying-load-events-mode", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#delaying-load-events-mode", "linkingText": [ - "sandboxed presentation browsing context flag" + "is delaying load events" ], "localLinkingText": [], "type": "dfn", "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "title": "Navigables", + "number": "7.3.1" + }, + "definedIn": "prose" + }, + { + "id": "nav-document", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document", + "linkingText": [ + "active document" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "navigable" + ], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "title": "Navigables", + "number": "7.3.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "sandboxed-downloads-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-downloads-browsing-context-flag", + "id": "nav-bc", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-bc", "linkingText": [ - "sandboxed downloads browsing context flag" + "active browsing context" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "title": "Navigables", + "number": "7.3.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "sandboxed-custom-protocols-navigation-browsing-context-flag", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-custom-protocols-navigation-browsing-context-flag", + "id": "nav-wp", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-wp", "linkingText": [ - "sandboxed custom protocols navigation browsing context flag" + "active WindowProxy" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "title": "Navigables", + "number": "7.3.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "parse-a-sandboxing-directive", - "href": "https://html.spec.whatwg.org/multipage/origin.html#parse-a-sandboxing-directive", + "id": "nav-window", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-window", "linkingText": [ - "parse a sandboxing directive" + "active window" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "title": "Navigables", + "number": "7.3.1" }, "definedIn": "prose" }, { - "id": "attr-iframe-sandbox-allow-popups", - "href": "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-popups", + "id": "nav-target", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-target", "linkingText": [ - "allow-popups" + "target name" ], "localLinkingText": [], - "type": "attr-value", - "for": [ - "iframe/sandbox" + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "title": "Navigables", + "number": "7.3.1" + }, + "definedIn": "prose" + }, + { + "id": "node-navigable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#node-navigable", + "linkingText": [ + "node navigable" ], + "localLinkingText": [], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "title": "Navigables", + "number": "7.3.1" + }, + "definedIn": "prose" + }, + { + "id": "initialize-the-navigable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#initialize-the-navigable", + "linkingText": [ + "initialize the navigable" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "title": "Navigables", + "number": "7.3.1" }, "definedIn": "prose" }, { - "id": "attr-iframe-sandbox-allow-top-navigation", - "href": "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-top-navigation", + "id": "traversable-navigable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigable", "linkingText": [ - "allow-top-navigation" + "traversable navigable" ], "localLinkingText": [], - "type": "attr-value", - "for": [ - "iframe/sandbox" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "traversable-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables", + "title": "Traversable navigables", + "number": "7.3.1.1" }, "definedIn": "prose" }, { - "id": "attr-iframe-sandbox-allow-top-navigation-by-user-activation", - "href": "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-top-navigation-by-user-activation", + "id": "tn-current-session-history-step", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#tn-current-session-history-step", "linkingText": [ - "allow-top-navigation-by-user-activation" + "current session history step" ], "localLinkingText": [], - "type": "attr-value", - "for": [ - "iframe/sandbox" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "traversable-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables", + "title": "Traversable navigables", + "number": "7.3.1.1" }, "definedIn": "prose" }, { - "id": "attr-iframe-sandbox-allow-same-origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-same-origin", + "id": "tn-session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#tn-session-history-entries", "linkingText": [ - "allow-same-origin" + "Session history entries" ], "localLinkingText": [], - "type": "attr-value", - "for": [ - "iframe/sandbox" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "traversable-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables", + "title": "Traversable navigables", + "number": "7.3.1.1" }, "definedIn": "prose" }, { - "id": "attr-iframe-sandbox-allow-forms", - "href": "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-forms", + "id": "tn-session-history-traversal-queue", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#tn-session-history-traversal-queue", "linkingText": [ - "allow-forms" + "session history traversal queue" ], "localLinkingText": [], - "type": "attr-value", - "for": [ - "iframe/sandbox" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "traversable-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables", + "title": "Traversable navigables", + "number": "7.3.1.1" }, "definedIn": "prose" }, { - "id": "attr-iframe-sandbox-allow-pointer-lock", - "href": "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-pointer-lock", + "id": "tn-running-nested-apply-history-step", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#tn-running-nested-apply-history-step", "linkingText": [ - "allow-pointer-lock" + "running nested apply history step" ], "localLinkingText": [], - "type": "attr-value", - "for": [ - "iframe/sandbox" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "traversable-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables", + "title": "Traversable navigables", + "number": "7.3.1.1" }, "definedIn": "prose" }, { - "id": "attr-iframe-sandbox-allow-scripts", - "href": "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-scripts", + "id": "system-visibility-state", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#system-visibility-state", "linkingText": [ - "allow-scripts" + "system visibility state" ], "localLinkingText": [], - "type": "attr-value", - "for": [ - "iframe/sandbox" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "traversable-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables", + "title": "Traversable navigables", + "number": "7.3.1.1" }, "definedIn": "prose" }, { - "id": "attr-iframe-sandbox-allow-popups-to-escape-sandbox", - "href": "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-popups-to-escape-sandbox", + "id": "nav-traversable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-traversable", "linkingText": [ - "allow-popups-to-escape-sandbox" + "traversable navigable" ], "localLinkingText": [], - "type": "attr-value", + "type": "dfn", "for": [ - "iframe/sandbox" + "navigable" ], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "traversable-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables", + "title": "Traversable navigables", + "number": "7.3.1.1" }, "definedIn": "prose" }, { - "id": "attr-iframe-sandbox-allow-modals", - "href": "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-modals", + "id": "top-level-traversable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversable", "linkingText": [ - "allow-modals" + "top-level traversable" ], "localLinkingText": [], - "type": "attr-value", - "for": [ - "iframe/sandbox" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "top-level-traversables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables", + "title": "Top-level traversables", + "number": "7.3.1.2" }, "definedIn": "prose" }, { - "id": "attr-iframe-sandbox-allow-orientation-lock", - "href": "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-orientation-lock", + "id": "top-level-traversable-set", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversable-set", "linkingText": [ - "allow-orientation-lock" + "top-level traversable set" ], "localLinkingText": [], - "type": "attr-value", - "for": [ - "iframe/sandbox" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "top-level-traversables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables", + "title": "Top-level traversables", + "number": "7.3.1.2" }, "definedIn": "prose" }, { - "id": "attr-iframe-sandbox-allow-presentation", - "href": "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-presentation", + "id": "nav-top", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-top", "linkingText": [ - "allow-presentation" + "top-level traversable" ], "localLinkingText": [], - "type": "attr-value", + "type": "dfn", "for": [ - "iframe/sandbox" + "navigable" ], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "top-level-traversables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables", + "title": "Top-level traversables", + "number": "7.3.1.2" }, "definedIn": "prose" }, { - "id": "attr-iframe-sandbox-allow-downloads", - "href": "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-downloads", + "id": "creating-a-new-top-level-traversable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-a-new-top-level-traversable", "linkingText": [ - "allow-downloads" + "create a new top-level traversable" ], "localLinkingText": [], - "type": "attr-value", - "for": [ - "iframe/sandbox" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "top-level-traversables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables", + "title": "Top-level traversables", + "number": "7.3.1.2" }, "definedIn": "prose" }, { - "id": "attr-iframe-sandbox-allow-top-navigation-to-custom-protocols", - "href": "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-top-navigation-to-custom-protocols", + "id": "create-a-fresh-top-level-traversable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#create-a-fresh-top-level-traversable", "linkingText": [ - "allow-top-navigation-to-custom-protocols" + "create a fresh top-level traversable" ], "localLinkingText": [], - "type": "attr-value", - "for": [ - "iframe/sandbox" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "top-level-traversables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables", + "title": "Top-level traversables", + "number": "7.3.1.2" }, "definedIn": "prose" }, { - "id": "popup-sandboxing-flag-set", - "href": "https://html.spec.whatwg.org/multipage/origin.html#popup-sandboxing-flag-set", + "id": "navigable-container", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-container", "linkingText": [ - "popup sandboxing flag set" + "navigable containers" ], "localLinkingText": [], "type": "dfn", @@ -58478,18 +60285,18 @@ "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "nested-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables", + "title": "Nested navigables", + "number": "7.3.1.3" }, "definedIn": "prose" }, { - "id": "iframe-sandboxing-flag-set", - "href": "https://html.spec.whatwg.org/multipage/origin.html#iframe-sandboxing-flag-set", + "id": "nested-navigable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigable", "linkingText": [ - "iframe sandboxing flag set" + "nested navigable" ], "localLinkingText": [], "type": "dfn", @@ -58497,58 +60304,58 @@ "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "nested-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables", + "title": "Nested navigables", + "number": "7.3.1.3" }, "definedIn": "prose" }, { - "id": "active-sandboxing-flag-set", - "href": "https://html.spec.whatwg.org/multipage/origin.html#active-sandboxing-flag-set", + "id": "nav-container", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-container", "linkingText": [ - "active sandboxing flag set" + "container" ], "localLinkingText": [], "type": "dfn", "for": [ - "Document" + "navigable" ], "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "nested-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables", + "title": "Nested navigables", + "number": "7.3.1.3" }, "definedIn": "prose" }, { - "id": "forced-sandboxing-flag-set", - "href": "https://html.spec.whatwg.org/multipage/origin.html#forced-sandboxing-flag-set", + "id": "nav-container-document", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-container-document", "linkingText": [ - "forced sandboxing flag set" + "container document" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "nested-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables", + "title": "Nested navigables", + "number": "7.3.1.3" }, "definedIn": "prose" }, { - "id": "determining-the-creation-sandboxing-flags", - "href": "https://html.spec.whatwg.org/multipage/origin.html#determining-the-creation-sandboxing-flags", + "id": "doc-container-document", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#doc-container-document", "linkingText": [ - "determine the creation sandboxing flags" + "container document" ], "localLinkingText": [], "type": "dfn", @@ -58556,37 +60363,37 @@ "access": "private", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "nested-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables", + "title": "Nested navigables", + "number": "7.3.1.3" }, "definedIn": "prose" }, { - "id": "concept-bc-sandboxing-flags", - "href": "https://html.spec.whatwg.org/multipage/origin.html#concept-bc-sandboxing-flags", + "id": "child-navigable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#child-navigable", "linkingText": [ - "sandboxing flags" + "child navigable" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "title": "Sandboxing", - "number": "7.6" + "id": "nested-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables", + "title": "Nested navigables", + "number": "7.3.1.3" }, "definedIn": "prose" }, { - "id": "cross-origin-opener-policy-value", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policy-value", + "id": "concept-bcc-content-document", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#concept-bcc-content-document", "linkingText": [ - "cross-origin opener policy value" + "content document" ], "localLinkingText": [], "type": "dfn", @@ -58594,18 +60401,18 @@ "access": "private", "informative": false, "heading": { - "id": "cross-origin-opener-policies", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies", - "title": "Cross-origin opener policies", - "number": "7.7" + "id": "nested-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables", + "title": "Nested navigables", + "number": "7.3.1.3" }, "definedIn": "prose" }, { - "id": "coop-unsafe-none", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-unsafe-none", + "id": "content-window", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#content-window", "linkingText": [ - "unsafe-none" + "content window" ], "localLinkingText": [], "type": "dfn", @@ -58613,18 +60420,18 @@ "access": "private", "informative": false, "heading": { - "id": "cross-origin-opener-policies", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies", - "title": "Cross-origin opener policies", - "number": "7.7" + "id": "nested-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables", + "title": "Nested navigables", + "number": "7.3.1.3" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "coop-same-origin-allow-popups", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-same-origin-allow-popups", + "id": "create-a-new-nested-navigable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#create-a-new-nested-navigable", "linkingText": [ - "same-origin-allow-popups" + "create a new nested navigable" ], "localLinkingText": [], "type": "dfn", @@ -58632,18 +60439,18 @@ "access": "private", "informative": false, "heading": { - "id": "cross-origin-opener-policies", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies", - "title": "Cross-origin opener policies", - "number": "7.7" + "id": "nested-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables", + "title": "Nested navigables", + "number": "7.3.1.3" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "coop-same-origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-same-origin", + "id": "jake-diagram", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagram", "linkingText": [ - "same-origin" + "Jake diagram" ], "localLinkingText": [], "type": "dfn", @@ -58651,94 +60458,102 @@ "access": "private", "informative": false, "heading": { - "id": "cross-origin-opener-policies", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies", - "title": "Cross-origin opener policies", - "number": "7.7" + "id": "jake-diagrams", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams", + "title": "Jake diagrams", + "number": "7.3.1.4" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "coop-same-origin-plus-coep", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-same-origin-plus-coep", + "id": "ancestor-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#ancestor-navigables", "linkingText": [ - "same-origin-plus-COEP" + "ancestor navigables" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "Document" + ], + "access": "public", "informative": false, "heading": { - "id": "cross-origin-opener-policies", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies", - "title": "Cross-origin opener policies", - "number": "7.7" + "id": "related-navigable-collections", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections", + "title": "Related navigable collections", + "number": "7.3.1.5" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "cross-origin-opener-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policy", + "id": "inclusive-ancestor-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#inclusive-ancestor-navigables", "linkingText": [ - "cross-origin opener policy" + "inclusive ancestor navigables" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "Document" + ], + "access": "public", "informative": false, "heading": { - "id": "cross-origin-opener-policies", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies", - "title": "Cross-origin opener policies", - "number": "7.7" + "id": "related-navigable-collections", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections", + "title": "Related navigable collections", + "number": "7.3.1.5" }, "definedIn": "prose" }, { - "id": "coop-struct-value", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-struct-value", + "id": "descendant-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#descendant-navigables", "linkingText": [ - "value" + "descendant navigables" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "Document" + ], + "access": "public", "informative": false, "heading": { - "id": "cross-origin-opener-policies", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies", - "title": "Cross-origin opener policies", - "number": "7.7" + "id": "related-navigable-collections", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections", + "title": "Related navigable collections", + "number": "7.3.1.5" }, "definedIn": "prose" }, { - "id": "coop-struct-report-endpoint", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-struct-report-endpoint", + "id": "inclusive-descendant-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#inclusive-descendant-navigables", "linkingText": [ - "reporting endpoint" + "inclusive descendant navigables" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "Document" + ], + "access": "public", "informative": false, "heading": { - "id": "cross-origin-opener-policies", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies", - "title": "Cross-origin opener policies", - "number": "7.7" + "id": "related-navigable-collections", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections", + "title": "Related navigable collections", + "number": "7.3.1.5" }, "definedIn": "prose" }, { - "id": "coop-struct-report-only-value", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-struct-report-only-value", + "id": "document-tree-child-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#document-tree-child-navigables", "linkingText": [ - "report-only value" + "document-tree child navigables" ], "localLinkingText": [], "type": "dfn", @@ -58746,18 +60561,18 @@ "access": "private", "informative": false, "heading": { - "id": "cross-origin-opener-policies", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies", - "title": "Cross-origin opener policies", - "number": "7.7" + "id": "related-navigable-collections", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections", + "title": "Related navigable collections", + "number": "7.3.1.5" }, "definedIn": "prose" }, { - "id": "coop-struct-report-only-endpoint", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-struct-report-only-endpoint", + "id": "destroy-the-nested-navigable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#destroy-the-nested-navigable", "linkingText": [ - "report-only reporting endpoint" + "destroy the nested navigable" ], "localLinkingText": [], "type": "dfn", @@ -58765,18 +60580,18 @@ "access": "private", "informative": false, "heading": { - "id": "cross-origin-opener-policies", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies", - "title": "Cross-origin opener policies", - "number": "7.7" + "id": "garbage-collection-and-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts", + "title": "Navigable destruction", + "number": "7.3.1.6" }, "definedIn": "prose" }, { - "id": "matching-coop", - "href": "https://html.spec.whatwg.org/multipage/origin.html#matching-coop", + "id": "destroy-a-top-level-traversable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#destroy-a-top-level-traversable", "linkingText": [ - "match cross-origin opener policy values" + "destroy a top-level traversable" ], "localLinkingText": [], "type": "dfn", @@ -58784,56 +60599,56 @@ "access": "private", "informative": false, "heading": { - "id": "cross-origin-opener-policies", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies", - "title": "Cross-origin opener policies", - "number": "7.7" + "id": "garbage-collection-and-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts", + "title": "Navigable destruction", + "number": "7.3.1.6" }, "definedIn": "prose" }, { - "id": "cross-origin-opener-policy-2", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policy-2", + "id": "close-a-top-level-traversable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#close-a-top-level-traversable", "linkingText": [ - "Cross-Origin-Opener-Policy" + "close a top-level traversable" ], "localLinkingText": [], - "type": "http-header", + "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-coop-headers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers", - "title": "The headers", - "number": "7.7.1" + "id": "garbage-collection-and-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts", + "title": "Navigable destruction", + "number": "7.3.1.6" }, "definedIn": "prose" }, { - "id": "cross-origin-opener-policy-report-only", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policy-report-only", + "id": "valid-navigable-target-name", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#valid-navigable-target-name", "linkingText": [ - "Cross-Origin-Opener-Policy-Report-Only" + "valid navigable target name" ], "localLinkingText": [], - "type": "http-header", + "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-coop-headers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers", - "title": "The headers", - "number": "7.7.1" + "id": "navigable-target-names", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names", + "title": "Navigable target names", + "number": "7.3.1.7" }, "definedIn": "prose" }, { - "id": "coop-report-to", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-report-to", + "id": "valid-navigable-target-name-or-keyword", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#valid-navigable-target-name-or-keyword", "linkingText": [ - "report-to" + "valid navigable target name or keyword" ], "localLinkingText": [], "type": "dfn", @@ -58841,18 +60656,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-coop-headers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers", - "title": "The headers", - "number": "7.7.1" + "id": "navigable-target-names", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names", + "title": "Navigable target names", + "number": "7.3.1.7" }, "definedIn": "prose" }, { - "id": "obtain-coop", - "href": "https://html.spec.whatwg.org/multipage/origin.html#obtain-coop", + "id": "the-rules-for-choosing-a-navigable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#the-rules-for-choosing-a-navigable", "linkingText": [ - "obtain a cross-origin opener policy" + "The rules for choosing a navigable" ], "localLinkingText": [], "type": "dfn", @@ -58860,56 +60675,56 @@ "access": "private", "informative": false, "heading": { - "id": "the-coop-headers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers", - "title": "The headers", - "number": "7.7.1" + "id": "navigable-target-names", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names", + "title": "Navigable target names", + "number": "7.3.1.7" }, "definedIn": "prose" }, { - "id": "check-browsing-context-group-switch-coop-value", - "href": "https://html.spec.whatwg.org/multipage/origin.html#check-browsing-context-group-switch-coop-value", + "id": "browsing-context", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context", "linkingText": [ - "check if COOP values require a browsing context group switch" + "browsing context" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", - "title": "Browsing context group switches due to cross-origin opener policy", - "number": "7.7.2" + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "title": "Browsing contexts", + "number": "7.3.2" }, "definedIn": "prose" }, { - "id": "check-bcg-switch-navigation-report-only", - "href": "https://html.spec.whatwg.org/multipage/origin.html#check-bcg-switch-navigation-report-only", + "id": "opener-browsing-context", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#opener-browsing-context", "linkingText": [ - "check if enforcing report-only COOP would require a browsing context group switch" + "opener browsing context" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", - "title": "Browsing context group switches due to cross-origin opener policy", - "number": "7.7.2" + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "title": "Browsing contexts", + "number": "7.3.2" }, "definedIn": "prose" }, { - "id": "coop-enforcement-result", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-result", + "id": "opener-origin-at-creation", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#opener-origin-at-creation", "linkingText": [ - "cross-origin opener policy enforcement result" + "opener origin at creation" ], "localLinkingText": [], "type": "dfn", @@ -58917,18 +60732,18 @@ "access": "private", "informative": false, "heading": { - "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", - "title": "Browsing context group switches due to cross-origin opener policy", - "number": "7.7.2" + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "title": "Browsing contexts", + "number": "7.3.2" }, "definedIn": "prose" }, { - "id": "coop-enforcement-bcg-switch", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-bcg-switch", + "id": "disowned-its-opener", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#disowned-its-opener", "linkingText": [ - "needs a browsing context group switch" + "disowned" ], "localLinkingText": [], "type": "dfn", @@ -58936,18 +60751,18 @@ "access": "private", "informative": false, "heading": { - "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", - "title": "Browsing context group switches due to cross-origin opener policy", - "number": "7.7.2" + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "title": "Browsing contexts", + "number": "7.3.2" }, "definedIn": "prose" }, { - "id": "coop-enforcement-bcg-switch-report-only", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-bcg-switch-report-only", + "id": "is-popup", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#is-popup", "linkingText": [ - "would need a browsing context group switch due to report-only" + "is popup" ], "localLinkingText": [], "type": "dfn", @@ -58955,18 +60770,18 @@ "access": "private", "informative": false, "heading": { - "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", - "title": "Browsing context group switches due to cross-origin opener policy", - "number": "7.7.2" + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "title": "Browsing contexts", + "number": "7.3.2" }, "definedIn": "prose" }, { - "id": "coop-enforcement-url", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-url", + "id": "is-auxiliary", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#is-auxiliary", "linkingText": [ - "url" + "is auxiliary" ], "localLinkingText": [], "type": "dfn", @@ -58974,18 +60789,18 @@ "access": "private", "informative": false, "heading": { - "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", - "title": "Browsing context group switches due to cross-origin opener policy", - "number": "7.7.2" + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "title": "Browsing contexts", + "number": "7.3.2" }, "definedIn": "prose" }, { - "id": "coop-enforcement-origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-origin", + "id": "browsing-context-initial-url", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context-initial-url", "linkingText": [ - "origin" + "initial URL" ], "localLinkingText": [], "type": "dfn", @@ -58993,18 +60808,18 @@ "access": "private", "informative": false, "heading": { - "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", - "title": "Browsing context group switches due to cross-origin opener policy", - "number": "7.7.2" + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "title": "Browsing contexts", + "number": "7.3.2" }, "definedIn": "prose" }, { - "id": "coop-enforcement-coop", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-coop", + "id": "creator-base-url", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#creator-base-url", "linkingText": [ - "cross-origin opener policy" + "creator base URL" ], "localLinkingText": [], "type": "dfn", @@ -59012,18 +60827,18 @@ "access": "private", "informative": false, "heading": { - "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", - "title": "Browsing context group switches due to cross-origin opener policy", - "number": "7.7.2" + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "title": "Browsing contexts", + "number": "7.3.2" }, "definedIn": "prose" }, { - "id": "coop-enforcement-source", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-source", + "id": "virtual-browsing-context-group-id", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#virtual-browsing-context-group-id", "linkingText": [ - "current context is navigation source" + "virtual browsing context group ID" ], "localLinkingText": [], "type": "dfn", @@ -59031,18 +60846,18 @@ "access": "private", "informative": false, "heading": { - "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", - "title": "Browsing context group switches due to cross-origin opener policy", - "number": "7.7.2" + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "title": "Browsing contexts", + "number": "7.3.2" }, "definedIn": "prose" }, { - "id": "coop-enforce", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-enforce", + "id": "active-window", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#active-window", "linkingText": [ - "enforce a response's cross-origin opener policy" + "active window" ], "localLinkingText": [], "type": "dfn", @@ -59050,18 +60865,18 @@ "access": "private", "informative": false, "heading": { - "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", - "title": "Browsing context group switches due to cross-origin opener policy", - "number": "7.7.2" + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "title": "Browsing contexts", + "number": "7.3.2" }, "definedIn": "prose" }, { - "id": "obtain-browsing-context-navigation", - "href": "https://html.spec.whatwg.org/multipage/origin.html#obtain-browsing-context-navigation", + "id": "active-document", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#active-document", "linkingText": [ - "obtain a browsing context to use for a navigation response" + "active document" ], "localLinkingText": [], "type": "dfn", @@ -59069,18 +60884,18 @@ "access": "private", "informative": false, "heading": { - "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", - "title": "Browsing context group switches due to cross-origin opener policy", - "number": "7.7.2" + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "title": "Browsing contexts", + "number": "7.3.2" }, "definedIn": "prose" }, { - "id": "accessor-accessed-relationship", - "href": "https://html.spec.whatwg.org/multipage/origin.html#accessor-accessed-relationship", + "id": "bc-traversable", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#bc-traversable", "linkingText": [ - "accessor-accessed relationship" + "top-level traversable" ], "localLinkingText": [], "type": "dfn", @@ -59088,37 +60903,58 @@ "access": "private", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "title": "Browsing contexts", + "number": "7.3.2" }, "definedIn": "prose" }, { - "id": "accessor-accessed-opener", - "href": "https://html.spec.whatwg.org/multipage/origin.html#accessor-accessed-opener", + "id": "auxiliary-browsing-context", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#auxiliary-browsing-context", "linkingText": [ - "accessor is opener" + "auxiliary browsing context" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "title": "Browsing contexts", + "number": "7.3.2" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "accessor-accessed-openee", - "href": "https://html.spec.whatwg.org/multipage/origin.html#accessor-accessed-openee", + "id": "concept-document-bc", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#concept-document-bc", "linkingText": [ - "accessor is openee" + "browsing context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "Document" + ], + "access": "public", + "informative": false, + "heading": { + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "title": "Browsing contexts", + "number": "7.3.2" + }, + "definedIn": "prose" + }, + { + "id": "creating-a-new-browsing-context", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-a-new-browsing-context", + "linkingText": [ + "create a new browsing context and document" ], "localLinkingText": [], "type": "dfn", @@ -59126,18 +60962,18 @@ "access": "private", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "creating-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts", + "title": "Creating browsing contexts", + "number": "7.3.2.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "accessor-accessed-none", - "href": "https://html.spec.whatwg.org/multipage/origin.html#accessor-accessed-none", + "id": "creating-a-new-top-level-browsing-context", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-a-new-top-level-browsing-context", "linkingText": [ - "none" + "create a new top-level browsing context and document" ], "localLinkingText": [], "type": "dfn", @@ -59145,18 +60981,18 @@ "access": "private", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "creating-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts", + "title": "Creating browsing contexts", + "number": "7.3.2.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "coop-check-access-report", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-check-access-report", + "id": "creating-a-new-auxiliary-browsing-context", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-a-new-auxiliary-browsing-context", "linkingText": [ - "check if an access between two browsing contexts should be reported" + "create a new auxiliary browsing context and document" ], "localLinkingText": [], "type": "dfn", @@ -59164,18 +61000,18 @@ "access": "private", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "creating-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts", + "title": "Creating browsing contexts", + "number": "7.3.2.1" }, "definedIn": "prose" }, { - "id": "sanitize-url-report", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sanitize-url-report", + "id": "determining-the-origin", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#determining-the-origin", "linkingText": [ - "sanitize a URL to send in a report" + "determine the origin" ], "localLinkingText": [], "type": "dfn", @@ -59183,18 +61019,18 @@ "access": "private", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "creating-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts", + "title": "Creating browsing contexts", + "number": "7.3.2.1" }, "definedIn": "prose" }, { - "id": "coop-violation-navigation-to", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-navigation-to", + "id": "ancestor-browsing-context", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#ancestor-browsing-context", "linkingText": [ - "queue a violation report for browsing context group switch when navigating to a COOP response" + "ancestor" ], "localLinkingText": [], "type": "dfn", @@ -59202,37 +61038,37 @@ "access": "private", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "nested-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts", + "title": "Related browsing contexts", + "number": "7.3.2.2" }, "definedIn": "prose" }, { - "id": "coop-violation-navigation-from", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-navigation-from", + "id": "top-level-browsing-context", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-browsing-context", "linkingText": [ - "queue a violation report for browsing context group switch when navigating away from a COOP response" + "top-level browsing context" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "nested-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts", + "title": "Related browsing contexts", + "number": "7.3.2.2" }, "definedIn": "prose" }, { - "id": "coop-violation-access", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access", + "id": "bc-tlbc", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#bc-tlbc", "linkingText": [ - "queue violation reports for accesses" + "top-level browsing context" ], "localLinkingText": [], "type": "dfn", @@ -59240,18 +61076,18 @@ "access": "private", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "nested-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts", + "title": "Related browsing contexts", + "number": "7.3.2.2" }, "definedIn": "prose" }, { - "id": "coop-violation-access-to-opener", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-to-opener", + "id": "familiar-with", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#familiar-with", "linkingText": [ - "queue a violation report for access to the opener" + "familiar with" ], "localLinkingText": [], "type": "dfn", @@ -59259,18 +61095,18 @@ "access": "private", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "nested-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts", + "title": "Related browsing contexts", + "number": "7.3.2.2" }, "definedIn": "prose" }, { - "id": "coop-violation-access-to-opened", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-to-opened", + "id": "tlbc-group", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#tlbc-group", "linkingText": [ - "queue a violation report for access to an opened window" + "group" ], "localLinkingText": [], "type": "dfn", @@ -59278,18 +61114,18 @@ "access": "private", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" }, "definedIn": "prose" }, { - "id": "coop-violation-access-to-other", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-to-other", + "id": "browsing-context-group-set", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context-group-set", "linkingText": [ - "queue a violation report for access to another window" + "browsing context group set" ], "localLinkingText": [], "type": "dfn", @@ -59297,18 +61133,18 @@ "access": "private", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" }, "definedIn": "prose" }, { - "id": "coop-violation-access-from-opener", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-from-opener", + "id": "browsing-context-group", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context-group", "linkingText": [ - "queue a violation report for access from the opener" + "browsing context group" ], "localLinkingText": [], "type": "dfn", @@ -59316,18 +61152,18 @@ "access": "private", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" }, "definedIn": "prose" }, { - "id": "coop-violation-access-from-opened", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-from-opened", + "id": "browsing-context-set", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context-set", "linkingText": [ - "queue a violation report for access from an opened window" + "browsing context set" ], "localLinkingText": [], "type": "dfn", @@ -59335,18 +61171,18 @@ "access": "private", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" }, "definedIn": "prose" }, { - "id": "coop-violation-access-from-other", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-from-other", + "id": "agent-cluster-map", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#agent-cluster-map", "linkingText": [ - "queue a violation report for access from another window" + "agent cluster map" ], "localLinkingText": [], "type": "dfn", @@ -59354,100 +61190,94 @@ "access": "private", "informative": false, "heading": { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "title": "Reporting", - "number": "7.7.3" + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" }, "definedIn": "prose" }, { - "id": "embedder-policy-value", - "href": "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-value", + "id": "historical-agent-cluster-key-map", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#historical-agent-cluster-key-map", "linkingText": [ - "embedder policy value" + "historical agent cluster key map" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "coep", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep", - "title": "Cross-origin embedder policies", - "number": "7.8" + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" }, "definedIn": "prose" }, { - "id": "coep-unsafe-none", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep-unsafe-none", + "id": "bcg-cross-origin-isolation", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#bcg-cross-origin-isolation", "linkingText": [ - "unsafe-none" + "cross-origin isolation mode" ], "localLinkingText": [], "type": "dfn", - "for": [ - "embedder policy value" - ], - "access": "public", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "coep", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep", - "title": "Cross-origin embedder policies", - "number": "7.8" + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "coep-require-corp", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep-require-corp", + "id": "cross-origin-isolation-mode", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#cross-origin-isolation-mode", "linkingText": [ - "require-corp" + "cross-origin isolation mode" ], "localLinkingText": [], "type": "dfn", - "for": [ - "embedder policy value" - ], - "access": "public", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "coep", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep", - "title": "Cross-origin embedder policies", - "number": "7.8" + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "coep-credentialless", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep-credentialless", + "id": "cross-origin-isolation-none", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#cross-origin-isolation-none", "linkingText": [ - "credentialless" + "none" ], "localLinkingText": [], "type": "dfn", - "for": [ - "embedder policy value" - ], - "access": "public", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "coep", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep", - "title": "Cross-origin embedder policies", - "number": "7.8" + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "compatible-with-cross-origin-isolation", - "href": "https://html.spec.whatwg.org/multipage/origin.html#compatible-with-cross-origin-isolation", + "id": "cross-origin-isolation-logical", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#cross-origin-isolation-logical", "linkingText": [ - "compatible with cross-origin isolation" + "logical" ], "localLinkingText": [], "type": "dfn", @@ -59455,178 +61285,172 @@ "access": "private", "informative": false, "heading": { - "id": "coep", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep", - "title": "Cross-origin embedder policies", - "number": "7.8" + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" }, "definedIn": "prose" }, { - "id": "embedder-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy", + "id": "cross-origin-isolation-concrete", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#cross-origin-isolation-concrete", "linkingText": [ - "embedder policy" + "concrete" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "coep", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep", - "title": "Cross-origin embedder policies", - "number": "7.8" + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" }, "definedIn": "prose" }, { - "id": "embedder-policy-value-2", - "href": "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-value-2", + "id": "creating-a-new-browsing-context-group-and-document", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-a-new-browsing-context-group-and-document", "linkingText": [ - "value" + "create a new browsing context group and document" ], "localLinkingText": [], "type": "dfn", - "for": [ - "embedder policy" - ], - "access": "public", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "coep", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep", - "title": "Cross-origin embedder policies", - "number": "7.8" + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" }, "definedIn": "prose" }, { - "id": "embedder-policy-reporting-endpoint", - "href": "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-reporting-endpoint", + "id": "bcg-append", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#bcg-append", "linkingText": [ - "reporting endpoint" + "append" ], "localLinkingText": [], "type": "dfn", - "for": [ - "embedder policy" - ], - "access": "public", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "coep", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep", - "title": "Cross-origin embedder policies", - "number": "7.8" + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" }, "definedIn": "prose" }, { - "id": "embedder-policy-report-only-value", - "href": "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-report-only-value", + "id": "bcg-remove", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#bcg-remove", "linkingText": [ - "report only value" + "remove" ], "localLinkingText": [], "type": "dfn", - "for": [ - "embedder policy" - ], - "access": "public", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "coep", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep", - "title": "Cross-origin embedder policies", - "number": "7.8" + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" }, "definedIn": "prose" }, { - "id": "embedder-policy-report-only-reporting-endpoint", - "href": "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-report-only-reporting-endpoint", + "id": "fully-active", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active", "linkingText": [ - "report only reporting endpoint" + "fully active" ], "localLinkingText": [], "type": "dfn", "for": [ - "embedder policy" + "Document" ], "access": "public", "informative": false, "heading": { - "id": "coep", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep", - "title": "Cross-origin embedder policies", - "number": "7.8" + "id": "fully-active-documents", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents", + "title": "Fully active documents", + "number": "7.3.3" }, "definedIn": "prose" }, { - "id": "coep-report-type", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep-report-type", + "id": "session-history-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entry", "linkingText": [ - "\"coep\" report type" + "session history entry" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "coep", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep", - "title": "Cross-origin embedder policies", - "number": "7.8" + "id": "session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "title": "Session history entries", + "number": "7.4.1.1" }, "definedIn": "prose" }, { - "id": "cross-origin-embedder-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-embedder-policy", + "id": "she-step", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-step", "linkingText": [ - "Cross-Origin-Embedder-Policy" + "step" ], "localLinkingText": [], - "type": "http-header", + "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-coep-headers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers", - "title": "The headers", - "number": "7.8.1" + "id": "session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "title": "Session history entries", + "number": "7.4.1.1" }, "definedIn": "prose" }, { - "id": "cross-origin-embedder-policy-report-only", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-embedder-policy-report-only", + "id": "she-url", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-url", "linkingText": [ - "Cross-Origin-Embedder-Policy-Report-Only" + "URL" ], "localLinkingText": [], - "type": "http-header", + "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-coep-headers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers", - "title": "The headers", - "number": "7.8.1" + "id": "session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "title": "Session history entries", + "number": "7.4.1.1" }, "definedIn": "prose" }, { - "id": "coep-report-to", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep-report-to", + "id": "she-document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-document-state", "linkingText": [ - "report-to" + "document state" ], "localLinkingText": [], "type": "dfn", @@ -59634,37 +61458,37 @@ "access": "private", "informative": false, "heading": { - "id": "the-coep-headers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers", - "title": "The headers", - "number": "7.8.1" + "id": "session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "title": "Session history entries", + "number": "7.4.1.1" }, "definedIn": "prose" }, { - "id": "obtain-an-embedder-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#obtain-an-embedder-policy", + "id": "she-serialized-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-serialized-state", "linkingText": [ - "obtain an embedder policy" + "serialized state" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-coep-headers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers", - "title": "The headers", - "number": "7.8.1" + "id": "session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "title": "Session history entries", + "number": "7.4.1.1" }, "definedIn": "prose" }, { - "id": "check-a-navigation-response's-adherence-to-its-embedder-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#check-a-navigation-response's-adherence-to-its-embedder-policy", + "id": "she-scroll-restoration-mode", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-scroll-restoration-mode", "linkingText": [ - "check a navigation response's adherence to its embedder policy" + "scroll restoration mode" ], "localLinkingText": [], "type": "dfn", @@ -59672,18 +61496,18 @@ "access": "private", "informative": false, "heading": { - "id": "embedder-policy-checks", - "href": "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks", - "title": "Embedder policy checks", - "number": "7.8.2" + "id": "session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "title": "Session history entries", + "number": "7.4.1.1" }, "definedIn": "prose" }, { - "id": "check-a-global-object's-embedder-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#check-a-global-object's-embedder-policy", + "id": "she-scroll-position", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-scroll-position", "linkingText": [ - "check a global object's embedder policy" + "scroll position data" ], "localLinkingText": [], "type": "dfn", @@ -59691,18 +61515,18 @@ "access": "private", "informative": false, "heading": { - "id": "embedder-policy-checks", - "href": "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks", - "title": "Embedder policy checks", - "number": "7.8.2" + "id": "session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "title": "Session history entries", + "number": "7.4.1.1" }, "definedIn": "prose" }, { - "id": "queue-a-cross-origin-embedder-policy-inheritance-violation", - "href": "https://html.spec.whatwg.org/multipage/origin.html#queue-a-cross-origin-embedder-policy-inheritance-violation", + "id": "she-other", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-other", "linkingText": [ - "queue a cross-origin embedder policy inheritance violation" + "persisted user state" ], "localLinkingText": [], "type": "dfn", @@ -59710,119 +61534,117 @@ "access": "private", "informative": false, "heading": { - "id": "embedder-policy-checks", - "href": "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks", - "title": "Embedder policy checks", - "number": "7.8.2" + "id": "session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "title": "Session history entries", + "number": "7.4.1.1" }, "definedIn": "prose" }, { - "id": "policy-container", - "href": "https://html.spec.whatwg.org/multipage/origin.html#policy-container", + "id": "she-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-document", "linkingText": [ - "policy container" + "document" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "policy-containers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#policy-containers", - "title": "Policy containers", - "number": "7.9" + "id": "session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "title": "Session history entries", + "number": "7.4.1.1" }, "definedIn": "prose" }, { - "id": "policy-container-csp-list", - "href": "https://html.spec.whatwg.org/multipage/origin.html#policy-container-csp-list", + "id": "serialized-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#serialized-state", "linkingText": [ - "CSP list" + "Serialized state" ], "localLinkingText": [], "type": "dfn", - "for": [ - "policy container" - ], - "access": "public", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "policy-containers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#policy-containers", - "title": "Policy containers", - "number": "7.9" + "id": "session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "title": "Session history entries", + "number": "7.4.1.1" }, "definedIn": "prose" }, { - "id": "policy-container-embedder-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#policy-container-embedder-policy", + "id": "scroll-restoration-mode", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-restoration-mode", "linkingText": [ - "embedder policy" + "scroll restoration mode" ], "localLinkingText": [], "type": "dfn", - "for": [ - "policy container" - ], - "access": "public", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "policy-containers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#policy-containers", - "title": "Policy containers", - "number": "7.9" + "id": "session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "title": "Session history entries", + "number": "7.4.1.1" }, "definedIn": "prose" }, { - "id": "policy-container-referrer-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#policy-container-referrer-policy", + "id": "dom-scrollrestoration-auto", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-scrollrestoration-auto", "linkingText": [ - "referrer policy" + "auto" ], "localLinkingText": [], - "type": "dfn", + "type": "enum-value", "for": [ - "policy container" + "ScrollRestoration" ], "access": "public", "informative": false, "heading": { - "id": "policy-containers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#policy-containers", - "title": "Policy containers", - "number": "7.9" + "id": "session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "title": "Session history entries", + "number": "7.4.1.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "clone-a-policy-container", - "href": "https://html.spec.whatwg.org/multipage/origin.html#clone-a-policy-container", + "id": "dom-scrollrestoration-manual", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-scrollrestoration-manual", "linkingText": [ - "clone a policy container" + "manual" ], "localLinkingText": [], - "type": "dfn", - "for": [], + "type": "enum-value", + "for": [ + "ScrollRestoration" + ], "access": "public", "informative": false, "heading": { - "id": "policy-containers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#policy-containers", - "title": "Policy containers", - "number": "7.9" + "id": "session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "title": "Session history entries", + "number": "7.4.1.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "requires-storing-the-policy-container-in-history", - "href": "https://html.spec.whatwg.org/multipage/origin.html#requires-storing-the-policy-container-in-history", + "id": "document-state-2", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-2", "linkingText": [ - "requires storing the policy container in history" + "Document state" ], "localLinkingText": [], "type": "dfn", @@ -59830,37 +61652,37 @@ "access": "private", "informative": false, "heading": { - "id": "policy-containers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#policy-containers", - "title": "Policy containers", - "number": "7.9" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "creating-a-policy-container-from-a-fetch-response", - "href": "https://html.spec.whatwg.org/multipage/origin.html#creating-a-policy-container-from-a-fetch-response", + "id": "document-state-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-document", "linkingText": [ - "creating a policy container from a fetch response" + "document" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "policy-containers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#policy-containers", - "title": "Policy containers", - "number": "7.9" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "determining-navigation-params-policy-container", - "href": "https://html.spec.whatwg.org/multipage/origin.html#determining-navigation-params-policy-container", + "id": "document-state-history-policy-container", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-history-policy-container", "linkingText": [ - "determine navigation params policy container" + "history policy container" ], "localLinkingText": [], "type": "dfn", @@ -59868,18 +61690,18 @@ "access": "private", "informative": false, "heading": { - "id": "policy-containers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#policy-containers", - "title": "Policy containers", - "number": "7.9" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "initialize-worker-policy-container", - "href": "https://html.spec.whatwg.org/multipage/origin.html#initialize-worker-policy-container", + "id": "document-state-request-referrer", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-request-referrer", "linkingText": [ - "initialize a worker global scope's policy container" + "request referrer" ], "localLinkingText": [], "type": "dfn", @@ -59887,79 +61709,75 @@ "access": "private", "informative": false, "heading": { - "id": "policy-containers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#policy-containers", - "title": "Policy containers", - "number": "7.9" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "browsing-session", - "href": "https://html.spec.whatwg.org/multipage/history.html#browsing-session", + "id": "document-state-request-referrer-policy", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-request-referrer-policy", "linkingText": [ - "browsing session" + "request referrer policy" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "browsing-sessions", - "href": "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions", - "title": "Browsing sessions", - "number": "7.10.1" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "tlbc-browsing-session", - "href": "https://html.spec.whatwg.org/multipage/history.html#tlbc-browsing-session", + "id": "document-state-initiator-origin", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-initiator-origin", "linkingText": [ - "browsing session" + "initiator origin" ], "localLinkingText": [], "type": "dfn", - "for": [ - "top-level browsing context" - ], - "access": "public", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "browsing-sessions", - "href": "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions", - "title": "Browsing sessions", - "number": "7.10.1" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "environment-browsing-session", - "href": "https://html.spec.whatwg.org/multipage/history.html#environment-browsing-session", + "id": "document-state-origin", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-origin", "linkingText": [ - "browsing session" + "origin" ], "localLinkingText": [], "type": "dfn", - "for": [ - "environment settings object" - ], - "access": "public", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "browsing-sessions", - "href": "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions", - "title": "Browsing sessions", - "number": "7.10.1" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "session-history", - "href": "https://html.spec.whatwg.org/multipage/history.html#session-history", + "id": "document-state-nested-histories", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-nested-histories", "linkingText": [ - "session history" + "Nested histories" ], "localLinkingText": [], "type": "dfn", @@ -59967,39 +61785,37 @@ "access": "private", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "dom-history", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-history", + "id": "document-state-resource", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-resource", "linkingText": [ - "history" + "resource" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Window" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "session-history-entry", - "href": "https://html.spec.whatwg.org/multipage/history.html#session-history-entry", + "id": "document-state-reload-pending", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-reload-pending", "linkingText": [ - "session history entry" + "reload pending" ], "localLinkingText": [], "type": "dfn", @@ -60007,18 +61823,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "she-url", - "href": "https://html.spec.whatwg.org/multipage/history.html#she-url", + "id": "document-state-ever-populated", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-ever-populated", "linkingText": [ - "URL" + "ever populated" ], "localLinkingText": [], "type": "dfn", @@ -60026,18 +61842,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "she-document", - "href": "https://html.spec.whatwg.org/multipage/history.html#she-document", + "id": "document-state-nav-target-name", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-nav-target-name", "linkingText": [ - "document" + "navigable target name" ], "localLinkingText": [], "type": "dfn", @@ -60045,75 +61861,79 @@ "access": "private", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "she-serialized-state", - "href": "https://html.spec.whatwg.org/multipage/history.html#she-serialized-state", + "id": "post-resource", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#post-resource", "linkingText": [ - "serialized state" + "POST resource" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "she-policy-container", - "href": "https://html.spec.whatwg.org/multipage/history.html#she-policy-container", + "id": "post-resource-request-body", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#post-resource-request-body", "linkingText": [ - "policy container" + "request body" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "POST resource" + ], + "access": "public", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "she-scroll-restoration-mode", - "href": "https://html.spec.whatwg.org/multipage/history.html#she-scroll-restoration-mode", + "id": "post-resource-request-content-type", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#post-resource-request-content-type", "linkingText": [ - "scroll restoration mode" + "request content-type" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "POST resource" + ], + "access": "public", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "she-scroll-position", - "href": "https://html.spec.whatwg.org/multipage/history.html#she-scroll-position", + "id": "nested-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#nested-history", "linkingText": [ - "scroll position data" + "nested history" ], "localLinkingText": [], "type": "dfn", @@ -60121,18 +61941,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "she-bc-name", - "href": "https://html.spec.whatwg.org/multipage/history.html#she-bc-name", + "id": "nested-history-id", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#nested-history-id", "linkingText": [ - "browsing context name" + "id" ], "localLinkingText": [], "type": "dfn", @@ -60140,18 +61960,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "she-other", - "href": "https://html.spec.whatwg.org/multipage/history.html#she-other", + "id": "nested-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#nested-history-entries", "linkingText": [ - "persisted user state" + "Entries" ], "localLinkingText": [], "type": "dfn", @@ -60159,18 +61979,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "serialized-state", - "href": "https://html.spec.whatwg.org/multipage/history.html#serialized-state", + "id": "latest-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#latest-entry", "linkingText": [ - "Serialized state" + "latest entry" ], "localLinkingText": [], "type": "dfn", @@ -60178,18 +61998,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "title": "Document state", + "number": "7.4.1.2" }, "definedIn": "prose" }, { - "id": "scroll-restoration-mode", - "href": "https://html.spec.whatwg.org/multipage/history.html#scroll-restoration-mode", + "id": "session-history-traversal-parallel-queue", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-traversal-parallel-queue", "linkingText": [ - "scroll restoration mode" + "session history traversal parallel queue" ], "localLinkingText": [], "type": "dfn", @@ -60197,60 +62017,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "centralized-modifications-of-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history", + "title": "Centralized modifications of session history", + "number": "7.4.1.3" }, "definedIn": "prose" }, { - "id": "dom-scrollrestoration-auto", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-scrollrestoration-auto", - "linkingText": [ - "auto" - ], - "localLinkingText": [], - "type": "enum-value", - "for": [ - "ScrollRestoration" - ], - "access": "public", - "informative": false, - "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" - }, - "definedIn": "dt" - }, - { - "id": "dom-scrollrestoration-manual", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-scrollrestoration-manual", - "linkingText": [ - "manual" - ], - "localLinkingText": [], - "type": "enum-value", - "for": [ - "ScrollRestoration" - ], - "access": "public", - "informative": false, - "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" - }, - "definedIn": "dt" - }, - { - "id": "current-entry", - "href": "https://html.spec.whatwg.org/multipage/history.html#current-entry", + "id": "session-history-traversal-parallel-queue-algorithm-set", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-traversal-parallel-queue-algorithm-set", "linkingText": [ - "current entry" + "algorithm set" ], "localLinkingText": [], "type": "dfn", @@ -60258,18 +62036,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "centralized-modifications-of-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history", + "title": "Centralized modifications of session history", + "number": "7.4.1.3" }, "definedIn": "prose" }, { - "id": "latest-entry", - "href": "https://html.spec.whatwg.org/multipage/history.html#latest-entry", + "id": "session-history-traversal-parallel-queue-sync-nav-steps", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-traversal-parallel-queue-sync-nav-steps", "linkingText": [ - "latest entry" + "synchronous navigation steps" ], "localLinkingText": [], "type": "dfn", @@ -60277,56 +62055,56 @@ "access": "private", "informative": false, "heading": { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "centralized-modifications-of-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history", + "title": "Centralized modifications of session history", + "number": "7.4.1.3" }, "definedIn": "prose" }, { - "id": "scrollrestoration", - "href": "https://html.spec.whatwg.org/multipage/history.html#scrollrestoration", + "id": "session-history-traversal-parallel-queue-sync-nav-steps-target-nav", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-traversal-parallel-queue-sync-nav-steps-target-nav", "linkingText": [ - "ScrollRestoration" + "target navigable" ], "localLinkingText": [], - "type": "enum", + "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "centralized-modifications-of-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history", + "title": "Centralized modifications of session history", + "number": "7.4.1.3" }, - "definedIn": "pre" + "definedIn": "prose" }, { - "id": "history-3", - "href": "https://html.spec.whatwg.org/multipage/history.html#history-3", + "id": "tn-append-session-history-traversal-steps", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#tn-append-session-history-traversal-steps", "linkingText": [ - "History" + "append session history traversal steps" ], "localLinkingText": [], - "type": "interface", + "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "centralized-modifications-of-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history", + "title": "Centralized modifications of session history", + "number": "7.4.1.3" }, - "definedIn": "pre" + "definedIn": "prose" }, { - "id": "joint-session-history", - "href": "https://html.spec.whatwg.org/multipage/history.html#joint-session-history", + "id": "tn-append-session-history-sync-nav-steps", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#tn-append-session-history-sync-nav-steps", "linkingText": [ - "joint session history" + "append session history synchronous navigation steps" ], "localLinkingText": [], "type": "dfn", @@ -60334,18 +62112,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "centralized-modifications-of-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history", + "title": "Centralized modifications of session history", + "number": "7.4.1.3" }, "definedIn": "prose" }, { - "id": "current-entry-of-the-joint-session-history", - "href": "https://html.spec.whatwg.org/multipage/history.html#current-entry-of-the-joint-session-history", + "id": "starting-a-new-session-history-traversal-parallel-queue", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#starting-a-new-session-history-traversal-parallel-queue", "linkingText": [ - "current entry of the joint session history" + "start a new session history traversal parallel queue" ], "localLinkingText": [], "type": "dfn", @@ -60353,18 +62131,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "centralized-modifications-of-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history", + "title": "Centralized modifications of session history", + "number": "7.4.1.3" }, "definedIn": "prose" }, { - "id": "concept-history-state", - "href": "https://html.spec.whatwg.org/multipage/history.html#concept-history-state", + "id": "getting-session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-session-history-entries", "linkingText": [ - "state" + "get session history entries" ], "localLinkingText": [], "type": "dfn", @@ -60372,144 +62150,132 @@ "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "low-level-operations-on-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history", + "title": "Low-level operations on session history", + "number": "7.4.1.4" }, "definedIn": "prose" }, { - "id": "dom-history-length", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-history-length", + "id": "clear-the-forward-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#clear-the-forward-session-history", "linkingText": [ - "length" + "clear the forward session history" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "History" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "low-level-operations-on-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history", + "title": "Low-level operations on session history", + "number": "7.4.1.4" }, "definedIn": "prose" }, { - "id": "dom-history-scroll-restoration", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-history-scroll-restoration", + "id": "getting-all-used-history-steps", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-all-used-history-steps", "linkingText": [ - "scrollRestoration" + "get all used history steps" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "History" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "low-level-operations-on-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history", + "title": "Low-level operations on session history", + "number": "7.4.1.4" }, "definedIn": "prose" }, { - "id": "dom-history-state", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-history-state", + "id": "apply-pending-history-changes", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#apply-pending-history-changes", "linkingText": [ - "state" + "apply pending history changes" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "History" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "low-level-operations-on-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history", + "title": "Low-level operations on session history", + "number": "7.4.1.4" }, "definedIn": "prose" }, { - "id": "dom-history-go", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-history-go", + "id": "source-snapshot-params", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-snapshot-params", "linkingText": [ - "go(delta)" + "source snapshot params" ], "localLinkingText": [], - "type": "method", - "for": [ - "History" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, "definedIn": "prose" }, { - "id": "dom-history-back", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-history-back", + "id": "source-snapshot-params-activation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-snapshot-params-activation", "linkingText": [ - "back()" + "has transient activation" ], "localLinkingText": [], - "type": "method", - "for": [ - "History" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-history-forward", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-history-forward", + "id": "source-snapshot-params-sandbox", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-snapshot-params-sandbox", "linkingText": [ - "forward()" + "sandboxing flags" ], "localLinkingText": [], - "type": "method", - "for": [ - "History" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "session-history-traversal-queue", - "href": "https://html.spec.whatwg.org/multipage/history.html#session-history-traversal-queue", + "id": "source-snapshot-params-download", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-snapshot-params-download", "linkingText": [ - "session history traversal queue" + "allows downloading" ], "localLinkingText": [], "type": "dfn", @@ -60517,18 +62283,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "session-history-event-loop", - "href": "https://html.spec.whatwg.org/multipage/history.html#session-history-event-loop", + "id": "source-snapshot-params-client", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-snapshot-params-client", "linkingText": [ - "session history event loop" + "fetch client" ], "localLinkingText": [], "type": "dfn", @@ -60536,18 +62302,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "traverse-the-history-by-a-delta", - "href": "https://html.spec.whatwg.org/multipage/history.html#traverse-the-history-by-a-delta", + "id": "source-snapshot-params-policy-container", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-snapshot-params-policy-container", "linkingText": [ - "traverse the history by a delta" + "source policy container" ], "localLinkingText": [], "type": "dfn", @@ -60555,18 +62321,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "url-and-history-update-steps", - "href": "https://html.spec.whatwg.org/multipage/history.html#url-and-history-update-steps", + "id": "snapshotting-source-snapshot-params", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#snapshotting-source-snapshot-params", "linkingText": [ - "URL and history update steps" + "snapshot source snapshot params" ], "localLinkingText": [], "type": "dfn", @@ -60574,18 +62340,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, "definedIn": "prose" }, { - "id": "uhus-serializeddata", - "href": "https://html.spec.whatwg.org/multipage/history.html#uhus-serializeddata", + "id": "target-snapshot-params", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#target-snapshot-params", "linkingText": [ - "serializedData" + "target snapshot params" ], "localLinkingText": [], "type": "dfn", @@ -60593,18 +62359,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, "definedIn": "prose" }, { - "id": "uhus-ispush", - "href": "https://html.spec.whatwg.org/multipage/history.html#uhus-ispush", + "id": "target-snapshot-params-sandbox", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#target-snapshot-params-sandbox", "linkingText": [ - "isPush" + "sandboxing flags" ], "localLinkingText": [], "type": "dfn", @@ -60612,60 +62378,56 @@ "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-history-pushstate", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-history-pushstate", + "id": "snapshotting-target-snapshot-params", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#snapshotting-target-snapshot-params", "linkingText": [ - "pushState(data, unused, url)" + "snapshot target snapshot params" ], "localLinkingText": [], - "type": "method", - "for": [ - "History" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, "definedIn": "prose" }, { - "id": "dom-history-replacestate", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-history-replacestate", + "id": "navigation-params", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params", "linkingText": [ - "replaceState(data, unused, url)" + "navigation params" ], "localLinkingText": [], - "type": "method", - "for": [ - "History" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, "definedIn": "prose" }, { - "id": "shared-history-push/replace-state-steps", - "href": "https://html.spec.whatwg.org/multipage/history.html#shared-history-push/replace-state-steps", + "id": "navigation-params-id", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-id", "linkingText": [ - "shared history push/replace state steps" + "id" ], "localLinkingText": [], "type": "dfn", @@ -60673,18 +62435,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "can-have-its-url-rewritten", - "href": "https://html.spec.whatwg.org/multipage/history.html#can-have-its-url-rewritten", + "id": "navigation-params-request", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-request", "linkingText": [ - "can have its URL rewritten" + "request" ], "localLinkingText": [], "type": "dfn", @@ -60692,79 +62454,75 @@ "access": "private", "informative": false, "heading": { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "title": "The History interface", - "number": "7.10.3" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-document-location", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-document-location", + "id": "navigation-params-response", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-response", "linkingText": [ - "location" + "response" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Document" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-location", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-location", + "id": "navigation-params-origin", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-origin", "linkingText": [ - "location" + "origin" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Window" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "location", - "href": "https://html.spec.whatwg.org/multipage/history.html#location", + "id": "navigation-params-policy-container", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-policy-container", "linkingText": [ - "Location" + "policy container" ], "localLinkingText": [], - "type": "interface", + "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "pre" + "definedIn": "dt" }, { - "id": "relevant-document", - "href": "https://html.spec.whatwg.org/multipage/history.html#relevant-document", + "id": "navigation-params-sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-sandboxing", "linkingText": [ - "relevant Document" + "final sandboxing flag set" ], "localLinkingText": [], "type": "dfn", @@ -60772,18 +62530,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "concept-location-url", - "href": "https://html.spec.whatwg.org/multipage/history.html#concept-location-url", + "id": "navigation-params-coop", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-coop", "linkingText": [ - "url" + "cross-origin opener policy" ], "localLinkingText": [], "type": "dfn", @@ -60791,18 +62549,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "concept-location-ancestor-origins-list", - "href": "https://html.spec.whatwg.org/multipage/history.html#concept-location-ancestor-origins-list", + "id": "navigation-params-coop-enforcement-result", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-coop-enforcement-result", "linkingText": [ - "ancestor origins list" + "COOP enforcement result" ], "localLinkingText": [], "type": "dfn", @@ -60810,18 +62568,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "location-object-navigate", - "href": "https://html.spec.whatwg.org/multipage/history.html#location-object-navigate", + "id": "navigation-params-reserved-environment", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-reserved-environment", "linkingText": [ - "Location-object navigate" + "reserved environment" ], "localLinkingText": [], "type": "dfn", @@ -60829,291 +62587,265 @@ "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-location-href", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-location-href", + "id": "navigation-params-navigable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-navigable", "linkingText": [ - "href" + "navigable" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Location" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-location-origin", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-location-origin", + "id": "navigation-params-nav-timing-type", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-nav-timing-type", "linkingText": [ - "origin" + "navigation timing type" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Location" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-location-protocol", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-location-protocol", + "id": "navigation-params-fetch-controller", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-fetch-controller", "linkingText": [ - "protocol" + "fetch controller" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Location" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-location-host", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-location-host", + "id": "navigation-params-commit-early-hints", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-commit-early-hints", "linkingText": [ - "host" + "commit early hints" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Location" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-location-hostname", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-location-hostname", + "id": "navigation-id", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-id", "linkingText": [ - "hostname" + "navigation ID" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Location" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, "definedIn": "prose" }, { - "id": "dom-location-port", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-location-port", + "id": "history-handling-behavior", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-handling-behavior", "linkingText": [ - "port" + "history handling behavior" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Location" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, "definedIn": "prose" }, { - "id": "dom-location-pathname", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-location-pathname", + "id": "hh-push", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hh-push", "linkingText": [ - "pathname" + "push" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Location" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-location-search", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-location-search", + "id": "hh-replace", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hh-replace", "linkingText": [ - "search" + "replace" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Location" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "title": "Supporting concepts", + "number": "7.4.2.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "dom-location-hash", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-location-hash", + "id": "ongoing-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#ongoing-navigation", "linkingText": [ - "hash" + "ongoing navigation" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Location" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "beginning-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation", + "title": "Beginning navigation", + "number": "7.4.2.2" }, "definedIn": "prose" }, { - "id": "dom-location-assign", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-location-assign", + "id": "navigate", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate", "linkingText": [ - "assign(url)" + "navigate" ], "localLinkingText": [], - "type": "method", - "for": [ - "Location" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "beginning-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation", + "title": "Beginning navigation", + "number": "7.4.2.2" }, "definedIn": "prose" }, { - "id": "dom-location-replace", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-location-replace", + "id": "navigation-resource", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-resource", "linkingText": [ - "replace(url)" + "documentResource" ], "localLinkingText": [], - "type": "method", - "for": [ - "Location" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "beginning-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation", + "title": "Beginning navigation", + "number": "7.4.2.2" }, "definedIn": "prose" }, { - "id": "dom-location-reload", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-location-reload", + "id": "navigation-response", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-response", "linkingText": [ - "reload()" + "response" ], "localLinkingText": [], - "type": "method", - "for": [ - "Location" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "beginning-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation", + "title": "Beginning navigation", + "number": "7.4.2.2" }, "definedIn": "prose" }, { - "id": "dom-location-ancestororigins", - "href": "https://html.spec.whatwg.org/multipage/history.html#dom-location-ancestororigins", + "id": "exceptions-enabled", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#exceptions-enabled", "linkingText": [ - "ancestorOrigins" + "exceptionsEnabled" ], "localLinkingText": [], - "type": "attribute", - "for": [ - "Location" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "beginning-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation", + "title": "Beginning navigation", + "number": "7.4.2.2" }, "definedIn": "prose" }, { - "id": "defaultproperties", - "href": "https://html.spec.whatwg.org/multipage/history.html#defaultproperties", + "id": "navigation-hh", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-hh", "linkingText": [ - "[[DefaultProperties]]" + "historyHandling" ], "localLinkingText": [], "type": "dfn", @@ -61121,18 +62853,18 @@ "access": "private", "informative": false, "heading": { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "title": "The Location interface", - "number": "7.10.5" + "id": "beginning-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation", + "title": "Beginning navigation", + "number": "7.4.2.2" }, "definedIn": "prose" }, { - "id": "navigation-params", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params", + "id": "navigation-navigationtype", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-navigationtype", "linkingText": [ - "navigation params" + "cspNavigationType" ], "localLinkingText": [], "type": "dfn", @@ -61140,18 +62872,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "beginning-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation", + "title": "Beginning navigation", + "number": "7.4.2.2" }, "definedIn": "prose" }, { - "id": "navigation-params-id", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-id", + "id": "navigation-referrer-policy", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-referrer-policy", "linkingText": [ - "id" + "referrerPolicy" ], "localLinkingText": [], "type": "dfn", @@ -61159,18 +62891,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "beginning-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation", + "title": "Beginning navigation", + "number": "7.4.2.2" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "navigation-params-request", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-request", + "id": "finalize-a-cross-document-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#finalize-a-cross-document-navigation", "linkingText": [ - "request" + "finalize a cross-document navigation" ], "localLinkingText": [], "type": "dfn", @@ -61178,18 +62910,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "the-usual-cross-document-navigation-case", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case", + "title": "The usual cross-document navigation case", + "number": "7.4.2.3.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "navigation-params-response", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-response", + "id": "the-javascript:-url-special-case", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case", "linkingText": [ - "response" + "The javascript: URL special case" ], "localLinkingText": [], "type": "dfn", @@ -61197,18 +62929,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "the-javascript:-url-special-case", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case", + "title": "The javascript: URL special case", + "number": "7.4.2.3.2" }, - "definedIn": "dt" + "definedIn": "heading" }, { - "id": "navigation-params-origin", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-origin", + "id": "navigate-to-a-javascript:-url", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-to-a-javascript:-url", "linkingText": [ - "origin" + "navigate to a javascript: URL" ], "localLinkingText": [], "type": "dfn", @@ -61216,18 +62948,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "the-javascript:-url-special-case", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case", + "title": "The javascript: URL special case", + "number": "7.4.2.3.2" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "navigation-params-policy-container", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-policy-container", + "id": "evaluate-a-javascript:-url", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#evaluate-a-javascript:-url", "linkingText": [ - "policy container" + "evaluate a javascript: URL" ], "localLinkingText": [], "type": "dfn", @@ -61235,18 +62967,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "the-javascript:-url-special-case", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case", + "title": "The javascript: URL special case", + "number": "7.4.2.3.2" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "navigation-params-sandboxing", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-sandboxing", + "id": "navigate-fragid", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-fragid", "linkingText": [ - "final sandboxing flag set" + "navigate to a fragment" ], "localLinkingText": [], "type": "dfn", @@ -61254,18 +62986,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "scroll-to-fragid", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid", + "title": "Fragment navigations", + "number": "7.4.2.3.3" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "navigation-params-coop", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-coop", + "id": "finalize-a-same-document-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#finalize-a-same-document-navigation", "linkingText": [ - "cross-origin opener policy" + "finalize a same-document navigation" ], "localLinkingText": [], "type": "dfn", @@ -61273,18 +63005,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "scroll-to-fragid", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid", + "title": "Fragment navigations", + "number": "7.4.2.3.3" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "navigation-params-coop-enforcement-result", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-coop-enforcement-result", + "id": "non-fetch-scheme-navigation-params", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-scheme-navigation-params", "linkingText": [ - "COOP enforcement result" + "non-fetch scheme navigation params" ], "localLinkingText": [], "type": "dfn", @@ -61292,18 +63024,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "non-fetch-schemes-and-external-software", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software", + "title": "Non-fetch schemes and external software", + "number": "7.4.2.3.4" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "navigation-params-reserved-environment", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-reserved-environment", + "id": "non-fetch-scheme-params-initiator-origin", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-scheme-params-initiator-origin", "linkingText": [ - "reserved environment" + "initiator origin" ], "localLinkingText": [], "type": "dfn", @@ -61311,18 +63043,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "non-fetch-schemes-and-external-software", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software", + "title": "Non-fetch schemes and external software", + "number": "7.4.2.3.4" }, "definedIn": "dt" }, { - "id": "navigation-params-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-browsing-context", + "id": "attempt-to-create-a-non-fetch-scheme-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#attempt-to-create-a-non-fetch-scheme-document", "linkingText": [ - "browsing context" + "attempt to create a non-fetch scheme document" ], "localLinkingText": [], "type": "dfn", @@ -61330,18 +63062,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "non-fetch-schemes-and-external-software", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software", + "title": "Non-fetch schemes and external software", + "number": "7.4.2.3.4" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "navigation-params-hh", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-hh", + "id": "hand-off-to-external-software", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hand-off-to-external-software", "linkingText": [ - "history handling" + "hand-off to external software" ], "localLinkingText": [], "type": "dfn", @@ -61349,18 +63081,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "non-fetch-schemes-and-external-software", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software", + "title": "Non-fetch schemes and external software", + "number": "7.4.2.3.4" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "navigation-params-process-response-end-of-body", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-process-response-end-of-body", + "id": "allowed-to-navigate", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#allowed-to-navigate", "linkingText": [ - "process response end of body" + "allowed by sandboxing to navigate" ], "localLinkingText": [], "type": "dfn", @@ -61368,18 +63100,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "preventing-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation", + "title": "Preventing navigation", + "number": "7.4.2.4" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "navigation-params-commit-early-hints", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-commit-early-hints", + "id": "checking-if-unloading-is-user-canceled", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#checking-if-unloading-is-user-canceled", "linkingText": [ - "commit early hints" + "check if unloading is user-canceled" ], "localLinkingText": [], "type": "dfn", @@ -61387,18 +63119,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "preventing-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation", + "title": "Preventing navigation", + "number": "7.4.2.4" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "history-handling-behavior", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-handling-behavior", + "id": "reload", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reload", "linkingText": [ - "history handling behavior" + "reload" ], "localLinkingText": [], "type": "dfn", @@ -61406,18 +63138,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "reloading-and-traversing", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing", + "title": "Reloading and traversing", + "number": "7.4.3" }, "definedIn": "prose" }, { - "id": "hh-default", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hh-default", + "id": "traverse-the-history-by-a-delta", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#traverse-the-history-by-a-delta", "linkingText": [ - "default" + "traverse the history by a delta" ], "localLinkingText": [], "type": "dfn", @@ -61425,18 +63157,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "reloading-and-traversing", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing", + "title": "Reloading and traversing", + "number": "7.4.3" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "hh-entry-update", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hh-entry-update", + "id": "url-and-history-update-steps", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#url-and-history-update-steps", "linkingText": [ - "entry update" + "URL and history update steps" ], "localLinkingText": [], "type": "dfn", @@ -61444,18 +63176,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "navigate-non-frag-sync", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync", + "title": "Non-fragment synchronous \"navigations\"", + "number": "7.4.4" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "hh-reload", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hh-reload", + "id": "uhus-serializeddata", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#uhus-serializeddata", "linkingText": [ - "reload" + "serializedData" ], "localLinkingText": [], "type": "dfn", @@ -61463,18 +63195,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "navigate-non-frag-sync", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync", + "title": "Non-fragment synchronous \"navigations\"", + "number": "7.4.4" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "hh-replace", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hh-replace", + "id": "uhus-historyhandling", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#uhus-historyhandling", "linkingText": [ - "replace" + "historyHandling" ], "localLinkingText": [], "type": "dfn", @@ -61482,37 +63214,37 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "navigate-non-frag-sync", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync", + "title": "Non-fragment synchronous \"navigations\"", + "number": "7.4.4" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "source-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-browsing-context", + "id": "attempt-to-populate-the-history-entry's-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#attempt-to-populate-the-history-entry's-document", "linkingText": [ - "source browsing context" + "attempt to populate the history entry's document" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "populating-a-session-history-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry", + "title": "Populating a session history entry", + "number": "7.4.5" }, "definedIn": "prose" }, { - "id": "navigation-id", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-id", + "id": "attempt-to-populate-allow-post", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#attempt-to-populate-allow-post", "linkingText": [ - "navigation id" + "allowPOST" ], "localLinkingText": [], "type": "dfn", @@ -61520,56 +63252,56 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "populating-a-session-history-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry", + "title": "Populating a session history entry", + "number": "7.4.5" }, "definedIn": "prose" }, { - "id": "navigate", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate", + "id": "attempt-to-populate-completion-steps", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#attempt-to-populate-completion-steps", "linkingText": [ - "navigate" + "completionSteps" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "populating-a-session-history-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry", + "title": "Populating a session history entry", + "number": "7.4.5" }, "definedIn": "prose" }, { - "id": "exceptions-enabled", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#exceptions-enabled", + "id": "create-navigation-params-from-a-srcdoc-resource", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#create-navigation-params-from-a-srcdoc-resource", "linkingText": [ - "exceptionsEnabled" + "create navigation params from a srcdoc resource" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "populating-a-session-history-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry", + "title": "Populating a session history entry", + "number": "7.4.5" }, "definedIn": "prose" }, { - "id": "navigation-hh", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-hh", + "id": "create-navigation-params-by-fetching", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#create-navigation-params-by-fetching", "linkingText": [ - "historyHandling" + "create navigation params by fetching" ], "localLinkingText": [], "type": "dfn", @@ -61577,18 +63309,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "populating-a-session-history-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry", + "title": "Populating a session history entry", + "number": "7.4.5" }, "definedIn": "prose" }, { - "id": "navigation-historypolicycontainer", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-historypolicycontainer", + "id": "browsing-context-scope-origin", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#browsing-context-scope-origin", "linkingText": [ - "historyPolicyContainer" + "browsing context scope origin" ], "localLinkingText": [], "type": "dfn", @@ -61596,18 +63328,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "populating-a-session-history-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry", + "title": "Populating a session history entry", + "number": "7.4.5" }, "definedIn": "prose" }, { - "id": "navigation-navigationtype", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-navigationtype", + "id": "loading-a-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-a-document", "linkingText": [ - "navigationType" + "load a document" ], "localLinkingText": [], "type": "dfn", @@ -61615,18 +63347,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "populating-a-session-history-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry", + "title": "Populating a session history entry", + "number": "7.4.5" }, "definedIn": "prose" }, { - "id": "navigation-navigationid", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-navigationid", + "id": "explicitly-supported-xml-mime-type", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#explicitly-supported-xml-mime-type", "linkingText": [ - "navigationId" + "explicitly supported XML MIME type" ], "localLinkingText": [], "type": "dfn", @@ -61634,18 +63366,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "populating-a-session-history-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry", + "title": "Populating a session history entry", + "number": "7.4.5" }, "definedIn": "prose" }, { - "id": "navigation-process-end-of-body", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-process-end-of-body", + "id": "explicitly-supported-json-mime-type", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#explicitly-supported-json-mime-type", "linkingText": [ - "processResponseEndOfBody" + "explicitly supported JSON MIME type" ], "localLinkingText": [], "type": "dfn", @@ -61653,56 +63385,56 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "populating-a-session-history-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry", + "title": "Populating a session history entry", + "number": "7.4.5" }, "definedIn": "prose" }, { - "id": "process-a-navigate-fetch", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#process-a-navigate-fetch", + "id": "changing-navigable-continuation-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#changing-navigable-continuation-state", "linkingText": [ - "process a navigate fetch" + "changing navigable continuation state" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, "definedIn": "prose" }, { - "id": "process-a-navigate-response", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#process-a-navigate-response", + "id": "changing-nav-continuation-displayed-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#changing-nav-continuation-displayed-document", "linkingText": [ - "process a navigate response" + "displayed document" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "explicitly-supported-xml-mime-type", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#explicitly-supported-xml-mime-type", + "id": "changing-nav-continuation-target-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#changing-nav-continuation-target-entry", "linkingText": [ - "explicitly supported XML MIME type" + "target entry" ], "localLinkingText": [], "type": "dfn", @@ -61710,18 +63442,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "explicitly-supported-json-mime-type", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#explicitly-supported-json-mime-type", + "id": "changing-nav-continuation-navigable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#changing-nav-continuation-navigable", "linkingText": [ - "explicitly supported JSON MIME type" + "navigable" ], "localLinkingText": [], "type": "dfn", @@ -61729,18 +63461,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "process-a-navigate-url-scheme", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#process-a-navigate-url-scheme", + "id": "changing-nav-continuation-update-only", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#changing-nav-continuation-update-only", "linkingText": [ - "process a navigate URL scheme" + "update only" ], "localLinkingText": [], "type": "dfn", @@ -61748,18 +63480,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "hand-off-to-external-software", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hand-off-to-external-software", + "id": "apply-the-history-step", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#apply-the-history-step", "linkingText": [ - "hand-off to external software" + "apply the history step" ], "localLinkingText": [], "type": "dfn", @@ -61767,18 +63499,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, "definedIn": "prose" }, { - "id": "javascript-protocol", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#javascript-protocol", + "id": "apply-history-step-check", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#apply-history-step-check", "linkingText": [ - "execute a javascript: URL request" + "checkForUserCancelation" ], "localLinkingText": [], "type": "dfn", @@ -61786,18 +63518,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, "definedIn": "prose" }, { - "id": "initialise-the-document-object", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#initialise-the-document-object", + "id": "apply-history-step-source-snapshot", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#apply-history-step-source-snapshot", "linkingText": [ - "create and initialize a Document object" + "sourceSnapshotParams" ], "localLinkingText": [], "type": "dfn", @@ -61805,18 +63537,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, "definedIn": "prose" }, { - "id": "update-the-session-history-with-the-new-page", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#update-the-session-history-with-the-new-page", + "id": "apply-history-step-initiator", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#apply-history-step-initiator", "linkingText": [ - "update the session history with the new page" + "initiatorToCheck" ], "localLinkingText": [], "type": "dfn", @@ -61824,18 +63556,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, "definedIn": "prose" }, { - "id": "concept-navigate-mature", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#concept-navigate-mature", + "id": "activate-history-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#activate-history-entry", "linkingText": [ - "matured" + "activate history entry" ], "localLinkingText": [], "type": "dfn", @@ -61843,18 +63575,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, "definedIn": "prose" }, { - "id": "try-to-scroll-to-the-fragment", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#try-to-scroll-to-the-fragment", + "id": "getting-the-used-step", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-the-used-step", "linkingText": [ - "try to scroll to the fragment" + "get the used step" ], "localLinkingText": [], "type": "dfn", @@ -61862,18 +63594,18 @@ "access": "private", "informative": false, "heading": { - "id": "navigating-across-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "title": "Navigating across documents", - "number": "7.11.1" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, "definedIn": "prose" }, { - "id": "navigate-html", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-html", + "id": "getting-the-history-object-length-and-index", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-the-history-object-length-and-index", "linkingText": [ - "an HTML document is to be loaded" + "get the history object length and index" ], "localLinkingText": [], "type": "dfn", @@ -61881,18 +63613,18 @@ "access": "private", "informative": false, "heading": { - "id": "read-html", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html", - "title": "Page load processing model for HTML files", - "number": "7.11.2" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, "definedIn": "prose" }, { - "id": "read-xml", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml", + "id": "get-all-navigables-whose-current-session-history-entry-will-change-or-reload", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#get-all-navigables-whose-current-session-history-entry-will-change-or-reload", "linkingText": [ - "Page load processing model for XML files" + "get all navigables whose current session history entry will change or reload" ], "localLinkingText": [], "type": "dfn", @@ -61900,18 +63632,18 @@ "access": "private", "informative": false, "heading": { - "id": "read-xml", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml", - "title": "Page load processing model for XML files", - "number": "7.11.3" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, - "definedIn": "heading" + "definedIn": "prose" }, { - "id": "read-text", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text", + "id": "getting-all-navigables-that-only-need-history-object-length/index-update", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-all-navigables-that-only-need-history-object-length/index-update", "linkingText": [ - "Page load processing model for text files" + "get all navigables that only need history object length/index update" ], "localLinkingText": [], "type": "dfn", @@ -61919,18 +63651,18 @@ "access": "private", "informative": false, "heading": { - "id": "read-text", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text", - "title": "Page load processing model for text files", - "number": "7.11.4" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, - "definedIn": "heading" + "definedIn": "prose" }, { - "id": "read-multipart-x-mixed-replace", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace", + "id": "getting-the-target-history-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-the-target-history-entry", "linkingText": [ - "Page load processing model for multipart/x-mixed-replace resources" + "get the target history entry" ], "localLinkingText": [], "type": "dfn", @@ -61938,18 +63670,18 @@ "access": "private", "informative": false, "heading": { - "id": "read-multipart-x-mixed-replace", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace", - "title": "Page load processing model for multipart/x-mixed-replace resources", - "number": "7.11.5" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, - "definedIn": "heading" + "definedIn": "prose" }, { - "id": "read-media", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media", + "id": "getting-all-navigables-that-might-experience-a-cross-document-traversal", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-all-navigables-that-might-experience-a-cross-document-traversal", "linkingText": [ - "Page load processing model for media" + "get all navigables that might experience a cross-document traversal" ], "localLinkingText": [], "type": "dfn", @@ -61957,18 +63689,18 @@ "access": "private", "informative": false, "heading": { - "id": "read-media", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media", - "title": "Page load processing model for media", - "number": "7.11.6" + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "title": "Updating the traversable", + "number": "7.4.6.1" }, - "definedIn": "heading" + "definedIn": "prose" }, { - "id": "read-plugin", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin", + "id": "update-document-for-history-step-application", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#update-document-for-history-step-application", "linkingText": [ - "Page load processing model for content that uses plugins" + "update document for history step application" ], "localLinkingText": [], "type": "dfn", @@ -61976,18 +63708,18 @@ "access": "private", "informative": false, "heading": { - "id": "read-plugin", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin", - "title": "Page load processing model for content that uses plugins", - "number": "7.11.7" + "id": "updating-the-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document", + "title": "Updating the document", + "number": "7.4.6.2" }, - "definedIn": "heading" + "definedIn": "prose" }, { - "id": "plugin-document", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#plugin-document", + "id": "scripts-may-run-for-the-newly-created-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scripts-may-run-for-the-newly-created-document", "linkingText": [ - "plugin document" + "scripts may run for the newly-created document" ], "localLinkingText": [], "type": "dfn", @@ -61995,18 +63727,18 @@ "access": "private", "informative": false, "heading": { - "id": "read-plugin", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin", - "title": "Page load processing model for content that uses plugins", - "number": "7.11.7" + "id": "updating-the-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document", + "title": "Updating the document", + "number": "7.4.6.2" }, "definedIn": "prose" }, { - "id": "read-ua-inline", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline", + "id": "restore-the-history-object-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#restore-the-history-object-state", "linkingText": [ - "Page load processing model for inline content that doesn't have a DOM" + "restore the history object state" ], "localLinkingText": [], "type": "dfn", @@ -62014,18 +63746,18 @@ "access": "private", "informative": false, "heading": { - "id": "read-ua-inline", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline", - "title": "Page load processing model for inline content that doesn't have a DOM", - "number": "7.11.8" + "id": "updating-the-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document", + "title": "Updating the document", + "number": "7.4.6.2" }, - "definedIn": "heading" + "definedIn": "prose" }, { - "id": "navigate-fragid", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-fragid", + "id": "make-active", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#make-active", "linkingText": [ - "navigate to a fragment" + "make active" ], "localLinkingText": [], "type": "dfn", @@ -62033,18 +63765,18 @@ "access": "private", "informative": false, "heading": { - "id": "scroll-to-fragid", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid", - "title": "Navigating to a fragment", - "number": "7.11.9" + "id": "updating-the-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document", + "title": "Updating the document", + "number": "7.4.6.2" }, "definedIn": "prose" }, { - "id": "scroll-to-the-fragment-identifier", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-the-fragment-identifier", + "id": "reactivate-a-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reactivate-a-document", "linkingText": [ - "scroll to the fragment" + "reactivate" ], "localLinkingText": [], "type": "dfn", @@ -62052,18 +63784,18 @@ "access": "private", "informative": false, "heading": { - "id": "scroll-to-fragid", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid", - "title": "Navigating to a fragment", - "number": "7.11.9" + "id": "updating-the-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document", + "title": "Updating the document", + "number": "7.4.6.2" }, "definedIn": "prose" }, { - "id": "the-indicated-part-of-the-document", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-indicated-part-of-the-document", + "id": "try-to-scroll-to-the-fragment", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#try-to-scroll-to-the-fragment", "linkingText": [ - "The indicated part of the document" + "try to scroll to the fragment" ], "localLinkingText": [], "type": "dfn", @@ -62071,18 +63803,18 @@ "access": "private", "informative": false, "heading": { - "id": "scroll-to-fragid", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid", - "title": "Navigating to a fragment", - "number": "7.11.9" + "id": "updating-the-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document", + "title": "Updating the document", + "number": "7.4.6.2" }, "definedIn": "prose" }, { - "id": "target-element", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#target-element", + "id": "scroll-to-the-fragment-identifier", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-the-fragment-identifier", "linkingText": [ - "target element" + "scroll to the fragment" ], "localLinkingText": [], "type": "dfn", @@ -62090,18 +63822,18 @@ "access": "private", "informative": false, "heading": { - "id": "scroll-to-fragid", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid", - "title": "Navigating to a fragment", - "number": "7.11.9" + "id": "scrolling-to-a-fragment", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment", + "title": "Scrolling to a fragment", + "number": "7.4.6.3" }, "definedIn": "prose" }, { - "id": "find-a-potential-indicated-element", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#find-a-potential-indicated-element", + "id": "the-indicated-part-of-the-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-indicated-part-of-the-document", "linkingText": [ - "find a potential indicated element" + "indicated part" ], "localLinkingText": [], "type": "dfn", @@ -62109,18 +63841,18 @@ "access": "private", "informative": false, "heading": { - "id": "scroll-to-fragid", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid", - "title": "Navigating to a fragment", - "number": "7.11.9" + "id": "scrolling-to-a-fragment", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment", + "title": "Scrolling to a fragment", + "number": "7.4.6.3" }, "definedIn": "prose" }, { - "id": "traverse-the-history", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#traverse-the-history", + "id": "target-element", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#target-element", "linkingText": [ - "traverse the history" + "target element" ], "localLinkingText": [], "type": "dfn", @@ -62128,18 +63860,18 @@ "access": "private", "informative": false, "heading": { - "id": "history-traversal", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal", - "title": "History traversal", - "number": "7.11.10" + "id": "scrolling-to-a-fragment", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment", + "title": "Scrolling to a fragment", + "number": "7.4.6.3" }, "definedIn": "prose" }, { - "id": "traverse-history-hh", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#traverse-history-hh", + "id": "top-of-the-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#top-of-the-document", "linkingText": [ - "historyHandling" + "top of the document" ], "localLinkingText": [], "type": "dfn", @@ -62147,18 +63879,18 @@ "access": "private", "informative": false, "heading": { - "id": "history-traversal", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal", - "title": "History traversal", - "number": "7.11.10" + "id": "scrolling-to-a-fragment", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment", + "title": "Scrolling to a fragment", + "number": "7.4.6.3" }, "definedIn": "prose" }, { - "id": "explicithistorynavigation", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#explicithistorynavigation", + "id": "find-a-potential-indicated-element", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#find-a-potential-indicated-element", "linkingText": [ - "explicitHistoryNavigation" + "find a potential indicated element" ], "localLinkingText": [], "type": "dfn", @@ -62166,10 +63898,10 @@ "access": "private", "informative": false, "heading": { - "id": "history-traversal", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal", - "title": "History traversal", - "number": "7.11.10" + "id": "scrolling-to-a-fragment", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment", + "title": "Scrolling to a fragment", + "number": "7.4.6.3" }, "definedIn": "prose" }, @@ -62188,7 +63920,7 @@ "id": "persisted-user-state-restoration", "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration", "title": "Persisted history entry state", - "number": "7.11.10.1" + "number": "7.4.6.4" }, "definedIn": "prose" }, @@ -62207,7 +63939,7 @@ "id": "persisted-user-state-restoration", "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration", "title": "Persisted history entry state", - "number": "7.11.10.1" + "number": "7.4.6.4" }, "definedIn": "prose" }, @@ -62226,213 +63958,129 @@ "id": "persisted-user-state-restoration", "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration", "title": "Persisted history entry state", - "number": "7.11.10.1" + "number": "7.4.6.4" }, "definedIn": "prose" }, { - "id": "popstateevent", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#popstateevent", + "id": "initialise-the-document-object", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#initialise-the-document-object", "linkingText": [ - "PopStateEvent" + "create and initialize a Document object" ], "localLinkingText": [], - "type": "interface", + "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-popstateevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-popstateevent-interface", - "title": "The PopStateEvent interface", - "number": "7.11.10.2" + "id": "shared-document-creation-infrastructure", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure", + "title": "Shared document creation infrastructure", + "number": "7.5.1" }, - "definedIn": "pre" + "definedIn": "prose" }, { - "id": "popstateeventinit", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#popstateeventinit", + "id": "navigate-html", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#navigate-html", "linkingText": [ - "PopStateEventInit" + "load an HTML document" ], "localLinkingText": [], - "type": "dictionary", + "type": "dfn", "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "the-popstateevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-popstateevent-interface", - "title": "The PopStateEvent interface", - "number": "7.11.10.2" - }, - "definedIn": "pre" - }, - { - "id": "dom-popstateevent-state", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-popstateevent-state", - "linkingText": [ - "state" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ - "PopStateEvent" - ], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-popstateevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-popstateevent-interface", - "title": "The PopStateEvent interface", - "number": "7.11.10.2" + "id": "read-html", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html", + "title": "Loading HTML documents", + "number": "7.5.2" }, "definedIn": "prose" }, { - "id": "hashchangeevent", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hashchangeevent", + "id": "read-xml", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml", "linkingText": [ - "HashChangeEvent" + "Loading XML documents" ], "localLinkingText": [], - "type": "interface", + "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-hashchangeevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface", - "title": "The HashChangeEvent interface", - "number": "7.11.10.3" + "id": "read-xml", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml", + "title": "Loading XML documents", + "number": "7.5.3" }, - "definedIn": "pre" + "definedIn": "heading" }, { - "id": "hashchangeeventinit", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hashchangeeventinit", + "id": "navigate-text", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#navigate-text", "linkingText": [ - "HashChangeEventInit" + "load a text document" ], "localLinkingText": [], - "type": "dictionary", + "type": "dfn", "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "the-hashchangeevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface", - "title": "The HashChangeEvent interface", - "number": "7.11.10.3" - }, - "definedIn": "pre" - }, - { - "id": "dom-hashchangeevent-oldurl", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-hashchangeevent-oldurl", - "linkingText": [ - "oldURL" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ - "HashChangeEvent" - ], - "access": "public", - "informative": false, - "heading": { - "id": "the-hashchangeevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface", - "title": "The HashChangeEvent interface", - "number": "7.11.10.3" - }, - "definedIn": "prose" - }, - { - "id": "dom-hashchangeevent-newurl", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-hashchangeevent-newurl", - "linkingText": [ - "newURL" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ - "HashChangeEvent" - ], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-hashchangeevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface", - "title": "The HashChangeEvent interface", - "number": "7.11.10.3" + "id": "read-text", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text", + "title": "Loading text documents", + "number": "7.5.4" }, "definedIn": "prose" }, { - "id": "pagetransitionevent", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#pagetransitionevent", + "id": "navigate-multipart-x-mixed-replace", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#navigate-multipart-x-mixed-replace", "linkingText": [ - "PageTransitionEvent" + "load a multipart/x-mixed-replace document" ], "localLinkingText": [], - "type": "interface", + "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-pagetransitionevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface", - "title": "The PageTransitionEvent interface", - "number": "7.11.10.4" + "id": "read-multipart-x-mixed-replace", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace", + "title": "Loading multipart/x-mixed-replace documents", + "number": "7.5.5" }, - "definedIn": "pre" + "definedIn": "prose" }, { - "id": "pagetransitioneventinit", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#pagetransitioneventinit", + "id": "navigate-media", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#navigate-media", "linkingText": [ - "PageTransitionEventInit" + "load a media document" ], "localLinkingText": [], - "type": "dictionary", + "type": "dfn", "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "the-pagetransitionevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface", - "title": "The PageTransitionEvent interface", - "number": "7.11.10.4" - }, - "definedIn": "pre" - }, - { - "id": "dom-pagetransitionevent-persisted", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-pagetransitionevent-persisted", - "linkingText": [ - "persisted" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ - "PageTransitionEvent" - ], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-pagetransitionevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface", - "title": "The PageTransitionEvent interface", - "number": "7.11.10.4" + "id": "read-media", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media", + "title": "Loading media documents", + "number": "7.5.6" }, "definedIn": "prose" }, { - "id": "fire-a-page-transition-event", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#fire-a-page-transition-event", + "id": "read-ua-inline", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline", "linkingText": [ - "fire a page transition event" + "Loading a document for inline content that doesn't have a DOM" ], "localLinkingText": [], "type": "dfn", @@ -62440,16 +64088,16 @@ "access": "private", "informative": false, "heading": { - "id": "the-pagetransitionevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface", - "title": "The PageTransitionEvent interface", - "number": "7.11.10.4" + "id": "read-ua-inline", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline", + "title": "Loading a document for inline content that doesn't have a DOM", + "number": "7.5.7" }, - "definedIn": "prose" + "definedIn": "heading" }, { "id": "completely-loaded-time", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#completely-loaded-time", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#completely-loaded-time", "linkingText": [ "completely loaded time" ], @@ -62460,15 +64108,15 @@ "informative": false, "heading": { "id": "loading-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents", - "title": "Loading documents", - "number": "7.11.11" + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents", + "title": "Finishing the loading process", + "number": "7.5.8" }, "definedIn": "prose" }, { "id": "completely-loaded", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#completely-loaded", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#completely-loaded", "linkingText": [ "completely loaded" ], @@ -62479,15 +64127,15 @@ "informative": false, "heading": { "id": "loading-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents", - "title": "Loading documents", - "number": "7.11.11" + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents", + "title": "Finishing the loading process", + "number": "7.5.8" }, "definedIn": "prose" }, { "id": "completely-finish-loading", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#completely-finish-loading", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#completely-finish-loading", "linkingText": [ "completely finish loading" ], @@ -62498,15 +64146,15 @@ "informative": false, "heading": { "id": "loading-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents", - "title": "Loading documents", - "number": "7.11.11" + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents", + "title": "Finishing the loading process", + "number": "7.5.8" }, "definedIn": "prose" }, { "id": "concept-document-salvageable", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#concept-document-salvageable", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#concept-document-salvageable", "linkingText": [ "salvageable" ], @@ -62517,15 +64165,15 @@ "informative": false, "heading": { "id": "unloading-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents", "title": "Unloading documents", - "number": "7.11.12" + "number": "7.5.9" }, "definedIn": "prose" }, { "id": "page-showing", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#page-showing", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#page-showing", "linkingText": [ "page showing" ], @@ -62536,15 +64184,15 @@ "informative": false, "heading": { "id": "unloading-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents", "title": "Unloading documents", - "number": "7.11.12" + "number": "7.5.9" }, "definedIn": "prose" }, { "id": "suspension-time", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#suspension-time", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#suspension-time", "linkingText": [ "suspension time" ], @@ -62555,15 +64203,15 @@ "informative": false, "heading": { "id": "unloading-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents", "title": "Unloading documents", - "number": "7.11.12" + "number": "7.5.9" }, "definedIn": "prose" }, { "id": "suspended-timer-handles", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#suspended-timer-handles", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#suspended-timer-handles", "linkingText": [ "suspended timer handles" ], @@ -62574,15 +64222,15 @@ "informative": false, "heading": { "id": "unloading-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents", "title": "Unloading documents", - "number": "7.11.12" + "number": "7.5.9" }, "definedIn": "prose" }, { "id": "termination-nesting-level", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#termination-nesting-level", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#termination-nesting-level", "linkingText": [ "termination nesting level" ], @@ -62593,15 +64241,15 @@ "informative": false, "heading": { "id": "unloading-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents", "title": "Unloading documents", - "number": "7.11.12" + "number": "7.5.9" }, "definedIn": "prose" }, { "id": "unload-counter", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unload-counter", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unload-counter", "linkingText": [ "unload counter" ], @@ -62612,53 +64260,34 @@ "informative": false, "heading": { "id": "unloading-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents", "title": "Unloading documents", - "number": "7.11.12" - }, - "definedIn": "prose" - }, - { - "id": "prompt-to-unload-a-document", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#prompt-to-unload-a-document", - "linkingText": [ - "prompt to unload" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "unloading-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents", - "title": "Unloading documents", - "number": "7.11.12" + "number": "7.5.9" }, "definedIn": "prose" }, { "id": "unload-a-document", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unload-a-document", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unload-a-document", "linkingText": [ - "unload a document" + "unload" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { "id": "unloading-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents", "title": "Unloading documents", - "number": "7.11.12" + "number": "7.5.9" }, "definedIn": "prose" }, { "id": "unloading-document-cleanup-steps", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-document-cleanup-steps", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-document-cleanup-steps", "linkingText": [ "unloading document cleanup steps" ], @@ -62669,55 +64298,34 @@ "informative": false, "heading": { "id": "unloading-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents", "title": "Unloading documents", - "number": "7.11.12" + "number": "7.5.9" }, "definedIn": "prose" }, { - "id": "beforeunloadevent", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beforeunloadevent", + "id": "destroy-a-document", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroy-a-document", "linkingText": [ - "BeforeUnloadEvent" + "destroy" ], "localLinkingText": [], - "type": "interface", + "type": "dfn", "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "the-beforeunloadevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-beforeunloadevent-interface", - "title": "The BeforeUnloadEvent interface", - "number": "7.11.12.1" - }, - "definedIn": "pre" - }, - { - "id": "dom-beforeunloadevent-returnvalue", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-beforeunloadevent-returnvalue", - "linkingText": [ - "returnValue" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ - "BeforeUnloadEvent" - ], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "the-beforeunloadevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-beforeunloadevent-interface", - "title": "The BeforeUnloadEvent interface", - "number": "7.11.12.1" + "id": "destroying-documents", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents", + "title": "Destroying documents", + "number": "7.5.10" }, "definedIn": "prose" }, { "id": "abort-a-document", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#abort-a-document", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#abort-a-document", "linkingText": [ "abort" ], @@ -62728,17 +64336,17 @@ "informative": false, "heading": { "id": "aborting-a-document-load", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load", "title": "Aborting a document load", - "number": "7.11.13" + "number": "7.5.11" }, "definedIn": "prose" }, { - "id": "stop-document-loading", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#stop-document-loading", + "id": "nav-stop", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-stop", "linkingText": [ - "stop document loading" + "stop loading" ], "localLinkingText": [], "type": "dfn", @@ -62747,15 +64355,15 @@ "informative": false, "heading": { "id": "aborting-a-document-load", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load", "title": "Aborting a document load", - "number": "7.11.13" + "number": "7.5.11" }, "definedIn": "prose" }, { "id": "x-frame-options", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#x-frame-options", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#x-frame-options", "linkingText": [ "X-Frame-Options" ], @@ -62766,15 +64374,15 @@ "informative": false, "heading": { "id": "the-x-frame-options-header", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header", "title": "The `X-Frame-Options` header", - "number": "7.11.14" + "number": "7.6" }, "definedIn": "prose" }, { "id": "check-a-navigation-response's-adherence-to-x-frame-options", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#check-a-navigation-response's-adherence-to-x-frame-options", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#check-a-navigation-response's-adherence-to-x-frame-options", "linkingText": [ "check a navigation response's adherence to `X-Frame-Options`" ], @@ -62785,15 +64393,15 @@ "informative": false, "heading": { "id": "the-x-frame-options-header", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header", "title": "The `X-Frame-Options` header", - "number": "7.11.14" + "number": "7.6" }, "definedIn": "prose" }, { "id": "refresh", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#refresh", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#refresh", "linkingText": [ "Refresh" ], @@ -62804,9 +64412,9 @@ "informative": false, "heading": { "id": "the-refresh-header", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-refresh-header", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-refresh-header", "title": "The `Refresh` header", - "number": "7.11.15" + "number": "7.7" }, "definedIn": "prose" }, @@ -64691,27 +66299,6 @@ }, "definedIn": "prose" }, - { - "id": "asynchronous-perform-the-fetch-hook", - "href": "https://html.spec.whatwg.org/multipage/webappapis.html#asynchronous-perform-the-fetch-hook", - "linkingText": [ - "asynchronous perform the fetch hook" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "fetching scripts" - ], - "access": "public", - "informative": false, - "heading": { - "id": "fetching-scripts", - "href": "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts", - "title": "Fetching scripts", - "number": "8.1.4.2" - }, - "definedIn": "dt" - }, { "id": "fetching-scripts-processcustomfetchresponse", "href": "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts-processcustomfetchresponse", @@ -64733,27 +66320,6 @@ }, "definedIn": "prose" }, - { - "id": "synchronous-perform-the-fetch-hook", - "href": "https://html.spec.whatwg.org/multipage/webappapis.html#synchronous-perform-the-fetch-hook", - "linkingText": [ - "synchronous perform the fetch hook" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "fetching scripts" - ], - "access": "public", - "informative": false, - "heading": { - "id": "fetching-scripts", - "href": "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts", - "title": "Fetching scripts", - "number": "8.1.4.2" - }, - "definedIn": "dt" - }, { "id": "fetching-scripts-is-top-level", "href": "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts-is-top-level", @@ -66969,7 +68535,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "event-loop-processing-model", @@ -67151,15 +68717,15 @@ "definedIn": "dt" }, { - "id": "history-traversal-task-source", - "href": "https://html.spec.whatwg.org/multipage/webappapis.html#history-traversal-task-source", + "id": "navigation-and-traversal-task-source", + "href": "https://html.spec.whatwg.org/multipage/webappapis.html#navigation-and-traversal-task-source", "linkingText": [ - "history traversal task source" + "navigation and traversal task source" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { "id": "generic-task-sources", @@ -69249,6 +70815,27 @@ }, "definedIn": "table" }, + { + "id": "handler-onscrollend", + "href": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onscrollend", + "linkingText": [ + "onscrollend" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GlobalEventHandlers" + ], + "access": "public", + "informative": false, + "heading": { + "id": "event-handlers-on-elements,-document-objects,-and-window-objects", + "href": "https://html.spec.whatwg.org/multipage/webappapis.html#event-handlers-on-elements,-document-objects,-and-window-objects", + "title": "Event handlers on elements, Document objects, and Window objects", + "number": "8.1.8.2" + }, + "definedIn": "table" + }, { "id": "window-reflecting-body-element-event-handler-set", "href": "https://html.spec.whatwg.org/multipage/webappapis.html#window-reflecting-body-element-event-handler-set", @@ -87495,10 +89082,10 @@ "definedIn": "prose" }, { - "id": "dom-frame-contentdocument", - "href": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-contentdocument", + "id": "dom-frame-marginheight", + "href": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-marginheight", "linkingText": [ - "contentDocument" + "marginHeight" ], "localLinkingText": [], "type": "attribute", @@ -87516,10 +89103,10 @@ "definedIn": "prose" }, { - "id": "dom-frame-contentwindow", - "href": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-contentwindow", + "id": "dom-frame-marginwidth", + "href": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-marginwidth", "linkingText": [ - "contentWindow" + "marginWidth" ], "localLinkingText": [], "type": "attribute", @@ -87537,10 +89124,10 @@ "definedIn": "prose" }, { - "id": "dom-frame-marginheight", - "href": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-marginheight", + "id": "dom-frame-contentdocument", + "href": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-contentdocument", "linkingText": [ - "marginHeight" + "contentDocument" ], "localLinkingText": [], "type": "attribute", @@ -87558,10 +89145,10 @@ "definedIn": "prose" }, { - "id": "dom-frame-marginwidth", - "href": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-marginwidth", + "id": "dom-frame-contentwindow", + "href": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-contentwindow", "linkingText": [ - "marginWidth" + "contentWindow" ], "localLinkingText": [], "type": "attribute", diff --git a/tr/dfns/navigation-api.json b/tr/dfns/navigation-api.json index 17adc9e88f14..7689a44f755a 100644 --- a/tr/dfns/navigation-api.json +++ b/tr/dfns/navigation-api.json @@ -1672,25 +1672,6 @@ }, "definedIn": "prose" }, - { - "id": "perform-a-non-traverse-navigation-api-navigation", - "href": "https://wicg.github.io/navigation-api/#perform-a-non-traverse-navigation-api-navigation", - "linkingText": [ - "perform a non-traverse navigation API navigation" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "global-navigate", - "href": "https://wicg.github.io/navigation-api/#global-navigate", - "title": "Navigating", - "number": "1.4" - }, - "definedIn": "prose" - }, { "id": "an-early-error-result", "href": "https://wicg.github.io/navigation-api/#an-early-error-result", @@ -3659,10 +3640,10 @@ "definedIn": "prose" }, { - "id": "inform-the-navigation-api-about-browsing-context-discarding", - "href": "https://wicg.github.io/navigation-api/#inform-the-navigation-api-about-browsing-context-discarding", + "id": "inform-the-navigation-api-about-nested-navigable-destruction", + "href": "https://wicg.github.io/navigation-api/#inform-the-navigation-api-about-nested-navigable-destruction", "linkingText": [ - "inform the navigation API about browsing context discarding" + "inform the navigation API about nested navigable destruction" ], "localLinkingText": [], "type": "dfn", @@ -3964,197 +3945,199 @@ "definedIn": "table" }, { - "id": "navigate-entrylist", - "href": "https://wicg.github.io/navigation-api/#navigate-entrylist", + "id": "session-history-entry-navigation-api-key", + "href": "https://wicg.github.io/navigation-api/#session-history-entry-navigation-api-key", "linkingText": [ - "entryList" + "navigation API key" ], "localLinkingText": [], "type": "dfn", "for": [ - "navigate" + "session history entry" ], "access": "private", "informative": false, "heading": { - "id": "form-patches", - "href": "https://wicg.github.io/navigation-api/#form-patches", - "title": "Form submission patches", + "id": "session-history-new-she-fields", + "href": "https://wicg.github.io/navigation-api/#session-history-new-she-fields", + "title": "New session history entry items", "number": "4.1" }, "definedIn": "prose" }, { - "id": "user-navigation-involvement", - "href": "https://wicg.github.io/navigation-api/#user-navigation-involvement", + "id": "session-history-entry-navigation-api-id", + "href": "https://wicg.github.io/navigation-api/#session-history-entry-navigation-api-id", "linkingText": [ - "user navigation involvement" + "navigation API ID" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "session history entry" + ], "access": "private", "informative": false, "heading": { - "id": "user-initiated-patches", - "href": "https://wicg.github.io/navigation-api/#user-initiated-patches", - "title": "Browser UI/user-initiated patches", - "number": "4.2" + "id": "session-history-new-she-fields", + "href": "https://wicg.github.io/navigation-api/#session-history-new-she-fields", + "title": "New session history entry items", + "number": "4.1" }, "definedIn": "prose" }, { - "id": "user-navigation-involvement-browser-ui", - "href": "https://wicg.github.io/navigation-api/#user-navigation-involvement-browser-ui", + "id": "session-history-entry-navigation-api-state", + "href": "https://wicg.github.io/navigation-api/#session-history-entry-navigation-api-state", "linkingText": [ - "browser UI" + "navigation API state" ], "localLinkingText": [], "type": "dfn", "for": [ - "user navigation involvement" + "session history entry" ], "access": "private", "informative": false, "heading": { - "id": "user-initiated-patches", - "href": "https://wicg.github.io/navigation-api/#user-initiated-patches", - "title": "Browser UI/user-initiated patches", - "number": "4.2" + "id": "session-history-new-she-fields", + "href": "https://wicg.github.io/navigation-api/#session-history-new-she-fields", + "title": "New session history entry items", + "number": "4.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "user-navigation-involvement-activation", - "href": "https://wicg.github.io/navigation-api/#user-navigation-involvement-activation", + "id": "navigate-entrylist", + "href": "https://wicg.github.io/navigation-api/#navigate-entrylist", "linkingText": [ - "activation" + "entryList" ], "localLinkingText": [], "type": "dfn", "for": [ - "user navigation involvement" + "navigate" ], "access": "private", "informative": false, "heading": { - "id": "user-initiated-patches", - "href": "https://wicg.github.io/navigation-api/#user-initiated-patches", - "title": "Browser UI/user-initiated patches", + "id": "navigate-patch", + "href": "https://wicg.github.io/navigation-api/#navigate-patch", + "title": "Navigate", "number": "4.2" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "user-navigation-involvement-none", - "href": "https://wicg.github.io/navigation-api/#user-navigation-involvement-none", + "id": "navigate-userinvolvement", + "href": "https://wicg.github.io/navigation-api/#navigate-userinvolvement", "linkingText": [ - "none" + "userInvolvement" ], "localLinkingText": [], "type": "dfn", "for": [ - "user navigation involvement" + "navigate" ], "access": "private", "informative": false, "heading": { - "id": "user-initiated-patches", - "href": "https://wicg.github.io/navigation-api/#user-initiated-patches", - "title": "Browser UI/user-initiated patches", + "id": "navigate-patch", + "href": "https://wicg.github.io/navigation-api/#navigate-patch", + "title": "Navigate", "number": "4.2" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "event-user-navigation-involvement", - "href": "https://wicg.github.io/navigation-api/#event-user-navigation-involvement", + "id": "navigate-navigationapistate", + "href": "https://wicg.github.io/navigation-api/#navigate-navigationapistate", "linkingText": [ - "user navigation involvement" + "navigationAPIState" ], "localLinkingText": [], "type": "dfn", "for": [ - "Event" + "navigate" ], "access": "private", "informative": false, "heading": { - "id": "user-initiated-patches", - "href": "https://wicg.github.io/navigation-api/#user-initiated-patches", - "title": "Browser UI/user-initiated patches", + "id": "navigate-patch", + "href": "https://wicg.github.io/navigation-api/#navigate-patch", + "title": "Navigate", "number": "4.2" }, "definedIn": "prose" }, { - "id": "navigate-userinvolvement", - "href": "https://wicg.github.io/navigation-api/#navigate-userinvolvement", + "id": "reload-navigationapistate", + "href": "https://wicg.github.io/navigation-api/#reload-navigationapistate", "linkingText": [ - "userInvolvement" + "navigationAPIState" ], "localLinkingText": [], "type": "dfn", "for": [ - "navigate" + "reload" ], "access": "private", "informative": false, "heading": { - "id": "user-initiated-patches", - "href": "https://wicg.github.io/navigation-api/#user-initiated-patches", - "title": "Browser UI/user-initiated patches", - "number": "4.2" + "id": "reload-patch", + "href": "https://wicg.github.io/navigation-api/#reload-patch", + "title": "Reload", + "number": "4.6" }, "definedIn": "prose" }, { - "id": "traverse-the-history-by-a-delta-userinvolvement", - "href": "https://wicg.github.io/navigation-api/#traverse-the-history-by-a-delta-userinvolvement", + "id": "reload-userinvolvement", + "href": "https://wicg.github.io/navigation-api/#reload-userinvolvement", "linkingText": [ "userInvolvement" ], "localLinkingText": [], "type": "dfn", "for": [ - "traverse the history by a delta" + "reload" ], "access": "private", "informative": false, "heading": { - "id": "user-initiated-patches", - "href": "https://wicg.github.io/navigation-api/#user-initiated-patches", - "title": "Browser UI/user-initiated patches", - "number": "4.2" + "id": "reload-patch", + "href": "https://wicg.github.io/navigation-api/#reload-patch", + "title": "Reload", + "number": "4.6" }, "definedIn": "prose" }, { - "id": "navigate-navigationapistate", - "href": "https://wicg.github.io/navigation-api/#navigate-navigationapistate", + "id": "traverse-the-history-by-a-delta-userinvolvement", + "href": "https://wicg.github.io/navigation-api/#traverse-the-history-by-a-delta-userinvolvement", "linkingText": [ - "navigationAPIState" + "userInvolvement" ], "localLinkingText": [], "type": "dfn", "for": [ - "navigate" + "traverse the history by a delta" ], "access": "private", "informative": false, "heading": { - "id": "navigate-algorithm-patches", - "href": "https://wicg.github.io/navigation-api/#navigate-algorithm-patches", - "title": "Navigation algorithm updates", - "number": "4.3" + "id": "traverse-patch", + "href": "https://wicg.github.io/navigation-api/#traverse-patch", + "title": "Traversal", + "number": "4.7" }, "definedIn": "prose" }, { - "id": "convert-a-history-handling-behavior-to-a-navigation-type", - "href": "https://wicg.github.io/navigation-api/#convert-a-history-handling-behavior-to-a-navigation-type", + "id": "user-navigation-involvement", + "href": "https://wicg.github.io/navigation-api/#user-navigation-involvement", "linkingText": [ - "convert a history handling behavior to a navigation type" + "user navigation involvement" ], "localLinkingText": [], "type": "dfn", @@ -4162,94 +4145,94 @@ "access": "private", "informative": false, "heading": { - "id": "navigate-algorithm-patches", - "href": "https://wicg.github.io/navigation-api/#navigate-algorithm-patches", - "title": "Navigation algorithm updates", - "number": "4.3" + "id": "new-user-navigation-involvement", + "href": "https://wicg.github.io/navigation-api/#new-user-navigation-involvement", + "title": "User navigation involvement", + "number": "4.11" }, "definedIn": "prose" }, { - "id": "session-history-entry-origin", - "href": "https://wicg.github.io/navigation-api/#session-history-entry-origin", + "id": "user-navigation-involvement-browser-ui", + "href": "https://wicg.github.io/navigation-api/#user-navigation-involvement-browser-ui", "linkingText": [ - "origin" + "browser UI" ], "localLinkingText": [], "type": "dfn", "for": [ - "session history entry" + "user navigation involvement" ], "access": "private", "informative": false, "heading": { - "id": "session-history-new-she-fields", - "href": "https://wicg.github.io/navigation-api/#session-history-new-she-fields", - "title": "New session history entry items", - "number": "5.1" + "id": "new-user-navigation-involvement", + "href": "https://wicg.github.io/navigation-api/#new-user-navigation-involvement", + "title": "User navigation involvement", + "number": "4.11" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "session-history-entry-navigation-api-key", - "href": "https://wicg.github.io/navigation-api/#session-history-entry-navigation-api-key", + "id": "user-navigation-involvement-activation", + "href": "https://wicg.github.io/navigation-api/#user-navigation-involvement-activation", "linkingText": [ - "navigation API key" + "activation" ], "localLinkingText": [], "type": "dfn", "for": [ - "session history entry" + "user navigation involvement" ], "access": "private", "informative": false, "heading": { - "id": "session-history-new-she-fields", - "href": "https://wicg.github.io/navigation-api/#session-history-new-she-fields", - "title": "New session history entry items", - "number": "5.1" + "id": "new-user-navigation-involvement", + "href": "https://wicg.github.io/navigation-api/#new-user-navigation-involvement", + "title": "User navigation involvement", + "number": "4.11" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "session-history-entry-navigation-api-id", - "href": "https://wicg.github.io/navigation-api/#session-history-entry-navigation-api-id", + "id": "user-navigation-involvement-none", + "href": "https://wicg.github.io/navigation-api/#user-navigation-involvement-none", "linkingText": [ - "navigation API ID" + "none" ], "localLinkingText": [], "type": "dfn", "for": [ - "session history entry" + "user navigation involvement" ], "access": "private", "informative": false, "heading": { - "id": "session-history-new-she-fields", - "href": "https://wicg.github.io/navigation-api/#session-history-new-she-fields", - "title": "New session history entry items", - "number": "5.1" + "id": "new-user-navigation-involvement", + "href": "https://wicg.github.io/navigation-api/#new-user-navigation-involvement", + "title": "User navigation involvement", + "number": "4.11" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "session-history-entry-navigation-api-state", - "href": "https://wicg.github.io/navigation-api/#session-history-entry-navigation-api-state", + "id": "event-user-navigation-involvement", + "href": "https://wicg.github.io/navigation-api/#event-user-navigation-involvement", "linkingText": [ - "navigation API state" + "user navigation involvement" ], "localLinkingText": [], "type": "dfn", "for": [ - "session history entry" + "Event" ], "access": "private", "informative": false, "heading": { - "id": "session-history-new-she-fields", - "href": "https://wicg.github.io/navigation-api/#session-history-new-she-fields", - "title": "New session history entry items", - "number": "5.1" + "id": "new-user-navigation-involvement", + "href": "https://wicg.github.io/navigation-api/#new-user-navigation-involvement", + "title": "User navigation involvement", + "number": "4.11" }, "definedIn": "prose" }, @@ -4270,7 +4253,7 @@ "id": "scroll-restoration-patches", "href": "https://wicg.github.io/navigation-api/#scroll-restoration-patches", "title": "Scroll restoration", - "number": "6.2" + "number": "4.14" }, "definedIn": "prose" }, @@ -4289,7 +4272,7 @@ "id": "scroll-restoration-patches", "href": "https://wicg.github.io/navigation-api/#scroll-restoration-patches", "title": "Scroll restoration", - "number": "6.2" + "number": "4.14" }, "definedIn": "prose" } diff --git a/tr/dfns/scroll-animations-1.json b/tr/dfns/scroll-animations-1.json index 683545ec4b30..ef601d9792ab 100644 --- a/tr/dfns/scroll-animations-1.json +++ b/tr/dfns/scroll-animations-1.json @@ -1,12 +1,12 @@ { "spec": { "title": "Scroll-linked Animations", - "url": "https://drafts.csswg.org/scroll-animations-1/" + "url": "https://www.w3.org/TR/scroll-animations-1/" }, "dfns": [ { "id": "scroll-driven-animations", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-driven-animations", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-driven-animations", "linkingText": [ "scroll-driven animations" ], @@ -17,7 +17,7 @@ "informative": false, "heading": { "id": "intro", - "href": "https://drafts.csswg.org/scroll-animations-1/#intro", + "href": "https://www.w3.org/TR/scroll-animations-1/#intro", "title": "Introduction", "number": "1" }, @@ -25,7 +25,7 @@ }, { "id": "scroll-progress-timelines", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-progress-timelines", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-progress-timelines", "linkingText": [ "Scroll progress timelines" ], @@ -36,7 +36,7 @@ "informative": false, "heading": { "id": "scroll-timelines", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-timelines", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timelines", "title": "Scroll Progress Timelines", "number": "2" }, @@ -44,7 +44,7 @@ }, { "id": "funcdef-scroll", - "href": "https://drafts.csswg.org/scroll-animations-1/#funcdef-scroll", + "href": "https://www.w3.org/TR/scroll-animations-1/#funcdef-scroll", "linkingText": [ "scroll()" ], @@ -55,7 +55,7 @@ "informative": false, "heading": { "id": "scroll-notation", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-notation", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-notation", "title": "The scroll() notation", "number": "2.1.1" }, @@ -63,7 +63,7 @@ }, { "id": "typedef-axis", - "href": "https://drafts.csswg.org/scroll-animations-1/#typedef-axis", + "href": "https://www.w3.org/TR/scroll-animations-1/#typedef-axis", "linkingText": [ "" ], @@ -74,7 +74,7 @@ "informative": false, "heading": { "id": "scroll-notation", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-notation", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-notation", "title": "The scroll() notation", "number": "2.1.1" }, @@ -82,7 +82,7 @@ }, { "id": "typedef-scroller", - "href": "https://drafts.csswg.org/scroll-animations-1/#typedef-scroller", + "href": "https://www.w3.org/TR/scroll-animations-1/#typedef-scroller", "linkingText": [ "" ], @@ -93,7 +93,7 @@ "informative": false, "heading": { "id": "scroll-notation", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-notation", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-notation", "title": "The scroll() notation", "number": "2.1.1" }, @@ -101,7 +101,7 @@ }, { "id": "valdef-scroll-block", - "href": "https://drafts.csswg.org/scroll-animations-1/#valdef-scroll-block", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-block", "linkingText": [ "block" ], @@ -116,7 +116,7 @@ "informative": false, "heading": { "id": "scroll-notation", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-notation", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-notation", "title": "The scroll() notation", "number": "2.1.1" }, @@ -124,7 +124,7 @@ }, { "id": "valdef-scroll-inline", - "href": "https://drafts.csswg.org/scroll-animations-1/#valdef-scroll-inline", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-inline", "linkingText": [ "inline" ], @@ -139,7 +139,7 @@ "informative": false, "heading": { "id": "scroll-notation", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-notation", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-notation", "title": "The scroll() notation", "number": "2.1.1" }, @@ -147,7 +147,7 @@ }, { "id": "valdef-scroll-vertical", - "href": "https://drafts.csswg.org/scroll-animations-1/#valdef-scroll-vertical", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-vertical", "linkingText": [ "vertical" ], @@ -162,7 +162,7 @@ "informative": false, "heading": { "id": "scroll-notation", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-notation", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-notation", "title": "The scroll() notation", "number": "2.1.1" }, @@ -170,7 +170,7 @@ }, { "id": "valdef-scroll-horizontal", - "href": "https://drafts.csswg.org/scroll-animations-1/#valdef-scroll-horizontal", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-horizontal", "linkingText": [ "horizontal" ], @@ -185,7 +185,7 @@ "informative": false, "heading": { "id": "scroll-notation", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-notation", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-notation", "title": "The scroll() notation", "number": "2.1.1" }, @@ -193,7 +193,7 @@ }, { "id": "valdef-scroll-nearest", - "href": "https://drafts.csswg.org/scroll-animations-1/#valdef-scroll-nearest", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-nearest", "linkingText": [ "nearest" ], @@ -208,7 +208,7 @@ "informative": false, "heading": { "id": "scroll-notation", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-notation", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-notation", "title": "The scroll() notation", "number": "2.1.1" }, @@ -216,7 +216,7 @@ }, { "id": "valdef-scroll-root", - "href": "https://drafts.csswg.org/scroll-animations-1/#valdef-scroll-root", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-root", "linkingText": [ "root" ], @@ -231,7 +231,7 @@ "informative": false, "heading": { "id": "scroll-notation", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-notation", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-notation", "title": "The scroll() notation", "number": "2.1.1" }, @@ -239,7 +239,7 @@ }, { "id": "enumdef-scrollaxis", - "href": "https://drafts.csswg.org/scroll-animations-1/#enumdef-scrollaxis", + "href": "https://www.w3.org/TR/scroll-animations-1/#enumdef-scrollaxis", "linkingText": [ "ScrollAxis" ], @@ -250,7 +250,7 @@ "informative": false, "heading": { "id": "scrolltimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", "title": "The ScrollTimeline Interface", "number": "2.1.2" }, @@ -258,7 +258,7 @@ }, { "id": "dom-scrollaxis-block", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-scrollaxis-block", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-block", "linkingText": [ "\"block\"" ], @@ -271,7 +271,7 @@ "informative": false, "heading": { "id": "scrolltimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", "title": "The ScrollTimeline Interface", "number": "2.1.2" }, @@ -279,7 +279,7 @@ }, { "id": "dom-scrollaxis-inline", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-scrollaxis-inline", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-inline", "linkingText": [ "\"inline\"" ], @@ -292,7 +292,7 @@ "informative": false, "heading": { "id": "scrolltimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", "title": "The ScrollTimeline Interface", "number": "2.1.2" }, @@ -300,7 +300,7 @@ }, { "id": "dom-scrollaxis-horizontal", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-scrollaxis-horizontal", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-horizontal", "linkingText": [ "\"horizontal\"" ], @@ -313,7 +313,7 @@ "informative": false, "heading": { "id": "scrolltimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", "title": "The ScrollTimeline Interface", "number": "2.1.2" }, @@ -321,7 +321,7 @@ }, { "id": "dom-scrollaxis-vertical", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-scrollaxis-vertical", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-vertical", "linkingText": [ "\"vertical\"" ], @@ -334,7 +334,7 @@ "informative": false, "heading": { "id": "scrolltimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", "title": "The ScrollTimeline Interface", "number": "2.1.2" }, @@ -342,7 +342,7 @@ }, { "id": "dictdef-scrolltimelineoptions", - "href": "https://drafts.csswg.org/scroll-animations-1/#dictdef-scrolltimelineoptions", + "href": "https://www.w3.org/TR/scroll-animations-1/#dictdef-scrolltimelineoptions", "linkingText": [ "ScrollTimelineOptions" ], @@ -353,7 +353,7 @@ "informative": false, "heading": { "id": "scrolltimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", "title": "The ScrollTimeline Interface", "number": "2.1.2" }, @@ -361,7 +361,7 @@ }, { "id": "dom-scrolltimelineoptions-source", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-scrolltimelineoptions-source", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimelineoptions-source", "linkingText": [ "source" ], @@ -374,7 +374,7 @@ "informative": false, "heading": { "id": "scrolltimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", "title": "The ScrollTimeline Interface", "number": "2.1.2" }, @@ -382,7 +382,7 @@ }, { "id": "dom-scrolltimelineoptions-axis", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-scrolltimelineoptions-axis", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimelineoptions-axis", "linkingText": [ "axis" ], @@ -395,7 +395,7 @@ "informative": false, "heading": { "id": "scrolltimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", "title": "The ScrollTimeline Interface", "number": "2.1.2" }, @@ -403,7 +403,7 @@ }, { "id": "scrolltimeline", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline", "linkingText": [ "ScrollTimeline" ], @@ -414,7 +414,7 @@ "informative": false, "heading": { "id": "scrolltimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", "title": "The ScrollTimeline Interface", "number": "2.1.2" }, @@ -422,7 +422,7 @@ }, { "id": "dom-scrolltimeline-scrolltimeline-options-options", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-scrolltimeline-scrolltimeline-options-options", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimeline-scrolltimeline-options-options", "linkingText": [ "options" ], @@ -438,7 +438,7 @@ "informative": false, "heading": { "id": "scrolltimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", "title": "The ScrollTimeline Interface", "number": "2.1.2" }, @@ -446,7 +446,7 @@ }, { "id": "dom-scrolltimeline-source", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-scrolltimeline-source", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimeline-source", "linkingText": [ "source" ], @@ -459,7 +459,7 @@ "informative": false, "heading": { "id": "scrolltimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", "title": "The ScrollTimeline Interface", "number": "2.1.2" }, @@ -467,7 +467,7 @@ }, { "id": "dom-scrolltimeline-axis", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-scrolltimeline-axis", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimeline-axis", "linkingText": [ "axis" ], @@ -480,7 +480,7 @@ "informative": false, "heading": { "id": "scrolltimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", "title": "The ScrollTimeline Interface", "number": "2.1.2" }, @@ -488,7 +488,7 @@ }, { "id": "dom-scrolltimeline-scrolltimeline", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-scrolltimeline-scrolltimeline", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimeline-scrolltimeline", "linkingText": [ "ScrollTimeline(options)", "constructor(options)", @@ -504,7 +504,7 @@ "informative": false, "heading": { "id": "scrolltimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", "title": "The ScrollTimeline Interface", "number": "2.1.2" }, @@ -512,7 +512,7 @@ }, { "id": "propdef-scroll-timeline-name", - "href": "https://drafts.csswg.org/scroll-animations-1/#propdef-scroll-timeline-name", + "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-scroll-timeline-name", "linkingText": [ "scroll-timeline-name" ], @@ -523,7 +523,7 @@ "informative": false, "heading": { "id": "scroll-timeline-name", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-timeline-name", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-name", "title": "Naming a Scroll Progress Timeline: the scroll-timeline-name property", "number": "2.2.1" }, @@ -531,7 +531,7 @@ }, { "id": "propdef-scroll-timeline-axis", - "href": "https://drafts.csswg.org/scroll-animations-1/#propdef-scroll-timeline-axis", + "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-scroll-timeline-axis", "linkingText": [ "scroll-timeline-axis" ], @@ -542,7 +542,7 @@ "informative": false, "heading": { "id": "scroll-timeline-axis", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-timeline-axis", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-axis", "title": "Axis of a Scroll Progress Timeline: the scroll-timeline-axis property", "number": "2.2.2" }, @@ -550,7 +550,7 @@ }, { "id": "propdef-scroll-timeline", - "href": "https://drafts.csswg.org/scroll-animations-1/#propdef-scroll-timeline", + "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-scroll-timeline", "linkingText": [ "scroll-timeline" ], @@ -561,7 +561,7 @@ "informative": false, "heading": { "id": "scroll-timeline-shorthand", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-timeline-shorthand", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-shorthand", "title": "Scroll Timeline Shorthand: the scroll-timeline shorthand", "number": "2.2.3" }, @@ -569,7 +569,7 @@ }, { "id": "view-progress-subject", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-progress-subject", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-progress-subject", "linkingText": [ "view progress subject" ], @@ -580,7 +580,7 @@ "informative": false, "heading": { "id": "view-timelines", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timelines", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timelines", "title": "View Progress Timelines", "number": "3" }, @@ -588,7 +588,7 @@ }, { "id": "view-progress-timelines", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-progress-timelines", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-progress-timelines", "linkingText": [ "View progress timelines" ], @@ -599,7 +599,7 @@ "informative": false, "heading": { "id": "view-timelines", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timelines", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timelines", "title": "View Progress Timelines", "number": "3" }, @@ -607,7 +607,7 @@ }, { "id": "valdef-animation-timeline-range-cover", - "href": "https://drafts.csswg.org/scroll-animations-1/#valdef-animation-timeline-range-cover", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-timeline-range-cover", "linkingText": [ "cover" ], @@ -620,7 +620,7 @@ "informative": false, "heading": { "id": "view-timelines-ranges", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timelines-ranges", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timelines-ranges", "title": "View Progress Timeline Ranges", "number": "3.1" }, @@ -628,7 +628,7 @@ }, { "id": "valdef-animation-timeline-range-contain", - "href": "https://drafts.csswg.org/scroll-animations-1/#valdef-animation-timeline-range-contain", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-timeline-range-contain", "linkingText": [ "contain" ], @@ -641,7 +641,7 @@ "informative": false, "heading": { "id": "view-timelines-ranges", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timelines-ranges", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timelines-ranges", "title": "View Progress Timeline Ranges", "number": "3.1" }, @@ -649,7 +649,7 @@ }, { "id": "valdef-animation-timeline-range-entry", - "href": "https://drafts.csswg.org/scroll-animations-1/#valdef-animation-timeline-range-entry", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-timeline-range-entry", "linkingText": [ "entry" ], @@ -662,7 +662,7 @@ "informative": false, "heading": { "id": "view-timelines-ranges", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timelines-ranges", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timelines-ranges", "title": "View Progress Timeline Ranges", "number": "3.1" }, @@ -670,7 +670,7 @@ }, { "id": "valdef-animation-timeline-range-exit", - "href": "https://drafts.csswg.org/scroll-animations-1/#valdef-animation-timeline-range-exit", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-timeline-range-exit", "linkingText": [ "exit" ], @@ -683,7 +683,7 @@ "informative": false, "heading": { "id": "view-timelines-ranges", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timelines-ranges", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timelines-ranges", "title": "View Progress Timeline Ranges", "number": "3.1" }, @@ -691,7 +691,7 @@ }, { "id": "dictdef-viewtimelineoptions", - "href": "https://drafts.csswg.org/scroll-animations-1/#dictdef-viewtimelineoptions", + "href": "https://www.w3.org/TR/scroll-animations-1/#dictdef-viewtimelineoptions", "linkingText": [ "ViewTimelineOptions" ], @@ -702,7 +702,7 @@ "informative": false, "heading": { "id": "viewtimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#viewtimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#viewtimeline-interface", "title": "The ViewTimeline Interface", "number": "3.2.1" }, @@ -710,7 +710,7 @@ }, { "id": "dom-viewtimelineoptions-subject", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-viewtimelineoptions-subject", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimelineoptions-subject", "linkingText": [ "subject" ], @@ -723,7 +723,7 @@ "informative": false, "heading": { "id": "viewtimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#viewtimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#viewtimeline-interface", "title": "The ViewTimeline Interface", "number": "3.2.1" }, @@ -731,7 +731,7 @@ }, { "id": "dom-viewtimelineoptions-axis", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-viewtimelineoptions-axis", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimelineoptions-axis", "linkingText": [ "axis" ], @@ -744,7 +744,7 @@ "informative": false, "heading": { "id": "viewtimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#viewtimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#viewtimeline-interface", "title": "The ViewTimeline Interface", "number": "3.2.1" }, @@ -752,7 +752,7 @@ }, { "id": "viewtimeline", - "href": "https://drafts.csswg.org/scroll-animations-1/#viewtimeline", + "href": "https://www.w3.org/TR/scroll-animations-1/#viewtimeline", "linkingText": [ "ViewTimeline" ], @@ -763,7 +763,7 @@ "informative": false, "heading": { "id": "viewtimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#viewtimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#viewtimeline-interface", "title": "The ViewTimeline Interface", "number": "3.2.1" }, @@ -771,7 +771,7 @@ }, { "id": "dom-viewtimeline-viewtimeline-options-options", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-viewtimeline-viewtimeline-options-options", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimeline-viewtimeline-options-options", "linkingText": [ "options" ], @@ -787,7 +787,7 @@ "informative": false, "heading": { "id": "viewtimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#viewtimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#viewtimeline-interface", "title": "The ViewTimeline Interface", "number": "3.2.1" }, @@ -795,7 +795,7 @@ }, { "id": "dom-viewtimeline-subject", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-viewtimeline-subject", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimeline-subject", "linkingText": [ "subject" ], @@ -808,7 +808,7 @@ "informative": false, "heading": { "id": "viewtimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#viewtimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#viewtimeline-interface", "title": "The ViewTimeline Interface", "number": "3.2.1" }, @@ -816,7 +816,7 @@ }, { "id": "dom-viewtimeline-startoffset", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-viewtimeline-startoffset", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimeline-startoffset", "linkingText": [ "startOffset" ], @@ -829,7 +829,7 @@ "informative": false, "heading": { "id": "viewtimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#viewtimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#viewtimeline-interface", "title": "The ViewTimeline Interface", "number": "3.2.1" }, @@ -837,7 +837,7 @@ }, { "id": "dom-viewtimeline-endoffset", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-viewtimeline-endoffset", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimeline-endoffset", "linkingText": [ "endOffset" ], @@ -850,7 +850,7 @@ "informative": false, "heading": { "id": "viewtimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#viewtimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#viewtimeline-interface", "title": "The ViewTimeline Interface", "number": "3.2.1" }, @@ -858,7 +858,7 @@ }, { "id": "dom-viewtimeline-viewtimeline", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-viewtimeline-viewtimeline", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimeline-viewtimeline", "linkingText": [ "ViewTimeline(options)", "constructor(options)", @@ -874,7 +874,7 @@ "informative": false, "heading": { "id": "viewtimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#viewtimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#viewtimeline-interface", "title": "The ViewTimeline Interface", "number": "3.2.1" }, @@ -882,7 +882,7 @@ }, { "id": "propdef-view-timeline-name", - "href": "https://drafts.csswg.org/scroll-animations-1/#propdef-view-timeline-name", + "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline-name", "linkingText": [ "view-timeline-name" ], @@ -893,7 +893,7 @@ "informative": false, "heading": { "id": "view-timeline-name", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timeline-name", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-name", "title": "Naming a View Progress Timeline: the view-timeline-name property", "number": "3.3.1" }, @@ -901,7 +901,7 @@ }, { "id": "propdef-view-timeline-axis", - "href": "https://drafts.csswg.org/scroll-animations-1/#propdef-view-timeline-axis", + "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline-axis", "linkingText": [ "view-timeline-axis" ], @@ -912,7 +912,7 @@ "informative": false, "heading": { "id": "view-timeline-axis", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timeline-axis", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-axis", "title": "Axis of a View Progress Timeline: the view-timeline-axis property", "number": "3.3.2" }, @@ -920,7 +920,7 @@ }, { "id": "propdef-view-timeline-inset", - "href": "https://drafts.csswg.org/scroll-animations-1/#propdef-view-timeline-inset", + "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline-inset", "linkingText": [ "view-timeline-inset" ], @@ -931,7 +931,7 @@ "informative": false, "heading": { "id": "view-timeline-inset", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timeline-inset", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-inset", "title": "Inset of a View Progress Timeline: the view-timeline-inset property", "number": "3.3.3" }, @@ -939,7 +939,7 @@ }, { "id": "view-progress-visibility-range", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-progress-visibility-range", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-progress-visibility-range", "linkingText": [ "view progress visibility range" ], @@ -950,7 +950,7 @@ "informative": false, "heading": { "id": "view-timeline-inset", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timeline-inset", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-inset", "title": "Inset of a View Progress Timeline: the view-timeline-inset property", "number": "3.3.3" }, @@ -958,7 +958,7 @@ }, { "id": "valdef-view-timeline-inset-auto", - "href": "https://drafts.csswg.org/scroll-animations-1/#valdef-view-timeline-inset-auto", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-view-timeline-inset-auto", "linkingText": [ "auto" ], @@ -971,7 +971,7 @@ "informative": false, "heading": { "id": "view-timeline-inset", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timeline-inset", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-inset", "title": "Inset of a View Progress Timeline: the view-timeline-inset property", "number": "3.3.3" }, @@ -979,7 +979,7 @@ }, { "id": "propdef-view-timeline", - "href": "https://drafts.csswg.org/scroll-animations-1/#propdef-view-timeline", + "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline", "linkingText": [ "view-timeline" ], @@ -990,7 +990,7 @@ "informative": false, "heading": { "id": "view-timeline-shorthand", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timeline-shorthand", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-shorthand", "title": "View Timeline Shorthand: the view-timeline shorthand", "number": "3.3.4" }, @@ -998,7 +998,7 @@ }, { "id": "layout-cycles", - "href": "https://drafts.csswg.org/scroll-animations-1/#layout-cycles", + "href": "https://www.w3.org/TR/scroll-animations-1/#layout-cycles", "linkingText": [ "layout cycles" ], @@ -1009,7 +1009,7 @@ "informative": false, "heading": { "id": "avoiding-cycles", - "href": "https://drafts.csswg.org/scroll-animations-1/#avoiding-cycles", + "href": "https://www.w3.org/TR/scroll-animations-1/#avoiding-cycles", "title": "Avoiding cycles with layout", "number": "5" }, @@ -1017,7 +1017,7 @@ }, { "id": "named-timeline-range", - "href": "https://drafts.csswg.org/scroll-animations-1/#named-timeline-range", + "href": "https://www.w3.org/TR/scroll-animations-1/#named-timeline-range", "linkingText": [ "named timeline range" ], @@ -1028,14 +1028,14 @@ "informative": false, "heading": { "id": "timeline-ranges", - "href": "https://drafts.csswg.org/scroll-animations-1/#timeline-ranges", + "href": "https://www.w3.org/TR/scroll-animations-1/#timeline-ranges", "title": "Appendix A: Named Timeline Ranges" }, "definedIn": "prose" }, { "id": "typedef-timeline-range-name", - "href": "https://drafts.csswg.org/scroll-animations-1/#typedef-timeline-range-name", + "href": "https://www.w3.org/TR/scroll-animations-1/#typedef-timeline-range-name", "linkingText": [ "" ], @@ -1046,14 +1046,14 @@ "informative": false, "heading": { "id": "timeline-ranges", - "href": "https://drafts.csswg.org/scroll-animations-1/#timeline-ranges", + "href": "https://www.w3.org/TR/scroll-animations-1/#timeline-ranges", "title": "Appendix A: Named Timeline Ranges" }, "definedIn": "prose" }, { "id": "propdef-animation-delay", - "href": "https://drafts.csswg.org/scroll-animations-1/#propdef-animation-delay", + "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-animation-delay", "linkingText": [ "animation-delay" ], @@ -1064,14 +1064,14 @@ "informative": false, "heading": { "id": "named-range-animation-declaration", - "href": "https://drafts.csswg.org/scroll-animations-1/#named-range-animation-declaration", + "href": "https://www.w3.org/TR/scroll-animations-1/#named-range-animation-declaration", "title": "Attaching Animations to Timeline Ranges" }, "definedIn": "table" }, { "id": "propdef-animation-range", - "href": "https://drafts.csswg.org/scroll-animations-1/#propdef-animation-range", + "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-animation-range", "linkingText": [ "animation-range" ], @@ -1082,14 +1082,14 @@ "informative": false, "heading": { "id": "named-range-animation-declaration", - "href": "https://drafts.csswg.org/scroll-animations-1/#named-range-animation-declaration", + "href": "https://www.w3.org/TR/scroll-animations-1/#named-range-animation-declaration", "title": "Attaching Animations to Timeline Ranges" }, "definedIn": "table" }, { "id": "propdef-animation-delay-start", - "href": "https://drafts.csswg.org/scroll-animations-1/#propdef-animation-delay-start", + "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-animation-delay-start", "linkingText": [ "animation-delay-start" ], @@ -1100,14 +1100,14 @@ "informative": false, "heading": { "id": "named-range-animation-declaration", - "href": "https://drafts.csswg.org/scroll-animations-1/#named-range-animation-declaration", + "href": "https://www.w3.org/TR/scroll-animations-1/#named-range-animation-declaration", "title": "Attaching Animations to Timeline Ranges" }, "definedIn": "table" }, { "id": "valdef-animation-delay-start-timeline-range-name-percentage", - "href": "https://drafts.csswg.org/scroll-animations-1/#valdef-animation-delay-start-timeline-range-name-percentage", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-delay-start-timeline-range-name-percentage", "linkingText": [ " " ], @@ -1121,14 +1121,14 @@ "informative": false, "heading": { "id": "named-range-animation-declaration", - "href": "https://drafts.csswg.org/scroll-animations-1/#named-range-animation-declaration", + "href": "https://www.w3.org/TR/scroll-animations-1/#named-range-animation-declaration", "title": "Attaching Animations to Timeline Ranges" }, "definedIn": "dt" }, { "id": "propdef-animation-delay-end", - "href": "https://drafts.csswg.org/scroll-animations-1/#propdef-animation-delay-end", + "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-animation-delay-end", "linkingText": [ "animation-delay-end" ], @@ -1139,14 +1139,14 @@ "informative": false, "heading": { "id": "named-range-animation-declaration", - "href": "https://drafts.csswg.org/scroll-animations-1/#named-range-animation-declaration", + "href": "https://www.w3.org/TR/scroll-animations-1/#named-range-animation-declaration", "title": "Attaching Animations to Timeline Ranges" }, "definedIn": "table" }, { "id": "animationtimeline", - "href": "https://drafts.csswg.org/scroll-animations-1/#animationtimeline", + "href": "https://www.w3.org/TR/scroll-animations-1/#animationtimeline", "linkingText": [ "AnimationTimeline" ], @@ -1157,14 +1157,14 @@ "informative": false, "heading": { "id": "named-range-getTime", - "href": "https://drafts.csswg.org/scroll-animations-1/#named-range-getTime", + "href": "https://www.w3.org/TR/scroll-animations-1/#named-range-getTime", "title": "Reporting Timeline Range Progress: the getTime() method" }, "definedIn": "pre" }, { "id": "dom-animationtimeline-currenttime", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-animationtimeline-currenttime", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-animationtimeline-currenttime", "linkingText": [ "currentTime" ], @@ -1177,14 +1177,14 @@ "informative": false, "heading": { "id": "named-range-getTime", - "href": "https://drafts.csswg.org/scroll-animations-1/#named-range-getTime", + "href": "https://www.w3.org/TR/scroll-animations-1/#named-range-getTime", "title": "Reporting Timeline Range Progress: the getTime() method" }, "definedIn": "pre" }, { "id": "dom-animationtimeline-getcurrenttime-rangename-rangename", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-animationtimeline-getcurrenttime-rangename-rangename", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-animationtimeline-getcurrenttime-rangename-rangename", "linkingText": [ "rangeName" ], @@ -1198,14 +1198,14 @@ "informative": false, "heading": { "id": "named-range-getTime", - "href": "https://drafts.csswg.org/scroll-animations-1/#named-range-getTime", + "href": "https://www.w3.org/TR/scroll-animations-1/#named-range-getTime", "title": "Reporting Timeline Range Progress: the getTime() method" }, "definedIn": "pre" }, { "id": "dom-animationtimeline-getcurrenttime", - "href": "https://drafts.csswg.org/scroll-animations-1/#dom-animationtimeline-getcurrenttime", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-animationtimeline-getcurrenttime", "linkingText": [ "getCurrentTime(rangeName)", "getCurrentTime()", @@ -1220,7 +1220,7 @@ "informative": false, "heading": { "id": "named-range-getTime", - "href": "https://drafts.csswg.org/scroll-animations-1/#named-range-getTime", + "href": "https://www.w3.org/TR/scroll-animations-1/#named-range-getTime", "title": "Reporting Timeline Range Progress: the getTime() method" }, "definedIn": "prose" diff --git a/tr/dfns/web-app-launch.json b/tr/dfns/web-app-launch.json new file mode 100644 index 000000000000..e03691674fae --- /dev/null +++ b/tr/dfns/web-app-launch.json @@ -0,0 +1,476 @@ +{ + "spec": { + "title": "Web App Launch Handler API", + "url": "https://wicg.github.io/web-app-launch/" + }, + "dfns": [ + { + "id": "dfn-launch_handler", + "href": "https://wicg.github.io/web-app-launch/#dfn-launch_handler", + "linkingText": [ + "launch_handler" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "manifest" + ], + "access": "private", + "informative": false, + "heading": { + "id": "launch_handler-member", + "href": "https://wicg.github.io/web-app-launch/#launch_handler-member", + "title": "launch_handler member", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-processing-the-launch_handler-member", + "href": "https://wicg.github.io/web-app-launch/#dfn-processing-the-launch_handler-member", + "linkingText": [ + "processing the launch_handler member" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "launch_handler-member", + "href": "https://wicg.github.io/web-app-launch/#launch_handler-member", + "title": "launch_handler member", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-client_mode", + "href": "https://wicg.github.io/web-app-launch/#dfn-client_mode", + "linkingText": [ + "client_mode" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "manifest" + ], + "access": "private", + "informative": false, + "heading": { + "id": "client_mode-member", + "href": "https://wicg.github.io/web-app-launch/#client_mode-member", + "title": "client_mode member", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-client-mode-targets", + "href": "https://wicg.github.io/web-app-launch/#dfn-client-mode-targets", + "linkingText": [ + "client mode targets" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "client_mode-member", + "href": "https://wicg.github.io/web-app-launch/#client_mode-member", + "title": "client_mode member", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-auto", + "href": "https://wicg.github.io/web-app-launch/#dfn-auto", + "linkingText": [ + "auto" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "client mode" + ], + "access": "private", + "informative": false, + "heading": { + "id": "client_mode-member", + "href": "https://wicg.github.io/web-app-launch/#client_mode-member", + "title": "client_mode member", + "number": "3.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-navigate-new", + "href": "https://wicg.github.io/web-app-launch/#dfn-navigate-new", + "linkingText": [ + "navigate-new" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "client mode" + ], + "access": "private", + "informative": false, + "heading": { + "id": "client_mode-member", + "href": "https://wicg.github.io/web-app-launch/#client_mode-member", + "title": "client_mode member", + "number": "3.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-navigate-existing", + "href": "https://wicg.github.io/web-app-launch/#dfn-navigate-existing", + "linkingText": [ + "navigate-existing" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "client mode" + ], + "access": "private", + "informative": false, + "heading": { + "id": "client_mode-member", + "href": "https://wicg.github.io/web-app-launch/#client_mode-member", + "title": "client_mode member", + "number": "3.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-focus-existing", + "href": "https://wicg.github.io/web-app-launch/#dfn-focus-existing", + "linkingText": [ + "focus-existing" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "client mode" + ], + "access": "private", + "informative": false, + "heading": { + "id": "client_mode-member", + "href": "https://wicg.github.io/web-app-launch/#client_mode-member", + "title": "client_mode member", + "number": "3.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-process-the-client_mode-member", + "href": "https://wicg.github.io/web-app-launch/#dfn-process-the-client_mode-member", + "linkingText": [ + "process the client_mode member" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "client_mode-member", + "href": "https://wicg.github.io/web-app-launch/#client_mode-member", + "title": "client_mode member", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-launch-a-web-app", + "href": "https://wicg.github.io/web-app-launch/#dfn-launch-a-web-app", + "linkingText": [ + "launch a web app" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "launching-a-web-app", + "href": "https://wicg.github.io/web-app-launch/#launching-a-web-app", + "title": "Launching a Web App", + "number": "4.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-web-app-launch-client", + "href": "https://wicg.github.io/web-app-launch/#dfn-web-app-launch-client", + "linkingText": [ + "web app launch client" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "preparing-a-web-app-launch-client", + "href": "https://wicg.github.io/web-app-launch/#preparing-a-web-app-launch-client", + "title": "Preparing a Web App Launch Client", + "number": "4.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-prepare-a-web-app-launch-client", + "href": "https://wicg.github.io/web-app-launch/#dfn-prepare-a-web-app-launch-client", + "linkingText": [ + "prepare a web app launch client" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "preparing-a-web-app-launch-client", + "href": "https://wicg.github.io/web-app-launch/#preparing-a-web-app-launch-client", + "title": "Preparing a Web App Launch Client", + "number": "4.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-prepare-a-new-web-app-launch-client", + "href": "https://wicg.github.io/web-app-launch/#dfn-prepare-a-new-web-app-launch-client", + "linkingText": [ + "prepare a new web app launch client" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "preparing-a-new-web-app-launch-client", + "href": "https://wicg.github.io/web-app-launch/#preparing-a-new-web-app-launch-client", + "title": "Preparing a new Web App Launch Client", + "number": "4.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-process-unconsumed-launch-params", + "href": "https://wicg.github.io/web-app-launch/#dfn-process-unconsumed-launch-params", + "linkingText": [ + "process unconsumed launch params" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "processing-unconsumed-launch-params", + "href": "https://wicg.github.io/web-app-launch/#processing-unconsumed-launch-params", + "title": "Processing unconsumed launch params", + "number": "4.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-launchparams", + "href": "https://wicg.github.io/web-app-launch/#dom-launchparams", + "linkingText": [ + "LaunchParams" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "launchparams-interface", + "href": "https://wicg.github.io/web-app-launch/#launchparams-interface", + "title": "LaunchParams interface", + "number": "5.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-launchparams-targeturl", + "href": "https://wicg.github.io/web-app-launch/#dom-launchparams-targeturl", + "linkingText": [ + "targetURL" + ], + "localLinkingText": [ + "LaunchParams.targetURL" + ], + "type": "attribute", + "for": [ + "LaunchParams" + ], + "access": "public", + "informative": false, + "heading": { + "id": "launchparams-interface", + "href": "https://wicg.github.io/web-app-launch/#launchparams-interface", + "title": "LaunchParams interface", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-launchparams-files", + "href": "https://wicg.github.io/web-app-launch/#dom-launchparams-files", + "linkingText": [ + "files" + ], + "localLinkingText": [ + "LaunchParams.files" + ], + "type": "attribute", + "for": [ + "LaunchParams" + ], + "access": "public", + "informative": false, + "heading": { + "id": "launchparams-interface", + "href": "https://wicg.github.io/web-app-launch/#launchparams-interface", + "title": "LaunchParams interface", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-launchconsumer", + "href": "https://wicg.github.io/web-app-launch/#dom-launchconsumer", + "linkingText": [ + "LaunchConsumer" + ], + "localLinkingText": [], + "type": "callback", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "launchconsumer-function", + "href": "https://wicg.github.io/web-app-launch/#launchconsumer-function", + "title": "LaunchConsumer function", + "number": "5.2" + }, + "definedIn": "heading" + }, + { + "id": "dom-launchqueue", + "href": "https://wicg.github.io/web-app-launch/#dom-launchqueue", + "linkingText": [ + "LaunchQueue" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "launchqueue-interface", + "href": "https://wicg.github.io/web-app-launch/#launchqueue-interface", + "title": "LaunchQueue interface", + "number": "5.3" + }, + "definedIn": "heading" + }, + { + "id": "dom-window-launchqueue", + "href": "https://wicg.github.io/web-app-launch/#dom-window-launchqueue", + "linkingText": [ + "launchQueue" + ], + "localLinkingText": [ + "Window.launchQueue" + ], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "launchqueue-interface", + "href": "https://wicg.github.io/web-app-launch/#launchqueue-interface", + "title": "LaunchQueue interface", + "number": "5.3" + }, + "definedIn": "pre" + }, + { + "id": "dfn-unconsumed-launch-params", + "href": "https://wicg.github.io/web-app-launch/#dfn-unconsumed-launch-params", + "linkingText": [ + "unconsumed launch params" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "launchqueue-interface", + "href": "https://wicg.github.io/web-app-launch/#launchqueue-interface", + "title": "LaunchQueue interface", + "number": "5.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-assigned-launch-consumer", + "href": "https://wicg.github.io/web-app-launch/#dfn-assigned-launch-consumer", + "linkingText": [ + "assigned launch consumer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "launchqueue-interface", + "href": "https://wicg.github.io/web-app-launch/#launchqueue-interface", + "title": "LaunchQueue interface", + "number": "5.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-launchqueue-setconsumer", + "href": "https://wicg.github.io/web-app-launch/#dom-launchqueue-setconsumer", + "linkingText": [ + "setConsumer()", + "setConsumer(consumer)" + ], + "localLinkingText": [ + "LaunchQueue.setConsumer", + "LaunchQueue.setConsumer()", + "setConsumer" + ], + "type": "method", + "for": [ + "LaunchQueue" + ], + "access": "public", + "informative": false, + "heading": { + "id": "setconsumer-method", + "href": "https://wicg.github.io/web-app-launch/#setconsumer-method", + "title": "setConsumer method", + "number": "5.3.1" + }, + "definedIn": "heading" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/webcodecs-opus-codec-registration.json b/tr/dfns/webcodecs-opus-codec-registration.json index 7388fccd44c3..2929ea87cb44 100644 --- a/tr/dfns/webcodecs-opus-codec-registration.json +++ b/tr/dfns/webcodecs-opus-codec-registration.json @@ -86,6 +86,174 @@ }, "definedIn": "dt" }, + { + "id": "dom-opusencoderconfig-complexity", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-complexity", + "linkingText": [ + "complexity" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "OpusEncoderConfig" + ], + "access": "public", + "informative": false, + "heading": { + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-opusencoderconfig-packetlossperc", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-packetlossperc", + "linkingText": [ + "packetlossperc" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "OpusEncoderConfig" + ], + "access": "public", + "informative": false, + "heading": { + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-opusencoderconfig-useinbandfec", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-useinbandfec", + "linkingText": [ + "useinbandfec" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "OpusEncoderConfig" + ], + "access": "public", + "informative": false, + "heading": { + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-opusencoderconfig-usedtx", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-usedtx", + "linkingText": [ + "usedtx" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "OpusEncoderConfig" + ], + "access": "public", + "informative": false, + "heading": { + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-opusencoderconfig-complexity①", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-complexity%E2%91%A0", + "linkingText": [ + "complexity" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "OpusEncoderConfig" + ], + "access": "public", + "informative": false, + "heading": { + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-opusencoderconfig-packetlossperc①", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-packetlossperc%E2%91%A0", + "linkingText": [ + "packetlossperc" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "OpusEncoderConfig" + ], + "access": "public", + "informative": false, + "heading": { + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-opusencoderconfig-useinbandfec①", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-useinbandfec%E2%91%A0", + "linkingText": [ + "useinbandfec" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "OpusEncoderConfig" + ], + "access": "public", + "informative": false, + "heading": { + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-opusencoderconfig-usedtx①", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-usedtx%E2%91%A0", + "linkingText": [ + "usedtx" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "OpusEncoderConfig" + ], + "access": "public", + "informative": false, + "heading": { + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" + }, + "definedIn": "dt" + }, { "id": "enumdef-opusbitstreamformat", "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#enumdef-opusbitstreamformat", diff --git a/tr/dfns/webnn.json b/tr/dfns/webnn.json index b45a3e777aed..321d3ff28f65 100644 --- a/tr/dfns/webnn.json +++ b/tr/dfns/webnn.json @@ -353,6 +353,92 @@ }, "definedIn": "pre" }, + { + "id": "dom-ml-createcontextsync", + "href": "https://www.w3.org/TR/webnn/#dom-ml-createcontextsync", + "linkingText": [ + "createContextSync(options)", + "createContextSync()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "ML" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-ml", + "href": "https://www.w3.org/TR/webnn/#api-ml", + "title": "ML", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-ml-createcontextsync-options-options", + "href": "https://www.w3.org/TR/webnn/#dom-ml-createcontextsync-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "ML/createContextSync(options)", + "ML/createContextSync()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-ml", + "href": "https://www.w3.org/TR/webnn/#api-ml", + "title": "ML", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-ml-createcontextsync-gpudevice", + "href": "https://www.w3.org/TR/webnn/#dom-ml-createcontextsync-gpudevice", + "linkingText": [ + "createContextSync(gpuDevice)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "ML" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-ml", + "href": "https://www.w3.org/TR/webnn/#api-ml", + "title": "ML", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-ml-createcontextsync-gpudevice-gpudevice", + "href": "https://www.w3.org/TR/webnn/#dom-ml-createcontextsync-gpudevice-gpudevice", + "linkingText": [ + "gpuDevice" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "ML/createContextSync(gpuDevice)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-ml", + "href": "https://www.w3.org/TR/webnn/#api-ml", + "title": "ML", + "number": "7.2" + }, + "definedIn": "pre" + }, { "id": "webnn-feature", "href": "https://www.w3.org/TR/webnn/#webnn-feature", @@ -664,10 +750,31 @@ "definedIn": "dt" }, { - "id": "dom-mlcontext-compute", - "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-compute", + "id": "dom-mlcontext-implementation-slot", + "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-implementation-slot", "linkingText": [ - "compute(graph, inputs, outputs)" + "[[implementation]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "MLContext" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlcontext", + "href": "https://www.w3.org/TR/webnn/#api-mlcontext", + "title": "MLContext", + "number": "7.3" + }, + "definedIn": "dt" + }, + { + "id": "dom-mlcontext-computesync", + "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-computesync", + "linkingText": [ + "computeSync(graph, inputs, outputs)" ], "localLinkingText": [], "type": "method", @@ -685,15 +792,15 @@ "definedIn": "pre" }, { - "id": "dom-mlcontext-compute-graph-inputs-outputs-graph", - "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-compute-graph-inputs-outputs-graph", + "id": "dom-mlcontext-computesync-graph-inputs-outputs-graph", + "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-computesync-graph-inputs-outputs-graph", "linkingText": [ "graph" ], "localLinkingText": [], "type": "argument", "for": [ - "MLContext/compute(graph, inputs, outputs)" + "MLContext/computeSync(graph, inputs, outputs)" ], "access": "public", "informative": false, @@ -706,15 +813,15 @@ "definedIn": "pre" }, { - "id": "dom-mlcontext-compute-graph-inputs-outputs-inputs", - "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-compute-graph-inputs-outputs-inputs", + "id": "dom-mlcontext-computesync-graph-inputs-outputs-inputs", + "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-computesync-graph-inputs-outputs-inputs", "linkingText": [ "inputs" ], "localLinkingText": [], "type": "argument", "for": [ - "MLContext/compute(graph, inputs, outputs)" + "MLContext/computeSync(graph, inputs, outputs)" ], "access": "public", "informative": false, @@ -727,15 +834,15 @@ "definedIn": "pre" }, { - "id": "dom-mlcontext-compute-graph-inputs-outputs-outputs", - "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-compute-graph-inputs-outputs-outputs", + "id": "dom-mlcontext-computesync-graph-inputs-outputs-outputs", + "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-computesync-graph-inputs-outputs-outputs", "linkingText": [ "outputs" ], "localLinkingText": [], "type": "argument", "for": [ - "MLContext/compute(graph, inputs, outputs)" + "MLContext/computeSync(graph, inputs, outputs)" ], "access": "public", "informative": false, @@ -748,10 +855,10 @@ "definedIn": "pre" }, { - "id": "dom-mlcontext-computeasync", - "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-computeasync", + "id": "dom-mlcontext-compute", + "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-compute", "linkingText": [ - "computeAsync(graph, inputs, outputs)" + "compute(graph, inputs, outputs)" ], "localLinkingText": [], "type": "method", @@ -769,15 +876,15 @@ "definedIn": "pre" }, { - "id": "dom-mlcontext-computeasync-graph-inputs-outputs-graph", - "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-computeasync-graph-inputs-outputs-graph", + "id": "dom-mlcontext-compute-graph-inputs-outputs-graph", + "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-compute-graph-inputs-outputs-graph", "linkingText": [ "graph" ], "localLinkingText": [], "type": "argument", "for": [ - "MLContext/computeAsync(graph, inputs, outputs)" + "MLContext/compute(graph, inputs, outputs)" ], "access": "public", "informative": false, @@ -790,15 +897,15 @@ "definedIn": "pre" }, { - "id": "dom-mlcontext-computeasync-graph-inputs-outputs-inputs", - "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-computeasync-graph-inputs-outputs-inputs", + "id": "dom-mlcontext-compute-graph-inputs-outputs-inputs", + "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-compute-graph-inputs-outputs-inputs", "linkingText": [ "inputs" ], "localLinkingText": [], "type": "argument", "for": [ - "MLContext/computeAsync(graph, inputs, outputs)" + "MLContext/compute(graph, inputs, outputs)" ], "access": "public", "informative": false, @@ -811,15 +918,15 @@ "definedIn": "pre" }, { - "id": "dom-mlcontext-computeasync-graph-inputs-outputs-outputs", - "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-computeasync-graph-inputs-outputs-outputs", + "id": "dom-mlcontext-compute-graph-inputs-outputs-outputs", + "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-compute-graph-inputs-outputs-outputs", "linkingText": [ "outputs" ], "localLinkingText": [], "type": "argument", "for": [ - "MLContext/computeAsync(graph, inputs, outputs)" + "MLContext/compute(graph, inputs, outputs)" ], "access": "public", "informative": false, @@ -1596,10 +1703,10 @@ "definedIn": "pre" }, { - "id": "dom-mlgraphbuilder-buildasync", - "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-buildasync", + "id": "dom-mlgraphbuilder-buildsync", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-buildsync", "linkingText": [ - "buildAsync(outputs)" + "buildSync(outputs)" ], "localLinkingText": [], "type": "method", @@ -1617,15 +1724,15 @@ "definedIn": "pre" }, { - "id": "dom-mlgraphbuilder-buildasync-outputs-outputs", - "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-buildasync-outputs-outputs", + "id": "dom-mlgraphbuilder-buildsync-outputs-outputs", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-buildsync-outputs-outputs", "linkingText": [ "outputs" ], "localLinkingText": [], "type": "argument", "for": [ - "MLGraphBuilder/buildAsync(outputs)" + "MLGraphBuilder/buildSync(outputs)" ], "access": "public", "informative": false, diff --git a/tr/dfns/window-placement.json b/tr/dfns/window-placement.json index 4efc69bb0d2d..bc676949c685 100644 --- a/tr/dfns/window-placement.json +++ b/tr/dfns/window-placement.json @@ -1052,10 +1052,10 @@ "definedIn": "prose" }, { - "id": "permissiondef-window-placement", - "href": "https://www.w3.org/TR/window-placement/#permissiondef-window-placement", + "id": "permissiondef-window-management", + "href": "https://www.w3.org/TR/window-placement/#permissiondef-window-management", "linkingText": [ - "window-placement" + "window-management" ], "localLinkingText": [], "type": "permission", @@ -1071,10 +1071,10 @@ "definedIn": "prose" }, { - "id": "permission-policy-window-placement", - "href": "https://www.w3.org/TR/window-placement/#permission-policy-window-placement", + "id": "permission-policy-window-management", + "href": "https://www.w3.org/TR/window-placement/#permission-policy-window-management", "linkingText": [ - "window-placement" + "window-management" ], "localLinkingText": [], "type": "dfn", diff --git a/tr/headings/core-aam-1.2.json b/tr/headings/core-aam-1.2.json index 0a242fc9632c..cd91bfeb99ed 100644 --- a/tr/headings/core-aam-1.2.json +++ b/tr/headings/core-aam-1.2.json @@ -261,6 +261,20 @@ "title": "Special Events for Menus", "number": "4.8.5" }, + { + "id": "privacy-considerations", + "href": "https://www.w3.org/TR/core-aam-1.2/#privacy-considerations", + "level": 2, + "title": "Privacy considerations", + "number": "5" + }, + { + "id": "security-considerations", + "href": "https://www.w3.org/TR/core-aam-1.2/#security-considerations", + "level": 2, + "title": "Security considerations", + "number": "6" + }, { "id": "changelog", "href": "https://www.w3.org/TR/core-aam-1.2/#changelog", diff --git a/tr/headings/css-align-3.json b/tr/headings/css-align-3.json index 8dd08bbce2e7..fbdd169939de 100644 --- a/tr/headings/css-align-3.json +++ b/tr/headings/css-align-3.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-align-3/#title", "level": 1, - "title": "CSS Box Alignment Module Level 3" + "title": "490 TestsCSS Box Alignment Module Level 3" }, { "id": "abstract", diff --git a/tr/headings/css-backgrounds-3.json b/tr/headings/css-backgrounds-3.json index c65fcf2c7352..21606e83f0a2 100644 --- a/tr/headings/css-backgrounds-3.json +++ b/tr/headings/css-backgrounds-3.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-backgrounds-3/#title", "level": 1, - "title": "CSS Backgrounds and Borders Module Level 3" + "title": "128 TestsCSS Backgrounds and Borders Module Level 3" }, { "id": "profile-and-date", diff --git a/tr/headings/css-box-3.json b/tr/headings/css-box-3.json index fdd68b37eb6f..0401571d3e9d 100644 --- a/tr/headings/css-box-3.json +++ b/tr/headings/css-box-3.json @@ -10,12 +10,6 @@ "level": 1, "title": "CSS Box Model Module Level 3" }, - { - "id": "subtitle", - "href": "https://www.w3.org/TR/css-box-3/#subtitle", - "level": 2, - "title": "W3C Candidate Recommendation Snapshot, 22 December 2020" - }, { "id": "abstract", "href": "https://www.w3.org/TR/css-box-3/#abstract", @@ -23,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/css-box-3/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/css-box-3/#sotd", "level": 2, "title": "Status of this document" }, diff --git a/tr/headings/css-box-4.json b/tr/headings/css-box-4.json index 43aac36895e5..8f7e5aea7da4 100644 --- a/tr/headings/css-box-4.json +++ b/tr/headings/css-box-4.json @@ -10,12 +10,6 @@ "level": 1, "title": "CSS Box Model Module Level 4" }, - { - "id": "subtitle", - "href": "https://www.w3.org/TR/css-box-4/#subtitle", - "level": 2, - "title": "W3C First Public Working Draft, 21 April 2020" - }, { "id": "abstract", "href": "https://www.w3.org/TR/css-box-4/#abstract", @@ -23,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/css-box-4/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/css-box-4/#sotd", "level": 2, "title": "Status of this document" }, @@ -97,6 +91,27 @@ "title": "Margins at Container Edges: the margin-trim property", "number": "3.3" }, + { + "id": "margin-trim-block", + "href": "https://www.w3.org/TR/css-box-4/#margin-trim-block", + "level": 4, + "title": "Trimming Block Container Content", + "number": "3.3.1" + }, + { + "id": "margin-trim-flex", + "href": "https://www.w3.org/TR/css-box-4/#margin-trim-flex", + "level": 4, + "title": "Trimming Flex Container Content", + "number": "3.3.2" + }, + { + "id": "margin-trim-grid", + "href": "https://www.w3.org/TR/css-box-4/#margin-trim-grid", + "level": 4, + "title": "Trimming Grid Container Content", + "number": "3.3.3" + }, { "id": "paddings", "href": "https://www.w3.org/TR/css-box-4/#paddings", @@ -147,46 +162,40 @@ "number": "8" }, { - "id": "conformance", - "href": "https://www.w3.org/TR/css-box-4/#conformance", + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/css-box-4/#w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "document-conventions", - "href": "https://www.w3.org/TR/css-box-4/#document-conventions", + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/css-box-4/#w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conform-classes", - "href": "https://www.w3.org/TR/css-box-4/#conform-classes", + "id": "w3c-conformance-classes", + "href": "https://www.w3.org/TR/css-box-4/#w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "conform-responsible", - "href": "https://www.w3.org/TR/css-box-4/#conform-responsible", + "id": "w3c-partial", + "href": "https://www.w3.org/TR/css-box-4/#w3c-partial", "level": 3, - "title": "Requirements for Responsible Implementation of CSS" - }, - { - "id": "conform-partial", - "href": "https://www.w3.org/TR/css-box-4/#conform-partial", - "level": 4, - "title": "Partial Implementations" + "title": "Partial implementations" }, { - "id": "conform-future-proofing", - "href": "https://www.w3.org/TR/css-box-4/#conform-future-proofing", + "id": "w3c-conform-future-proofing", + "href": "https://www.w3.org/TR/css-box-4/#w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "conform-testing", - "href": "https://www.w3.org/TR/css-box-4/#conform-testing", - "level": 4, - "title": "Implementations of CR-level Features" + "id": "w3c-testing", + "href": "https://www.w3.org/TR/css-box-4/#w3c-testing", + "level": 3, + "title": "Non-experimental implementations" }, { "id": "index", diff --git a/tr/headings/css-cascade-3.json b/tr/headings/css-cascade-3.json index 40c136de536f..9063c82b3814 100644 --- a/tr/headings/css-cascade-3.json +++ b/tr/headings/css-cascade-3.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-cascade-3/#title", "level": 1, - "title": "CSS Cascading and Inheritance Level 3" + "title": "107 TestsCSS Cascading and Inheritance Level 3" }, { "id": "subtitle", diff --git a/tr/headings/css-color-4.json b/tr/headings/css-color-4.json index cc133e742397..e0f1509b9177 100644 --- a/tr/headings/css-color-4.json +++ b/tr/headings/css-color-4.json @@ -50,591 +50,604 @@ "number": "2" }, { - "id": "the-color-property", - "href": "https://www.w3.org/TR/css-color-4/#the-color-property", + "id": "applying-color", + "href": "https://www.w3.org/TR/css-color-4/#applying-color", "level": 2, - "title": "Foreground Color: the color property", + "title": "Applying Color in CSS", "number": "3" }, { - "id": "transparency", - "href": "https://www.w3.org/TR/css-color-4/#transparency", - "level": 2, - "title": "Transparency: the opacity property", - "number": "4" - }, - { - "id": "color-type", - "href": "https://www.w3.org/TR/css-color-4/#color-type", - "level": 2, - "title": "Representing Colors: the type", - "number": "5" - }, - { - "id": "color-syntax", - "href": "https://www.w3.org/TR/css-color-4/#color-syntax", - "level": 3, - "title": "The syntax", - "number": "5.1" - }, - { - "id": "hue-syntax", - "href": "https://www.w3.org/TR/css-color-4/#hue-syntax", + "id": "accessibility", + "href": "https://www.w3.org/TR/css-color-4/#accessibility", "level": 3, - "title": "The syntax", - "number": "5.2" + "title": "Accessibility and Conveying Information By Color", + "number": "3.1" }, { - "id": "missing", - "href": "https://www.w3.org/TR/css-color-4/#missing", + "id": "the-color-property", + "href": "https://www.w3.org/TR/css-color-4/#the-color-property", "level": 3, - "title": "“Missing” Color Components and the none Keyword", - "number": "5.3" - }, - { - "id": "powerless", - "href": "https://www.w3.org/TR/css-color-4/#powerless", - "level": 4, - "title": "“Powerless” Color Components", - "number": "5.3.1" + "title": "Foreground Color: the color property", + "number": "3.2" }, { - "id": "notes", - "href": "https://www.w3.org/TR/css-color-4/#notes", + "id": "transparency", + "href": "https://www.w3.org/TR/css-color-4/#transparency", "level": 3, - "title": "Accessibility and Conveying Information By Color", - "number": "5.4" + "title": "Transparency: the opacity property", + "number": "3.3" }, { "id": "tagged-images", "href": "https://www.w3.org/TR/css-color-4/#tagged-images", "level": 3, "title": "Color Space of Tagged Images", - "number": "5.5" + "number": "3.4" }, { "id": "untagged", "href": "https://www.w3.org/TR/css-color-4/#untagged", "level": 3, "title": "Color Spaces of Untagged Colors", - "number": "5.6" - }, - { - "id": "resolving-color-values", - "href": "https://www.w3.org/TR/css-color-4/#resolving-color-values", - "level": 3, - "title": "Resolving Values", - "number": "5.7" - }, - { - "id": "resolving-sRGB-values", - "href": "https://www.w3.org/TR/css-color-4/#resolving-sRGB-values", - "level": 4, - "title": "Resolving sRGB values", - "number": "5.7.1" - }, - { - "id": "resolving-lab-lch-values", - "href": "https://www.w3.org/TR/css-color-4/#resolving-lab-lch-values", - "level": 4, - "title": "Resolving Lab and LCH values", - "number": "5.7.2" + "number": "3.5" }, { - "id": "resolving-oklab-oklch-values", - "href": "https://www.w3.org/TR/css-color-4/#resolving-oklab-oklch-values", - "level": 4, - "title": "Resolving OKLab and OKLCH values", - "number": "5.7.3" - }, - { - "id": "resolving-color-function-values", - "href": "https://www.w3.org/TR/css-color-4/#resolving-color-function-values", - "level": 4, - "title": "Resolving values of the color() function", - "number": "5.7.4" - }, - { - "id": "resolving-other-colors", - "href": "https://www.w3.org/TR/css-color-4/#resolving-other-colors", - "level": 4, - "title": "Resolving other colors", - "number": "5.7.5" + "id": "color-type", + "href": "https://www.w3.org/TR/css-color-4/#color-type", + "level": 2, + "title": "Representing Colors: the type", + "number": "4" }, { - "id": "serializing-color-values", - "href": "https://www.w3.org/TR/css-color-4/#serializing-color-values", + "id": "color-syntax", + "href": "https://www.w3.org/TR/css-color-4/#color-syntax", "level": 3, - "title": "Serializing Values", - "number": "5.8" - }, - { - "id": "serializing-alpha-values", - "href": "https://www.w3.org/TR/css-color-4/#serializing-alpha-values", - "level": 4, - "title": "Serializing alpha values", - "number": "5.8.1" + "title": "The syntax", + "number": "4.1" }, { - "id": "serializing-sRGB-values", - "href": "https://www.w3.org/TR/css-color-4/#serializing-sRGB-values", + "id": "color-syntax-legacy", + "href": "https://www.w3.org/TR/css-color-4/#color-syntax-legacy", "level": 4, - "title": "Serializing sRGB values", - "number": "5.8.2" + "title": "Legacy Comma-separated Color Function Syntax", + "number": "4.1.1" }, { - "id": "serializing-lab-lch", - "href": "https://www.w3.org/TR/css-color-4/#serializing-lab-lch", - "level": 4, - "title": "Serializing Lab and LCH values", - "number": "5.8.3" + "id": "alpha-syntax", + "href": "https://www.w3.org/TR/css-color-4/#alpha-syntax", + "level": 3, + "title": "Representing Transparency: the syntax", + "number": "4.2" }, { - "id": "serializing-oklab-oklch", - "href": "https://www.w3.org/TR/css-color-4/#serializing-oklab-oklch", - "level": 4, - "title": "Serializing OKLab and OKLCH values", - "number": "5.8.4" + "id": "hue-syntax", + "href": "https://www.w3.org/TR/css-color-4/#hue-syntax", + "level": 3, + "title": "Representing Cylindrical-coordinate Hues: the syntax", + "number": "4.3" }, { - "id": "serializing-color-function-values", - "href": "https://www.w3.org/TR/css-color-4/#serializing-color-function-values", - "level": 4, - "title": "Serializing values of the color() function", - "number": "5.8.5" + "id": "missing", + "href": "https://www.w3.org/TR/css-color-4/#missing", + "level": 3, + "title": "“Missing” Color Components and the none Keyword", + "number": "4.4" }, { - "id": "serializing-other-colors", - "href": "https://www.w3.org/TR/css-color-4/#serializing-other-colors", + "id": "powerless", + "href": "https://www.w3.org/TR/css-color-4/#powerless", "level": 4, - "title": "Serializing other colors", - "number": "5.8.6" + "title": "“Powerless” Color Components", + "number": "4.4.1" }, { "id": "numeric-srgb", "href": "https://www.w3.org/TR/css-color-4/#numeric-srgb", "level": 2, "title": "sRGB Colors", - "number": "6" + "number": "5" }, { "id": "rgb-functions", "href": "https://www.w3.org/TR/css-color-4/#rgb-functions", "level": 3, "title": "The RGB functions: rgb() and rgba()", - "number": "6.1" + "number": "5.1" }, { "id": "hex-notation", "href": "https://www.w3.org/TR/css-color-4/#hex-notation", "level": 3, "title": "The RGB Hexadecimal Notations: #RRGGBB", - "number": "6.2" + "number": "5.2" }, { "id": "color-keywords", "href": "https://www.w3.org/TR/css-color-4/#color-keywords", "level": 2, "title": "Color Keywords", - "number": "7" + "number": "6" }, { "id": "named-colors", "href": "https://www.w3.org/TR/css-color-4/#named-colors", "level": 3, "title": "Named Colors", - "number": "7.1" + "number": "6.1" }, { "id": "css-system-colors", "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", "level": 3, "title": "System Colors", - "number": "7.2" + "number": "6.2" }, { "id": "transparent-color", "href": "https://www.w3.org/TR/css-color-4/#transparent-color", "level": 3, "title": "The transparent keyword", - "number": "7.3" + "number": "6.3" }, { "id": "currentcolor-color", "href": "https://www.w3.org/TR/css-color-4/#currentcolor-color", "level": 3, "title": "The currentcolor keyword", - "number": "7.4" + "number": "6.4" }, { "id": "the-hsl-notation", "href": "https://www.w3.org/TR/css-color-4/#the-hsl-notation", "level": 2, "title": "HSL Colors: hsl() and hsla() functions", - "number": "8" + "number": "7" }, { "id": "hsl-to-rgb", "href": "https://www.w3.org/TR/css-color-4/#hsl-to-rgb", "level": 3, "title": "Converting HSL Colors to sRGB", - "number": "8.1" + "number": "7.1" }, { "id": "rgb-to-hsl", "href": "https://www.w3.org/TR/css-color-4/#rgb-to-hsl", "level": 3, "title": "Converting sRGB Colors to HSL", - "number": "8.2" + "number": "7.2" }, { "id": "hsl-examples", "href": "https://www.w3.org/TR/css-color-4/#hsl-examples", "level": 3, "title": "Examples of HSL Colors", - "number": "8.3" + "number": "7.3" }, { "id": "the-hwb-notation", "href": "https://www.w3.org/TR/css-color-4/#the-hwb-notation", "level": 2, "title": "HWB Colors: hwb() function", - "number": "9" + "number": "8" }, { "id": "hwb-to-rgb", "href": "https://www.w3.org/TR/css-color-4/#hwb-to-rgb", "level": 3, "title": "Converting HWB Colors to sRGB", - "number": "9.1" + "number": "8.1" }, { "id": "rgb-to-hwb", "href": "https://www.w3.org/TR/css-color-4/#rgb-to-hwb", "level": 3, "title": "Converting sRGB Colors to HWB", - "number": "9.2" + "number": "8.2" }, { "id": "hwb-examples", "href": "https://www.w3.org/TR/css-color-4/#hwb-examples", "level": 3, "title": "Examples of HWB Colors", - "number": "9.3" + "number": "8.3" }, { "id": "lab-colors", "href": "https://www.w3.org/TR/css-color-4/#lab-colors", "level": 2, - "title": "10. Device-independent Colors: CIE Lab and LCH, OKLab and OKLCH" + "title": "Device-independent Colors: CIE Lab and LCH, Oklab and Oklch", + "number": "9" }, { "id": "cie-lab", "href": "https://www.w3.org/TR/css-color-4/#cie-lab", "level": 3, "title": "CIE Lab and LCH", - "number": "10.1" + "number": "9.1" }, { "id": "ok-lab", "href": "https://www.w3.org/TR/css-color-4/#ok-lab", "level": 3, - "title": "OKLab and OKLCH", - "number": "10.2" + "title": "Oklab and Oklch", + "number": "9.2" }, { "id": "specifying-lab-lch", "href": "https://www.w3.org/TR/css-color-4/#specifying-lab-lch", "level": 3, "title": "Specifying Lab and LCH: the lab() and lch() functional notations", - "number": "10.3" + "number": "9.3" }, { "id": "specifying-oklab-oklch", "href": "https://www.w3.org/TR/css-color-4/#specifying-oklab-oklch", "level": 3, - "title": "Specifying OKLab and OKLCH: the oklab() and oklch() functional notations", - "number": "10.4" + "title": "Specifying Oklab and Oklch: the oklab() and oklch() functional notations", + "number": "9.4" }, { "id": "lab-to-lch", "href": "https://www.w3.org/TR/css-color-4/#lab-to-lch", "level": 3, - "title": "Converting Lab or OKLab colors to LCH or OKLCH colors", - "number": "10.5" + "title": "Converting Lab or Oklab colors to LCH or Oklch colors", + "number": "9.5" }, { "id": "lch-to-lab", "href": "https://www.w3.org/TR/css-color-4/#lch-to-lab", "level": 3, - "title": "Converting LCH or OKLCH colors to Lab or OKLab colors", - "number": "10.6" + "title": "Converting LCH or Oklch colors to Lab or Oklab colors", + "number": "9.6" }, { "id": "predefined", "href": "https://www.w3.org/TR/css-color-4/#predefined", "level": 2, - "title": "11. Predefined Color Spaces" + "title": "10. Predefined Color Spaces" }, { "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", "level": 3, "title": "Specifying Predefined Colors: the color() function", - "number": "11.1" + "number": "10.1" }, { "id": "predefined-sRGB", "href": "https://www.w3.org/TR/css-color-4/#predefined-sRGB", "level": 3, "title": "The Predefined sRGB Color Space: the sRGB keyword", - "number": "11.2" + "number": "10.2" }, { "id": "predefined-sRGB-linear", "href": "https://www.w3.org/TR/css-color-4/#predefined-sRGB-linear", "level": 3, "title": "The Predefined Linear-light sRGB Color Space: the srgb-linear keyword", - "number": "11.3" + "number": "10.3" }, { "id": "predefined-display-p3", "href": "https://www.w3.org/TR/css-color-4/#predefined-display-p3", "level": 3, "title": "The Predefined Display P3 Color Space: the display-p3 keyword", - "number": "11.4" + "number": "10.4" }, { "id": "predefined-a98-rgb", "href": "https://www.w3.org/TR/css-color-4/#predefined-a98-rgb", "level": 3, "title": "The Predefined A98 RGB Color Space: the a98-rgb keyword", - "number": "11.5" + "number": "10.5" }, { "id": "predefined-prophoto-rgb", "href": "https://www.w3.org/TR/css-color-4/#predefined-prophoto-rgb", "level": 3, "title": "The Predefined ProPhoto RGB Color Space: the prophoto-rgb keyword", - "number": "11.6" + "number": "10.6" }, { "id": "predefined-rec2020", "href": "https://www.w3.org/TR/css-color-4/#predefined-rec2020", "level": 3, "title": "The Predefined ITU-R BT.2020-2 Color Space: the rec2020 keyword", - "number": "11.7" + "number": "10.7" }, { "id": "predefined-xyz", "href": "https://www.w3.org/TR/css-color-4/#predefined-xyz", "level": 3, "title": "The Predefined CIE XYZ Color Spaces: the xyz-d50, xyz-d65, and xyz keywords", - "number": "11.8" + "number": "10.8" }, { "id": "predefined-to-lab-oklab", "href": "https://www.w3.org/TR/css-color-4/#predefined-to-lab-oklab", "level": 3, - "title": "Converting Predefined Color Spaces to Lab or OKLab", - "number": "11.9" + "title": "Converting Predefined Color Spaces to Lab or Oklab", + "number": "10.9" }, { "id": "oklab-lab-to-predefined", "href": "https://www.w3.org/TR/css-color-4/#oklab-lab-to-predefined", "level": 3, - "title": "Converting Lab or OKLab to Predefined RGB Color Spaces", - "number": "11.10" + "title": "Converting Lab or Oklab to Predefined RGB Color Spaces", + "number": "10.10" }, { "id": "predefined-to-predefined", "href": "https://www.w3.org/TR/css-color-4/#predefined-to-predefined", "level": 3, "title": "Converting Between Predefined RGB Color Spaces", - "number": "11.11" + "number": "10.11" }, { "id": "alpha", "href": "https://www.w3.org/TR/css-color-4/#alpha", "level": 3, "title": "Simple Alpha Compositing", - "number": "11.12" + "number": "10.12" }, { "id": "color-conversion", "href": "https://www.w3.org/TR/css-color-4/#color-conversion", "level": 2, - "title": "12. Converting Colors" + "title": "11. Converting Colors" }, { "id": "interpolation", "href": "https://www.w3.org/TR/css-color-4/#interpolation", "level": 2, - "title": "13. Color Interpolation" + "title": "12. Color Interpolation" }, { "id": "interpolation-space", "href": "https://www.w3.org/TR/css-color-4/#interpolation-space", "level": 3, "title": "Color Space for Interpolation", - "number": "13.1" + "number": "12.1" }, { "id": "interpolation-missing", "href": "https://www.w3.org/TR/css-color-4/#interpolation-missing", "level": 3, "title": "Interpolating with Missing Components", - "number": "13.2" + "number": "12.2" }, { "id": "interpolation-alpha", "href": "https://www.w3.org/TR/css-color-4/#interpolation-alpha", "level": 3, "title": "Interpolating with Alpha", - "number": "13.3" + "number": "12.3" }, { "id": "hue-interpolation", "href": "https://www.w3.org/TR/css-color-4/#hue-interpolation", "level": 3, "title": "Hue Interpolation", - "number": "13.4" + "number": "12.4" }, { "id": "hue-shorter", "href": "https://www.w3.org/TR/css-color-4/#hue-shorter", "level": 4, "title": "shorter", - "number": "13.4.1" + "number": "12.4.1" }, { "id": "hue-longer", "href": "https://www.w3.org/TR/css-color-4/#hue-longer", "level": 4, "title": "longer", - "number": "13.4.2" + "number": "12.4.2" }, { "id": "hue-increasing", "href": "https://www.w3.org/TR/css-color-4/#hue-increasing", "level": 4, "title": "increasing", - "number": "13.4.3" + "number": "12.4.3" }, { "id": "hue-decreasing", "href": "https://www.w3.org/TR/css-color-4/#hue-decreasing", "level": 4, "title": "decreasing", - "number": "13.4.4" - }, - { - "id": "hue-specified", - "href": "https://www.w3.org/TR/css-color-4/#hue-specified", - "level": 4, - "title": "specified", - "number": "13.4.5" + "number": "12.4.4" }, { "id": "gamut-mapping", "href": "https://www.w3.org/TR/css-color-4/#gamut-mapping", "level": 2, - "title": "14. Gamut Mapping" + "title": "13. Gamut Mapping" }, { "id": "gamut-mapping-intro", "href": "https://www.w3.org/TR/css-color-4/#gamut-mapping-intro", "level": 3, "title": "An Introduction to Gamut Mapping", - "number": "14.1" + "number": "13.1" }, { "id": "GM-clip", "href": "https://www.w3.org/TR/css-color-4/#GM-clip", "level": 4, "title": "Clipping", - "number": "14.1.1" + "number": "13.1.1" }, { "id": "GM-closest", "href": "https://www.w3.org/TR/css-color-4/#GM-closest", "level": 4, "title": "Closest Color (MINDE)", - "number": "14.1.2" + "number": "13.1.2" }, { "id": "GM-chroma", "href": "https://www.w3.org/TR/css-color-4/#GM-chroma", "level": 4, "title": "Chroma Reduction", - "number": "14.1.3" + "number": "13.1.3" }, { "id": "GM-excessive-reduction", "href": "https://www.w3.org/TR/css-color-4/#GM-excessive-reduction", "level": 4, "title": "Excessive Chroma Reduction", - "number": "14.1.4" + "number": "13.1.4" }, { "id": "GM-chroma-local-MINDE", "href": "https://www.w3.org/TR/css-color-4/#GM-chroma-local-MINDE", "level": 4, "title": "Chroma Reduction with Local Clipping", - "number": "14.1.5" + "number": "13.1.5" }, { "id": "GM-hue-curvature", "href": "https://www.w3.org/TR/css-color-4/#GM-hue-curvature", "level": 4, "title": "Deviations from Perceptual Uniformity: Hue Curvature", - "number": "14.1.6" + "number": "13.1.6" }, { "id": "css-gamut-mapping", "href": "https://www.w3.org/TR/css-color-4/#css-gamut-mapping", "level": 3, "title": "CSS Gamut Mapping to an RGB Destination", - "number": "14.2" + "number": "13.2" }, { "id": "binsearch", "href": "https://www.w3.org/TR/css-color-4/#binsearch", "level": 4, "title": "Sample Pseudocode for the Binary Search Gamut Mapping Algorithm with Local MINDE", - "number": "14.2.1" + "number": "13.2.1" + }, + { + "id": "resolving-color-values", + "href": "https://www.w3.org/TR/css-color-4/#resolving-color-values", + "level": 2, + "title": "14. Resolving Values" + }, + { + "id": "resolving-sRGB-values", + "href": "https://www.w3.org/TR/css-color-4/#resolving-sRGB-values", + "level": 3, + "title": "Resolving sRGB values", + "number": "14.1" + }, + { + "id": "resolving-lab-lch-values", + "href": "https://www.w3.org/TR/css-color-4/#resolving-lab-lch-values", + "level": 3, + "title": "Resolving Lab and LCH values", + "number": "14.2" + }, + { + "id": "resolving-oklab-oklch-values", + "href": "https://www.w3.org/TR/css-color-4/#resolving-oklab-oklch-values", + "level": 3, + "title": "Resolving Oklab and Oklch values", + "number": "14.3" + }, + { + "id": "resolving-color-function-values", + "href": "https://www.w3.org/TR/css-color-4/#resolving-color-function-values", + "level": 3, + "title": "Resolving values of the color() function", + "number": "14.4" + }, + { + "id": "resolving-other-colors", + "href": "https://www.w3.org/TR/css-color-4/#resolving-other-colors", + "level": 3, + "title": "Resolving other colors", + "number": "14.5" + }, + { + "id": "serializing-color-values", + "href": "https://www.w3.org/TR/css-color-4/#serializing-color-values", + "level": 2, + "title": "15. Serializing Values" + }, + { + "id": "serializing-alpha-values", + "href": "https://www.w3.org/TR/css-color-4/#serializing-alpha-values", + "level": 3, + "title": "Serializing alpha values", + "number": "15.1" + }, + { + "id": "serializing-sRGB-values", + "href": "https://www.w3.org/TR/css-color-4/#serializing-sRGB-values", + "level": 3, + "title": "Serializing sRGB values", + "number": "15.2" + }, + { + "id": "serializing-lab-lch", + "href": "https://www.w3.org/TR/css-color-4/#serializing-lab-lch", + "level": 3, + "title": "Serializing Lab and LCH values", + "number": "15.3" + }, + { + "id": "serializing-oklab-oklch", + "href": "https://www.w3.org/TR/css-color-4/#serializing-oklab-oklch", + "level": 3, + "title": "Serializing Oklab and Oklch values", + "number": "15.4" + }, + { + "id": "serializing-color-function-values", + "href": "https://www.w3.org/TR/css-color-4/#serializing-color-function-values", + "level": 3, + "title": "Serializing values of the color() function", + "number": "15.5" + }, + { + "id": "serializing-other-colors", + "href": "https://www.w3.org/TR/css-color-4/#serializing-other-colors", + "level": 3, + "title": "Serializing other colors", + "number": "15.6" }, { "id": "sample", "href": "https://www.w3.org/TR/css-color-4/#sample", "level": 2, - "title": "15. Default Style Rules" + "title": "16. Default Style Rules" }, { "id": "color-conversion-code", "href": "https://www.w3.org/TR/css-color-4/#color-conversion-code", "level": 2, - "title": "16. Sample code for Color Conversions" + "title": "17. Sample code for Color Conversions" }, { "id": "color-difference-code", "href": "https://www.w3.org/TR/css-color-4/#color-difference-code", "level": 2, - "title": "17. Sample Code for ΔE2000 and ΔEOK Color Differences" + "title": "18. Sample Code for ΔE2000 and ΔEOK Color Differences" }, { "id": "color-difference-2000", "href": "https://www.w3.org/TR/css-color-4/#color-difference-2000", "level": 3, "title": "ΔE2000", - "number": "17.1" + "number": "18.1" }, { "id": "color-difference-OK", "href": "https://www.w3.org/TR/css-color-4/#color-difference-OK", "level": 3, "title": "ΔEOK", - "number": "17.2" + "number": "18.2" }, { "id": "deprecated-system-colors", @@ -660,6 +673,12 @@ "level": 2, "title": "Changes" }, + { + "id": "changes-from-20220705", + "href": "https://www.w3.org/TR/css-color-4/#changes-from-20220705", + "level": 3, + "title": "Changes since the Candidate Recommendation of 5 July 2022" + }, { "id": "changes-from-20220628", "href": "https://www.w3.org/TR/css-color-4/#changes-from-20220628", @@ -712,19 +731,19 @@ "id": "security", "href": "https://www.w3.org/TR/css-color-4/#security", "level": 2, - "title": "18. Security Considerations" + "title": "19. Security Considerations" }, { "id": "privacy", "href": "https://www.w3.org/TR/css-color-4/#privacy", "level": 2, - "title": "19. Privacy Considerations" + "title": "20. Privacy Considerations" }, { "id": "a11y-sec", "href": "https://www.w3.org/TR/css-color-4/#a11y-sec", "level": 2, - "title": "20. Accessibility Considerations" + "title": "21. Accessibility Considerations" }, { "id": "w3c-conformance", diff --git a/tr/headings/css-counter-styles-3.json b/tr/headings/css-counter-styles-3.json index 8a4cb2396b9c..393e81a5224f 100644 --- a/tr/headings/css-counter-styles-3.json +++ b/tr/headings/css-counter-styles-3.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-counter-styles-3/#title", "level": 1, - "title": "CSS Counter Styles Level 3" + "title": "222 TestsCSS Counter Styles Level 3" }, { "id": "profile-and-date", diff --git a/tr/headings/css-display-3.json b/tr/headings/css-display-3.json index 7b6f7dce605d..ba286efe1132 100644 --- a/tr/headings/css-display-3.json +++ b/tr/headings/css-display-3.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-display-3/#title", "level": 1, - "title": "CSS Display Module Level 3" + "title": "73 TestsCSS Display Module Level 3" }, { "id": "profile-and-date", diff --git a/tr/headings/css-flexbox-1.json b/tr/headings/css-flexbox-1.json index 2df4786a95c2..b572b6fee437 100644 --- a/tr/headings/css-flexbox-1.json +++ b/tr/headings/css-flexbox-1.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-flexbox-1/#title", "level": 1, - "title": "CSS Flexible Box Layout Module Level 1" + "title": "801 TestsCSS Flexible Box Layout Module Level 1" }, { "id": "subtitle", diff --git a/tr/headings/css-fonts-4.json b/tr/headings/css-fonts-4.json index ad2028d69b11..53c174e31808 100644 --- a/tr/headings/css-fonts-4.json +++ b/tr/headings/css-fonts-4.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-fonts-4/#title", "level": 1, - "title": "CSS Fonts Module Level 4" + "title": "94 TestsCSS Fonts Module Level 4" }, { "id": "abstract", diff --git a/tr/headings/css-images-3.json b/tr/headings/css-images-3.json index e3f852bd6c7c..63211a530d1f 100644 --- a/tr/headings/css-images-3.json +++ b/tr/headings/css-images-3.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-images-3/#title", "level": 1, - "title": "CSS Images Module Level 3" + "title": "70 TestsCSS Images Module Level 3" }, { "id": "subtitle", diff --git a/tr/headings/css-masking-1.json b/tr/headings/css-masking-1.json index 0147d409c76e..4e2408f5ed8c 100644 --- a/tr/headings/css-masking-1.json +++ b/tr/headings/css-masking-1.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-masking-1/#title", "level": 1, - "title": "CSS Masking Module Level 1" + "title": "203 TestsCSS Masking Module Level 1" }, { "id": "profile-and-date", diff --git a/tr/headings/css-multicol-1.json b/tr/headings/css-multicol-1.json index 84dfb26247e3..e72f0912cf89 100644 --- a/tr/headings/css-multicol-1.json +++ b/tr/headings/css-multicol-1.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-multicol-1/#title", "level": 1, - "title": "132 TestsCSS Multi-column Layout Module Level 1" + "title": "133 TestsCSS Multi-column Layout Module Level 1" }, { "id": "profile-and-date", diff --git a/tr/headings/css-ruby-1.json b/tr/headings/css-ruby-1.json index 8cc733fdfc80..22cfca732e18 100644 --- a/tr/headings/css-ruby-1.json +++ b/tr/headings/css-ruby-1.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-ruby-1/#title", "level": 1, - "title": "CSS Ruby Annotation Layout Module Level 1" + "title": "81 TestsCSS Ruby Annotation Layout Module Level 1" }, { "id": "abstract", diff --git a/tr/headings/css-scroll-snap-1.json b/tr/headings/css-scroll-snap-1.json index 2be9d0bcde9c..96e1d50aedb9 100644 --- a/tr/headings/css-scroll-snap-1.json +++ b/tr/headings/css-scroll-snap-1.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-scroll-snap-1/#title", "level": 1, - "title": "CSS Scroll Snap Module Level 1" + "title": "65 TestsCSS Scroll Snap Module Level 1" }, { "id": "subtitle", diff --git a/tr/headings/css-text-3.json b/tr/headings/css-text-3.json index 54d471ca5049..0c1de01e0cfc 100644 --- a/tr/headings/css-text-3.json +++ b/tr/headings/css-text-3.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-text-3/#title", "level": 1, - "title": "CSS Text Module Level 3" + "title": "1810 TestsCSS Text Module Level 3" }, { "id": "abstract", diff --git a/tr/headings/css-text-decor-3.json b/tr/headings/css-text-decor-3.json index 4a760a6c8a35..c2dbd724929a 100644 --- a/tr/headings/css-text-decor-3.json +++ b/tr/headings/css-text-decor-3.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-text-decor-3/#title", "level": 1, - "title": "CSS Text Decoration Module Level 3" + "title": "255 TestsCSS Text Decoration Module Level 3" }, { "id": "abstract", diff --git a/tr/headings/css-transforms-1.json b/tr/headings/css-transforms-1.json index 7a2b5b848834..262b02d56253 100644 --- a/tr/headings/css-transforms-1.json +++ b/tr/headings/css-transforms-1.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-transforms-1/#title", "level": 1, - "title": "CSS Transforms Module Level 1" + "title": "553 TestsCSS Transforms Module Level 1" }, { "id": "subtitle", diff --git a/tr/headings/css-ui-4.json b/tr/headings/css-ui-4.json index eea894800d79..5e67a47882b3 100644 --- a/tr/headings/css-ui-4.json +++ b/tr/headings/css-ui-4.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-ui-4/#title", "level": 1, - "title": "48 TestsCSS Basic User Interface Module Level 4" + "title": "134 TestsCSS Basic User Interface Module Level 4" }, { "id": "subtitle", diff --git a/tr/headings/css-values-3.json b/tr/headings/css-values-3.json index e539300df0ce..35f08b04f9b5 100644 --- a/tr/headings/css-values-3.json +++ b/tr/headings/css-values-3.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-values-3/#title", "level": 1, - "title": "CSS Values and Units Module Level 3" + "title": "71 TestsCSS Values and Units Module Level 3" }, { "id": "subtitle", diff --git a/tr/headings/css-view-transitions-1.json b/tr/headings/css-view-transitions-1.json index a502ecfca796..57e3b44add2f 100644 --- a/tr/headings/css-view-transitions-1.json +++ b/tr/headings/css-view-transitions-1.json @@ -1,296 +1,289 @@ { "spec": { "title": "CSS View Transitions Module Level 1", - "url": "https://drafts.csswg.org/css-view-transitions-1/" + "url": "https://www.w3.org/TR/css-view-transitions-1/" }, "headings": [ { "id": "title", - "href": "https://drafts.csswg.org/css-view-transitions-1/#title", + "href": "https://www.w3.org/TR/css-view-transitions-1/#title", "level": 1, "title": "CSS View Transitions Module Level 1" }, { "id": "abstract", - "href": "https://drafts.csswg.org/css-view-transitions-1/#abstract", + "href": "https://www.w3.org/TR/css-view-transitions-1/#abstract", "level": 2, "title": "Abstract" }, { "id": "sotd", - "href": "https://drafts.csswg.org/css-view-transitions-1/#sotd", + "href": "https://www.w3.org/TR/css-view-transitions-1/#sotd", "level": 2, "title": "Status of this document" }, { "id": "toc", - "href": "https://drafts.csswg.org/css-view-transitions-1/#toc", + "href": "https://www.w3.org/TR/css-view-transitions-1/#toc", "level": 2, "title": "Table of Contents" }, { "id": "intro", - "href": "https://drafts.csswg.org/css-view-transitions-1/#intro", + "href": "https://www.w3.org/TR/css-view-transitions-1/#intro", "level": 2, "title": "Introduction", "number": "1" }, { "id": "transitions-as-enhancements", - "href": "https://drafts.csswg.org/css-view-transitions-1/#transitions-as-enhancements", + "href": "https://www.w3.org/TR/css-view-transitions-1/#transitions-as-enhancements", "level": 2, "title": "Transitions as an enhancement", "number": "2" }, { "id": "css-properties", - "href": "https://drafts.csswg.org/css-view-transitions-1/#css-properties", + "href": "https://www.w3.org/TR/css-view-transitions-1/#css-properties", "level": 2, "title": "CSS properties", "number": "3" }, { "id": "page-transition-tag-prop", - "href": "https://drafts.csswg.org/css-view-transitions-1/#page-transition-tag-prop", + "href": "https://www.w3.org/TR/css-view-transitions-1/#page-transition-tag-prop", "level": 3, "title": "page-transition-tag", "number": "3.1" }, { "id": "pseudo", - "href": "https://drafts.csswg.org/css-view-transitions-1/#pseudo", + "href": "https://www.w3.org/TR/css-view-transitions-1/#pseudo", "level": 2, "title": "Pseudo-elements", "number": "4" }, { "id": "concepts", - "href": "https://drafts.csswg.org/css-view-transitions-1/#concepts", + "href": "https://www.w3.org/TR/css-view-transitions-1/#concepts", "level": 2, "title": "Concepts", "number": "5" }, { "id": "phases-concept", - "href": "https://drafts.csswg.org/css-view-transitions-1/#phases-concept", + "href": "https://www.w3.org/TR/css-view-transitions-1/#phases-concept", "level": 3, "title": "Phases", "number": "5.1" }, { "id": "page-transition-stacking-layer", - "href": "https://drafts.csswg.org/css-view-transitions-1/#page-transition-stacking-layer", + "href": "https://www.w3.org/TR/css-view-transitions-1/#page-transition-stacking-layer", "level": 3, "title": "The page-transition layer stacking layer", "number": "5.2" }, { "id": "captured-elements", - "href": "https://drafts.csswg.org/css-view-transitions-1/#captured-elements", + "href": "https://www.w3.org/TR/css-view-transitions-1/#captured-elements", "level": 3, "title": "Captured elements", "number": "5.3" }, { "id": "additions-to-document", - "href": "https://drafts.csswg.org/css-view-transitions-1/#additions-to-document", + "href": "https://www.w3.org/TR/css-view-transitions-1/#additions-to-document", "level": 3, "title": "Additions to Document", "number": "5.4" }, { "id": "api", - "href": "https://drafts.csswg.org/css-view-transitions-1/#api", + "href": "https://www.w3.org/TR/css-view-transitions-1/#api", "level": 2, "title": "API", "number": "6" }, { "id": "additions-to-document-api", - "href": "https://drafts.csswg.org/css-view-transitions-1/#additions-to-document-api", + "href": "https://www.w3.org/TR/css-view-transitions-1/#additions-to-document-api", "level": 3, "title": "Additions to Document", "number": "6.1" }, { "id": "ViewTransition-prepare", - "href": "https://drafts.csswg.org/css-view-transitions-1/#ViewTransition-prepare", + "href": "https://www.w3.org/TR/css-view-transitions-1/#ViewTransition-prepare", "level": 4, "title": "createTransition()", "number": "6.1.1" }, { "id": "the-domtransition-interface", - "href": "https://drafts.csswg.org/css-view-transitions-1/#the-domtransition-interface", + "href": "https://www.w3.org/TR/css-view-transitions-1/#the-domtransition-interface", "level": 3, "title": "The ViewTransition interface", "number": "6.2" }, { "id": "ViewTransition-skipTransition", - "href": "https://drafts.csswg.org/css-view-transitions-1/#ViewTransition-skipTransition", + "href": "https://www.w3.org/TR/css-view-transitions-1/#ViewTransition-skipTransition", "level": 4, "title": "skipTransition()", "number": "6.2.1" }, { "id": "algorithms", - "href": "https://drafts.csswg.org/css-view-transitions-1/#algorithms", + "href": "https://www.w3.org/TR/css-view-transitions-1/#algorithms", "level": 2, "title": "Algorithms", "number": "7" }, { "id": "monkey-patch-to-rendering-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#monkey-patch-to-rendering-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#monkey-patch-to-rendering-algorithm", "level": 3, "title": "Monkey patches to rendering", "number": "7.1" }, { "id": "perform-pending-transition-operations-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#perform-pending-transition-operations-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#perform-pending-transition-operations-algorithm", "level": 3, "title": "Perform pending transition operations", "number": "7.2" }, { "id": "perform-an-outgoing-capture-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#perform-an-outgoing-capture-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#perform-an-outgoing-capture-algorithm", "level": 3, "title": "Perform an outgoing capture", "number": "7.3" }, { "id": "skip-the-page-transition-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#skip-the-page-transition-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#skip-the-page-transition-algorithm", "level": 3, "title": "Skip the page transition", "number": "7.4" }, { "id": "capture-the-image-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#capture-the-image-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#capture-the-image-algorithm", "level": 3, "title": "Capture the image", "number": "7.5" }, { "id": "update-transition-dom-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#update-transition-dom-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#update-transition-dom-algorithm", "level": 3, "title": "Update transition DOM", "number": "7.6" }, { "id": "compute-the-interest-rectangle-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#compute-the-interest-rectangle-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#compute-the-interest-rectangle-algorithm", "level": 3, "title": "Compute the interest rectangle", "number": "7.7" }, { "id": "animate-a-page-transition-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#animate-a-page-transition-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#animate-a-page-transition-algorithm", "level": 3, "title": "Animate a page transition", "number": "7.8" }, { "id": "create-transition-pseudo-elements-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#create-transition-pseudo-elements-algorithm", + "href": "https://www.w3.org/TR/css-view-transitions-1/#create-transition-pseudo-elements-algorithm", "level": 3, "title": "Create transition pseudo-elements", "number": "7.9" }, - { - "id": "priv-sec", - "href": "https://drafts.csswg.org/css-view-transitions-1/#priv-sec", - "level": 2, - "title": "Privacy and Security Considerations", - "number": "8" - }, { "id": "w3c-conformance", - "href": "https://drafts.csswg.org/css-view-transitions-1/#w3c-conformance", + "href": "https://www.w3.org/TR/css-view-transitions-1/#w3c-conformance", "level": 2, "title": "Conformance" }, { "id": "w3c-conventions", - "href": "https://drafts.csswg.org/css-view-transitions-1/#w3c-conventions", + "href": "https://www.w3.org/TR/css-view-transitions-1/#w3c-conventions", "level": 3, "title": "Document conventions" }, { "id": "w3c-conformance-classes", - "href": "https://drafts.csswg.org/css-view-transitions-1/#w3c-conformance-classes", + "href": "https://www.w3.org/TR/css-view-transitions-1/#w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { "id": "w3c-partial", - "href": "https://drafts.csswg.org/css-view-transitions-1/#w3c-partial", + "href": "https://www.w3.org/TR/css-view-transitions-1/#w3c-partial", "level": 3, "title": "Partial implementations" }, { "id": "w3c-conform-future-proofing", - "href": "https://drafts.csswg.org/css-view-transitions-1/#w3c-conform-future-proofing", + "href": "https://www.w3.org/TR/css-view-transitions-1/#w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { "id": "w3c-testing", - "href": "https://drafts.csswg.org/css-view-transitions-1/#w3c-testing", + "href": "https://www.w3.org/TR/css-view-transitions-1/#w3c-testing", "level": 3, "title": "Non-experimental implementations" }, { "id": "index", - "href": "https://drafts.csswg.org/css-view-transitions-1/#index", + "href": "https://www.w3.org/TR/css-view-transitions-1/#index", "level": 2, "title": "Index" }, { "id": "index-defined-here", - "href": "https://drafts.csswg.org/css-view-transitions-1/#index-defined-here", + "href": "https://www.w3.org/TR/css-view-transitions-1/#index-defined-here", "level": 3, "title": "Terms defined by this specification" }, { "id": "index-defined-elsewhere", - "href": "https://drafts.csswg.org/css-view-transitions-1/#index-defined-elsewhere", + "href": "https://www.w3.org/TR/css-view-transitions-1/#index-defined-elsewhere", "level": 3, "title": "Terms defined by reference" }, { "id": "references", - "href": "https://drafts.csswg.org/css-view-transitions-1/#references", + "href": "https://www.w3.org/TR/css-view-transitions-1/#references", "level": 2, "title": "References" }, { "id": "normative", - "href": "https://drafts.csswg.org/css-view-transitions-1/#normative", + "href": "https://www.w3.org/TR/css-view-transitions-1/#normative", "level": 3, "title": "Normative References" }, { "id": "property-index", - "href": "https://drafts.csswg.org/css-view-transitions-1/#property-index", + "href": "https://www.w3.org/TR/css-view-transitions-1/#property-index", "level": 2, "title": "Property Index" }, { "id": "idl-index", - "href": "https://drafts.csswg.org/css-view-transitions-1/#idl-index", + "href": "https://www.w3.org/TR/css-view-transitions-1/#idl-index", "level": 2, "title": "IDL Index" }, { "id": "issues-index", - "href": "https://drafts.csswg.org/css-view-transitions-1/#issues-index", + "href": "https://www.w3.org/TR/css-view-transitions-1/#issues-index", "level": 2, "title": "Issues Index" } diff --git a/tr/headings/cssom-1.json b/tr/headings/cssom-1.json index 61b60f639200..d772a7eb77da 100644 --- a/tr/headings/cssom-1.json +++ b/tr/headings/cssom-1.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/cssom-1/#title", "level": 1, - "title": "CSS Object Model (CSSOM)" + "title": "43 TestsCSS Object Model (CSSOM)" }, { "id": "profile-and-date", diff --git a/tr/headings/ecma-402.json b/tr/headings/ecma-402.json index 8d5f4172f6da..e67d917d3661 100644 --- a/tr/headings/ecma-402.json +++ b/tr/headings/ecma-402.json @@ -166,8 +166,8 @@ "number": "6.4.2" }, { - "id": "sec-defaulttimezone", - "href": "https://tc39.es/ecma402/#sec-defaulttimezone", + "id": "sup-defaulttimezone", + "href": "https://tc39.es/ecma402/#sup-defaulttimezone", "title": "DefaultTimeZone ( )", "level": 3, "number": "6.4.3" @@ -770,7 +770,7 @@ { "id": "sec-tolocaltime", "href": "https://tc39.es/ecma402/#sec-tolocaltime", - "title": "ToLocalTime ( t, calendar, timeZone )", + "title": "ToLocalTime ( epochNs, calendar, timeZone )", "level": 3, "number": "11.5.13" }, diff --git a/tr/headings/filter-effects-1.json b/tr/headings/filter-effects-1.json index 9672c159f930..0d9deee17f81 100644 --- a/tr/headings/filter-effects-1.json +++ b/tr/headings/filter-effects-1.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/filter-effects-1/#title", "level": 1, - "title": "Filter Effects Module Level 1" + "title": "92 TestsFilter Effects Module Level 1" }, { "id": "subtitle", diff --git a/tr/headings/fs.json b/tr/headings/fs.json index 1b4f981786df..d994ee7d27cb 100644 --- a/tr/headings/fs.json +++ b/tr/headings/fs.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://fs.spec.whatwg.org/#subtitle", "level": 2, - "title": "Living Standard — Last Updated 30 October 2022" + "title": "Living Standard — Last Updated 1 November 2022" }, { "id": "abstract", diff --git a/tr/headings/html.json b/tr/headings/html.json index 47505c28ca20..a167465ba629 100644 --- a/tr/headings/html.json +++ b/tr/headings/html.json @@ -8,7 +8,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "table-of-contents", @@ -26,7 +26,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/introduction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "introduction", @@ -199,7 +199,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "infrastructure", @@ -302,7 +302,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "common-microsyntaxes", @@ -500,11 +500,18 @@ "title": "Media queries", "number": "2.3.10" }, + { + "id": "unique-values", + "href": "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unique-values", + "level": 4, + "title": "Unique internal values", + "number": "2.3.11" + }, { "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "urls", @@ -601,7 +608,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "common-dom-interfaces", @@ -663,7 +670,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/structured-data.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "safe-passing-of-structured-data", @@ -746,7 +753,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dom.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "dom", @@ -1031,7 +1038,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "semantics", @@ -1183,7 +1190,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/sections.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "sections", @@ -1301,7 +1308,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "grouping-content", @@ -1419,7 +1426,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "text-level-semantics", @@ -1635,7 +1642,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/links.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "links", @@ -1893,7 +1900,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/edits.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "edits", @@ -1948,7 +1955,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "embedded-content", @@ -1982,7 +1989,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/images.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "images", @@ -2240,7 +2247,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "the-iframe-element", @@ -2267,7 +2274,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/media.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "the-video-element", @@ -2497,7 +2504,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/image-maps.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "the-map-element", @@ -2538,7 +2545,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "mathml", @@ -2565,7 +2572,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/tables.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "tables", @@ -2697,7 +2704,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/forms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "forms", @@ -2794,7 +2801,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/input.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "the-input-element", @@ -3059,7 +3066,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "the-button-element", @@ -3142,7 +3149,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "form-control-infrastructure", @@ -3379,7 +3386,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "interactive-elements", @@ -3469,7 +3476,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/scripting.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "scripting-3", @@ -3552,7 +3559,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/canvas.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "the-canvas-element", @@ -3796,7 +3803,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/custom-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "custom-elements", @@ -3928,7 +3935,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "common-idioms", @@ -4004,7 +4011,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/microdata.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "microdata", @@ -4184,7 +4191,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interaction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "editing", @@ -4448,7 +4455,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dnd.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "dnd", @@ -4531,7 +4538,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "browsers", @@ -4540,643 +4547,825 @@ "title": "7 Loading web pages" }, { - "id": "windows", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#windows", + "id": "loading-web-pages-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#loading-web-pages-supporting-concepts", "level": 3, - "title": "Browsing contexts", + "title": "Supporting concepts", "number": "7.1" }, { - "id": "creating-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts", + "id": "origin", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin", "level": 4, - "title": "Creating browsing contexts", + "title": "Origins", "number": "7.1.1" }, { - "id": "nested-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "level": 4, - "title": "Related browsing contexts", - "number": "7.1.2" + "id": "sites", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sites", + "level": 5, + "title": "Sites", + "number": "7.1.1.1" }, { - "id": "navigating-nested-browsing-contexts-in-the-dom", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom", + "id": "relaxing-the-same-origin-restriction", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction", "level": 5, - "title": "Navigating related browsing contexts in the DOM", - "number": "7.1.2.1" + "title": "Relaxing the same-origin restriction", + "number": "7.1.1.2" }, { - "id": "security-nav", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#security-nav", + "id": "origin-keyed-agent-clusters", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters", "level": 4, - "title": "Security", + "title": "Origin-keyed agent clusters", + "number": "7.1.2" + }, + { + "id": "cross-origin-opener-policies", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies", + "level": 4, + "title": "Cross-origin opener policies", "number": "7.1.3" }, { - "id": "groupings-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", + "id": "the-coop-headers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers", + "level": 5, + "title": "The headers", + "number": "7.1.3.1" + }, + { + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", + "level": 5, + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.1.3.2" + }, + { + "id": "coop-reporting", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "level": 5, + "title": "Reporting", + "number": "7.1.3.3" + }, + { + "id": "coep", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#coep", "level": 4, - "title": "Groupings of browsing contexts", + "title": "Cross-origin embedder policies", "number": "7.1.4" }, { - "id": "browsing-context-names", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names", + "id": "the-coep-headers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers", + "level": 5, + "title": "The headers", + "number": "7.1.4.1" + }, + { + "id": "embedder-policy-checks", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks", + "level": 5, + "title": "Embedder policy checks", + "number": "7.1.4.2" + }, + { + "id": "sandboxing", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", "level": 4, - "title": "Browsing context names", + "title": "Sandboxing", "number": "7.1.5" }, { - "id": "cross-origin-objects", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-objects", + "id": "policy-containers", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers", + "level": 4, + "title": "Policy containers", + "number": "7.1.6" + }, + { + "id": "living-standard", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#living-standard", + "level": 2, + "title": "Living Standard — Last Updated 4 November 2022" + }, + { + "id": "nav-traversal-apis", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#nav-traversal-apis", "level": 3, - "title": "Security infrastructure for Window, WindowProxy, and Location objects", + "title": "APIs related to navigation and session history", "number": "7.2" }, { - "id": "integration-with-idl", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#integration-with-idl", + "id": "cross-origin-objects", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#cross-origin-objects", "level": 4, - "title": "Integration with IDL", + "title": "Security infrastructure for Window, WindowProxy, and Location objects", "number": "7.2.1" }, + { + "id": "integration-with-idl", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#integration-with-idl", + "level": 5, + "title": "Integration with IDL", + "number": "7.2.1.1" + }, { "id": "shared-internal-slot:-crossoriginpropertydescriptormap", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#shared-internal-slot:-crossoriginpropertydescriptormap", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-internal-slot:-crossoriginpropertydescriptormap", + "level": 5, "title": "Shared internal slot: [[CrossOriginPropertyDescriptorMap]]", - "number": "7.2.2" + "number": "7.2.1.2" }, { "id": "shared-abstract-operations", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#shared-abstract-operations", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-abstract-operations", + "level": 5, "title": "Shared abstract operations", - "number": "7.2.3" + "number": "7.2.1.3" }, { "id": "crossoriginproperties-(-o-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginproperties-(-o-)", - "level": 5, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginproperties-(-o-)", + "level": 6, "title": "CrossOriginProperties ( O )", - "number": "7.2.3.1" + "number": "7.2.1.3.1" }, { "id": "crossoriginpropertyfallback-(-p-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertyfallback-(-p-)", - "level": 5, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginpropertyfallback-(-p-)", + "level": 6, "title": "CrossOriginPropertyFallback ( P )", - "number": "7.2.3.2" + "number": "7.2.1.3.2" }, { "id": "isplatformobjectsameorigin-(-o-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-)", - "level": 5, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-)", + "level": 6, "title": "IsPlatformObjectSameOrigin ( O )", - "number": "7.2.3.3" + "number": "7.2.1.3.3" }, { "id": "crossorigingetownpropertyhelper-(-o,-p-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-)", - "level": 5, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-)", + "level": 6, "title": "CrossOriginGetOwnPropertyHelper ( O, P )", - "number": "7.2.3.4" + "number": "7.2.1.3.4" }, { "id": "crossoriginget-(-o,-p,-receiver-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginget-(-o,-p,-receiver-)", - "level": 5, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginget-(-o,-p,-receiver-)", + "level": 6, "title": "CrossOriginGet ( O, P, Receiver )", - "number": "7.2.3.5" + "number": "7.2.1.3.5" }, { "id": "crossoriginset-(-o,-p,-v,-receiver-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginset-(-o,-p,-v,-receiver-)", - "level": 5, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginset-(-o,-p,-v,-receiver-)", + "level": 6, "title": "CrossOriginSet ( O, P, V, Receiver )", - "number": "7.2.3.6" + "number": "7.2.1.3.6" }, { "id": "crossoriginownpropertykeys-(-o-)", - "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginownpropertykeys-(-o-)", - "level": 5, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginownpropertykeys-(-o-)", + "level": 6, "title": "CrossOriginOwnPropertyKeys ( O )", - "number": "7.2.3.7" - }, - { - "id": "living-standard", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#living-standard", - "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "number": "7.2.1.3.7" }, { "id": "the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object", - "level": 3, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object", + "level": 4, "title": "The Window object", - "number": "7.3" + "number": "7.2.2" }, { "id": "apis-for-creating-and-navigating-browsing-contexts-by-name", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "level": 4, - "title": "APIs for creating and navigating browsing contexts by name", - "number": "7.3.1" + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "level": 5, + "title": "Opening and closing windows", + "number": "7.2.2.1" }, { "id": "accessing-other-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#accessing-other-browsing-contexts", - "level": 4, - "title": "Accessing other browsing contexts", - "number": "7.3.2" + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#accessing-other-browsing-contexts", + "level": 5, + "title": "Indexed access on the Window object", + "number": "7.2.2.2" }, { "id": "named-access-on-the-window-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object", + "level": 5, "title": "Named access on the Window object", - "number": "7.3.3" + "number": "7.2.2.3" }, { - "id": "garbage-collection-and-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts", - "level": 4, - "title": "Discarding browsing contexts", - "number": "7.3.4" - }, - { - "id": "closing-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#closing-browsing-contexts", - "level": 4, - "title": "Closing browsing contexts", - "number": "7.3.5" + "id": "navigating-nested-browsing-contexts-in-the-dom", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom", + "level": 5, + "title": "Accessing related windows", + "number": "7.2.2.4" }, { "id": "browser-interface-elements", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "level": 4, - "title": "Browser interface elements", - "number": "7.3.6" + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "level": 5, + "title": "Historical browser interface element APIs", + "number": "7.2.2.5" }, { "id": "script-settings-for-window-objects", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects", + "level": 5, "title": "Script settings for Window objects", - "number": "7.3.7" + "number": "7.2.2.6" }, { "id": "the-windowproxy-exotic-object", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object", - "level": 3, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object", + "level": 4, "title": "The WindowProxy exotic object", - "number": "7.4" + "number": "7.2.3" }, { "id": "windowproxy-getprototypeof", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getprototypeof", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getprototypeof", + "level": 5, "title": "[[GetPrototypeOf]] ( )", - "number": "7.4.1" + "number": "7.2.3.1" }, { "id": "windowproxy-setprototypeof", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-setprototypeof", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-setprototypeof", + "level": 5, "title": "[[SetPrototypeOf]] ( V )", - "number": "7.4.2" + "number": "7.2.3.2" }, { "id": "windowproxy-isextensible", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-isextensible", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-isextensible", + "level": 5, "title": "[[IsExtensible]] ( )", - "number": "7.4.3" + "number": "7.2.3.3" }, { "id": "windowproxy-preventextensions", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-preventextensions", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-preventextensions", + "level": 5, "title": "[[PreventExtensions]] ( )", - "number": "7.4.4" + "number": "7.2.3.4" }, { "id": "windowproxy-getownproperty", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty", + "level": 5, "title": "[[GetOwnProperty]] ( P )", - "number": "7.4.5" + "number": "7.2.3.5" }, { "id": "windowproxy-defineownproperty", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-defineownproperty", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-defineownproperty", + "level": 5, "title": "[[DefineOwnProperty]] ( P, Desc )", - "number": "7.4.6" + "number": "7.2.3.6" }, { "id": "windowproxy-get", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-get", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-get", + "level": 5, "title": "[[Get]] ( P, Receiver )", - "number": "7.4.7" + "number": "7.2.3.7" }, { "id": "windowproxy-set", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-set", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-set", + "level": 5, "title": "[[Set]] ( P, V, Receiver )", - "number": "7.4.8" + "number": "7.2.3.8" }, { "id": "windowproxy-delete", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-delete", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-delete", + "level": 5, "title": "[[Delete]] ( P )", - "number": "7.4.9" + "number": "7.2.3.9" }, { "id": "windowproxy-ownpropertykeys", - "href": "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-ownpropertykeys", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-ownpropertykeys", + "level": 5, "title": "[[OwnPropertyKeys]] ( )", - "number": "7.4.10" + "number": "7.2.3.10" }, { - "id": "living-standard", - "href": "https://html.spec.whatwg.org/multipage/origin.html#living-standard", - "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "id": "the-location-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "level": 4, + "title": "The Location interface", + "number": "7.2.4" }, { - "id": "origin", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin", - "level": 3, - "title": "Origin", - "number": "7.5" + "id": "location-getprototypeof", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-getprototypeof", + "level": 5, + "title": "[[GetPrototypeOf]] ( )", + "number": "7.2.4.1" }, { - "id": "sites", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sites", - "level": 4, - "title": "Sites", - "number": "7.5.1" + "id": "location-setprototypeof", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-setprototypeof", + "level": 5, + "title": "[[SetPrototypeOf]] ( V )", + "number": "7.2.4.2" }, { - "id": "relaxing-the-same-origin-restriction", - "href": "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction", - "level": 4, - "title": "Relaxing the same-origin restriction", - "number": "7.5.2" + "id": "location-isextensible", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-isextensible", + "level": 5, + "title": "[[IsExtensible]] ( )", + "number": "7.2.4.3" }, { - "id": "origin-keyed-agent-clusters", - "href": "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters", - "level": 4, - "title": "Origin-keyed agent clusters", - "number": "7.5.3" + "id": "location-preventextensions", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-preventextensions", + "level": 5, + "title": "[[PreventExtensions]] ( )", + "number": "7.2.4.4" }, { - "id": "sandboxing", - "href": "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "level": 3, - "title": "Sandboxing", - "number": "7.6" + "id": "location-getownproperty", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-getownproperty", + "level": 5, + "title": "[[GetOwnProperty]] ( P )", + "number": "7.2.4.5" }, { - "id": "cross-origin-opener-policies", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies", - "level": 3, - "title": "Cross-origin opener policies", - "number": "7.7" + "id": "location-defineownproperty", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-defineownproperty", + "level": 5, + "title": "[[DefineOwnProperty]] ( P, Desc )", + "number": "7.2.4.6" }, { - "id": "the-coop-headers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers", - "level": 4, - "title": "The headers", - "number": "7.7.1" + "id": "location-get", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-get", + "level": 5, + "title": "[[Get]] ( P, Receiver )", + "number": "7.2.4.7" }, { - "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", - "level": 4, - "title": "Browsing context group switches due to cross-origin opener policy", - "number": "7.7.2" + "id": "location-set", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-set", + "level": 5, + "title": "[[Set]] ( P, V, Receiver )", + "number": "7.2.4.8" }, { - "id": "reporting", - "href": "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "level": 4, - "title": "Reporting", - "number": "7.7.3" + "id": "location-delete", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-delete", + "level": 5, + "title": "[[Delete]] ( P )", + "number": "7.2.4.9" }, { - "id": "coep", - "href": "https://html.spec.whatwg.org/multipage/origin.html#coep", - "level": 3, - "title": "Cross-origin embedder policies", - "number": "7.8" + "id": "location-ownpropertykeys", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-ownpropertykeys", + "level": 5, + "title": "[[OwnPropertyKeys]] ( )", + "number": "7.2.4.10" }, { - "id": "the-coep-headers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers", + "id": "the-history-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", "level": 4, - "title": "The headers", - "number": "7.8.1" + "title": "The History interface", + "number": "7.2.5" }, { - "id": "embedder-policy-checks", - "href": "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks", + "id": "nav-traversal-event-interfaces", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#nav-traversal-event-interfaces", "level": 4, - "title": "Embedder policy checks", - "number": "7.8.2" + "title": "Event interfaces", + "number": "7.2.6" }, { - "id": "policy-containers", - "href": "https://html.spec.whatwg.org/multipage/origin.html#policy-containers", - "level": 3, - "title": "Policy containers", - "number": "7.9" + "id": "the-popstateevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-popstateevent-interface", + "level": 5, + "title": "The PopStateEvent interface", + "number": "7.2.6.1" }, { - "id": "living-standard", - "href": "https://html.spec.whatwg.org/multipage/history.html#living-standard", - "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "id": "the-hashchangeevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface", + "level": 5, + "title": "The HashChangeEvent interface", + "number": "7.2.6.2" }, { - "id": "history", - "href": "https://html.spec.whatwg.org/multipage/history.html#history", - "level": 3, - "title": "Session history and navigation", - "number": "7.10" + "id": "the-pagetransitionevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface", + "level": 5, + "title": "The PageTransitionEvent interface", + "number": "7.2.6.3" }, { - "id": "browsing-sessions", - "href": "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions", - "level": 4, - "title": "Browsing sessions", - "number": "7.10.1" + "id": "the-beforeunloadevent-interface", + "href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface", + "level": 5, + "title": "The BeforeUnloadEvent interface", + "number": "7.2.6.4" }, { - "id": "the-session-history-of-browsing-contexts", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "level": 4, - "title": "The session history of browsing contexts", - "number": "7.10.2" + "id": "living-standard", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#living-standard", + "level": 2, + "title": "Living Standard — Last Updated 4 November 2022" }, { - "id": "the-history-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "level": 4, - "title": "The History interface", - "number": "7.10.3" + "id": "infrastructure-for-sequences-of-documents", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#infrastructure-for-sequences-of-documents", + "level": 3, + "title": "Infrastructure for sequences of documents", + "number": "7.3" }, { - "id": "history-notes", - "href": "https://html.spec.whatwg.org/multipage/history.html#history-notes", + "id": "navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", "level": 4, - "title": "Implementation notes for session history", - "number": "7.10.4" + "title": "Navigables", + "number": "7.3.1" }, { - "id": "the-location-interface", - "href": "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "level": 4, - "title": "The Location interface", - "number": "7.10.5" + "id": "traversable-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables", + "level": 5, + "title": "Traversable navigables", + "number": "7.3.1.1" }, { - "id": "location-getprototypeof", - "href": "https://html.spec.whatwg.org/multipage/history.html#location-getprototypeof", + "id": "top-level-traversables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables", "level": 5, - "title": "[[GetPrototypeOf]] ( )", - "number": "7.10.5.1" + "title": "Top-level traversables", + "number": "7.3.1.2" }, { - "id": "location-setprototypeof", - "href": "https://html.spec.whatwg.org/multipage/history.html#location-setprototypeof", + "id": "nested-navigables", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables", "level": 5, - "title": "[[SetPrototypeOf]] ( V )", - "number": "7.10.5.2" + "title": "Nested navigables", + "number": "7.3.1.3" }, { - "id": "location-isextensible", - "href": "https://html.spec.whatwg.org/multipage/history.html#location-isextensible", + "id": "jake-diagrams", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams", "level": 5, - "title": "[[IsExtensible]] ( )", - "number": "7.10.5.3" + "title": "Jake diagrams", + "number": "7.3.1.4" }, { - "id": "location-preventextensions", - "href": "https://html.spec.whatwg.org/multipage/history.html#location-preventextensions", + "id": "related-navigable-collections", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections", "level": 5, - "title": "[[PreventExtensions]] ( )", - "number": "7.10.5.4" + "title": "Related navigable collections", + "number": "7.3.1.5" }, { - "id": "location-getownproperty", - "href": "https://html.spec.whatwg.org/multipage/history.html#location-getownproperty", + "id": "garbage-collection-and-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts", "level": 5, - "title": "[[GetOwnProperty]] ( P )", - "number": "7.10.5.5" + "title": "Navigable destruction", + "number": "7.3.1.6" }, { - "id": "location-defineownproperty", - "href": "https://html.spec.whatwg.org/multipage/history.html#location-defineownproperty", + "id": "navigable-target-names", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names", "level": 5, - "title": "[[DefineOwnProperty]] ( P, Desc )", - "number": "7.10.5.6" + "title": "Navigable target names", + "number": "7.3.1.7" }, { - "id": "location-get", - "href": "https://html.spec.whatwg.org/multipage/history.html#location-get", - "level": 5, - "title": "[[Get]] ( P, Receiver )", - "number": "7.10.5.7" + "id": "windows", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "level": 4, + "title": "Browsing contexts", + "number": "7.3.2" }, { - "id": "location-set", - "href": "https://html.spec.whatwg.org/multipage/history.html#location-set", + "id": "creating-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts", "level": 5, - "title": "[[Set]] ( P, V, Receiver )", - "number": "7.10.5.8" + "title": "Creating browsing contexts", + "number": "7.3.2.1" }, { - "id": "location-delete", - "href": "https://html.spec.whatwg.org/multipage/history.html#location-delete", + "id": "nested-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts", "level": 5, - "title": "[[Delete]] ( P )", - "number": "7.10.5.9" + "title": "Related browsing contexts", + "number": "7.3.2.2" }, { - "id": "location-ownpropertykeys", - "href": "https://html.spec.whatwg.org/multipage/history.html#location-ownpropertykeys", + "id": "groupings-of-browsing-contexts", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", "level": 5, - "title": "[[OwnPropertyKeys]] ( )", - "number": "7.10.5.10" + "title": "Groupings of browsing contexts", + "number": "7.3.2.3" + }, + { + "id": "fully-active-documents", + "href": "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents", + "level": 4, + "title": "Fully active documents", + "number": "7.3.3" }, { "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { - "id": "browsing-the-web", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#browsing-the-web", + "id": "navigation-and-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history", "level": 3, - "title": "Browsing the web", - "number": "7.11" + "title": "Navigation and session history", + "number": "7.4" + }, + { + "id": "session-history-infrastructure", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-infrastructure", + "level": 4, + "title": "Session history", + "number": "7.4.1" + }, + { + "id": "session-history-entries", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "level": 5, + "title": "Session history entries", + "number": "7.4.1.1" + }, + { + "id": "document-state", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "level": 5, + "title": "Document state", + "number": "7.4.1.2" + }, + { + "id": "centralized-modifications-of-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history", + "level": 5, + "title": "Centralized modifications of session history", + "number": "7.4.1.3" + }, + { + "id": "low-level-operations-on-session-history", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history", + "level": 5, + "title": "Low-level operations on session history", + "number": "7.4.1.4" }, { "id": "navigating-across-documents", "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", "level": 4, - "title": "Navigating across documents", - "number": "7.11.1" + "title": "Navigation", + "number": "7.4.2" }, { - "id": "read-html", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html", - "level": 4, - "title": "Page load processing model for HTML files", - "number": "7.11.2" + "id": "navigation-supporting-concepts", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "level": 5, + "title": "Supporting concepts", + "number": "7.4.2.1" }, { - "id": "read-xml", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml", - "level": 4, - "title": "Page load processing model for XML files", - "number": "7.11.3" + "id": "beginning-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation", + "level": 5, + "title": "Beginning navigation", + "number": "7.4.2.2" }, { - "id": "read-text", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text", - "level": 4, - "title": "Page load processing model for text files", - "number": "7.11.4" + "id": "ending-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#ending-navigation", + "level": 5, + "title": "Ending navigation", + "number": "7.4.2.3" }, { - "id": "read-multipart-x-mixed-replace", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace", - "level": 4, - "title": "Page load processing model for multipart/x-mixed-replace resources", - "number": "7.11.5" + "id": "the-usual-cross-document-navigation-case", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case", + "level": 6, + "title": "The usual cross-document navigation case", + "number": "7.4.2.3.1" }, { - "id": "read-media", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media", - "level": 4, - "title": "Page load processing model for media", - "number": "7.11.6" + "id": "the-javascript:-url-special-case", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case", + "level": 6, + "title": "The javascript: URL special case", + "number": "7.4.2.3.2" + }, + { + "id": "scroll-to-fragid", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid", + "level": 6, + "title": "Fragment navigations", + "number": "7.4.2.3.3" + }, + { + "id": "non-fetch-schemes-and-external-software", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software", + "level": 6, + "title": "Non-fetch schemes and external software", + "number": "7.4.2.3.4" + }, + { + "id": "preventing-navigation", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation", + "level": 5, + "title": "Preventing navigation", + "number": "7.4.2.4" }, { - "id": "read-plugin", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin", + "id": "reloading-and-traversing", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing", "level": 4, - "title": "Page load processing model for content that uses plugins", - "number": "7.11.7" + "title": "Reloading and traversing", + "number": "7.4.3" }, { - "id": "read-ua-inline", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline", + "id": "navigate-non-frag-sync", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync", "level": 4, - "title": "Page load processing model for inline content that doesn't have a DOM", - "number": "7.11.8" + "title": "Non-fragment synchronous \"navigations\"", + "number": "7.4.4" }, { - "id": "scroll-to-fragid", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid", + "id": "populating-a-session-history-entry", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry", "level": 4, - "title": "Navigating to a fragment", - "number": "7.11.9" + "title": "Populating a session history entry", + "number": "7.4.5" }, { - "id": "history-traversal", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal", + "id": "applying-the-history-step", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#applying-the-history-step", "level": 4, - "title": "History traversal", - "number": "7.11.10" + "title": "Applying the history step", + "number": "7.4.6" }, { - "id": "persisted-user-state-restoration", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration", + "id": "updating-the-traversable", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", "level": 5, - "title": "Persisted history entry state", - "number": "7.11.10.1" + "title": "Updating the traversable", + "number": "7.4.6.1" }, { - "id": "the-popstateevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-popstateevent-interface", + "id": "updating-the-document", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document", "level": 5, - "title": "The PopStateEvent interface", - "number": "7.11.10.2" + "title": "Updating the document", + "number": "7.4.6.2" }, { - "id": "the-hashchangeevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface", + "id": "scrolling-to-a-fragment", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment", "level": 5, - "title": "The HashChangeEvent interface", - "number": "7.11.10.3" + "title": "Scrolling to a fragment", + "number": "7.4.6.3" }, { - "id": "the-pagetransitionevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface", + "id": "persisted-user-state-restoration", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration", "level": 5, - "title": "The PageTransitionEvent interface", - "number": "7.11.10.4" + "title": "Persisted history entry state", + "number": "7.4.6.4" + }, + { + "id": "living-standard", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#living-standard", + "level": 2, + "title": "Living Standard — Last Updated 4 November 2022" + }, + { + "id": "document-lifecycle", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#document-lifecycle", + "level": 3, + "title": "Document lifecycle", + "number": "7.5" + }, + { + "id": "shared-document-creation-infrastructure", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure", + "level": 4, + "title": "Shared document creation infrastructure", + "number": "7.5.1" + }, + { + "id": "read-html", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html", + "level": 4, + "title": "Loading HTML documents", + "number": "7.5.2" + }, + { + "id": "read-xml", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml", + "level": 4, + "title": "Loading XML documents", + "number": "7.5.3" + }, + { + "id": "read-text", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text", + "level": 4, + "title": "Loading text documents", + "number": "7.5.4" + }, + { + "id": "read-multipart-x-mixed-replace", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace", + "level": 4, + "title": "Loading multipart/x-mixed-replace documents", + "number": "7.5.5" + }, + { + "id": "read-media", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media", + "level": 4, + "title": "Loading media documents", + "number": "7.5.6" + }, + { + "id": "read-ua-inline", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline", + "level": 4, + "title": "Loading a document for inline content that doesn't have a DOM", + "number": "7.5.7" }, { "id": "loading-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents", "level": 4, - "title": "Loading documents", - "number": "7.11.11" + "title": "Finishing the loading process", + "number": "7.5.8" }, { "id": "unloading-documents", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents", "level": 4, "title": "Unloading documents", - "number": "7.11.12" + "number": "7.5.9" }, { - "id": "the-beforeunloadevent-interface", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-beforeunloadevent-interface", - "level": 5, - "title": "The BeforeUnloadEvent interface", - "number": "7.11.12.1" + "id": "destroying-documents", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents", + "level": 4, + "title": "Destroying documents", + "number": "7.5.10" }, { "id": "aborting-a-document-load", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load", "level": 4, "title": "Aborting a document load", - "number": "7.11.13" + "number": "7.5.11" }, { "id": "the-x-frame-options-header", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header", + "level": 3, "title": "The `X-Frame-Options` header", - "number": "7.11.14" + "number": "7.6" }, { "id": "the-refresh-header", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-refresh-header", - "level": 4, + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-refresh-header", + "level": 3, "title": "The `Refresh` header", - "number": "7.11.15" + "number": "7.7" + }, + { + "id": "nav-traversal-ui", + "href": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui", + "level": 3, + "title": "Browser user interface considerations", + "number": "7.8" }, { "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webappapis.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "webappapis", @@ -5573,7 +5762,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "dynamic-markup-insertion", @@ -5621,7 +5810,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "timers", @@ -5662,7 +5851,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/system-state.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "system-state-and-capabilities", @@ -5731,7 +5920,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "images-2", @@ -5751,7 +5940,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/comms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "comms", @@ -5770,7 +5959,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/server-sent-events.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "server-sent-events", @@ -5853,7 +6042,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/web-messaging.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "web-messaging", @@ -5971,7 +6160,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/workers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "workers", @@ -6207,7 +6396,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/worklets.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "worklets", @@ -6317,7 +6506,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webstorage.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "webstorage", @@ -6420,7 +6609,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/syntax.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "syntax", @@ -6530,7 +6719,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/parsing.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "parsing", @@ -7495,7 +7684,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/named-characters.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "named-character-references", @@ -7508,7 +7697,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/xhtml.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "the-xhtml-syntax", @@ -7548,7 +7737,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/rendering.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "rendering", @@ -7875,7 +8064,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/obsolete.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "obsolete", @@ -7936,7 +8125,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iana.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "iana", @@ -7997,7 +8186,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/indices.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "index", @@ -8057,7 +8246,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/references.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "references", @@ -8069,7 +8258,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/acknowledgements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 27 October 2022" + "title": "Living Standard — Last Updated 4 November 2022" }, { "id": "acknowledgments", diff --git a/tr/headings/navigation-api.json b/tr/headings/navigation-api.json index 058da903ff9c..bdedf486c5ff 100644 --- a/tr/headings/navigation-api.json +++ b/tr/headings/navigation-api.json @@ -113,158 +113,172 @@ "number": "3" }, { - "id": "navigate-patches", - "href": "https://wicg.github.io/navigation-api/#navigate-patches", + "id": "patches", + "href": "https://wicg.github.io/navigation-api/#patches", "level": 2, - "title": "Patches to fire the navigate event", + "title": "HTML Standard monkeypatches", "number": "4" }, { - "id": "form-patches", - "href": "https://wicg.github.io/navigation-api/#form-patches", + "id": "session-history-new-she-fields", + "href": "https://wicg.github.io/navigation-api/#session-history-new-she-fields", "level": 3, - "title": "Form submission patches", + "title": "New session history entry items", "number": "4.1" }, { - "id": "user-initiated-patches", - "href": "https://wicg.github.io/navigation-api/#user-initiated-patches", + "id": "navigate-patch", + "href": "https://wicg.github.io/navigation-api/#navigate-patch", "level": 3, - "title": "Browser UI/user-initiated patches", + "title": "Navigate", "number": "4.2" }, { - "id": "navigate-algorithm-patches", - "href": "https://wicg.github.io/navigation-api/#navigate-algorithm-patches", + "id": "fragment-patch", + "href": "https://wicg.github.io/navigation-api/#fragment-patch", "level": 3, - "title": "Navigation algorithm updates", + "title": "Navigate to a fragment", "number": "4.3" }, { - "id": "navigate-event-traversal-patches", - "href": "https://wicg.github.io/navigation-api/#navigate-event-traversal-patches", + "id": "push-replace-state-patch", + "href": "https://wicg.github.io/navigation-api/#push-replace-state-patch", "level": 3, - "title": "History traversal updates", + "title": "Shared history push/replace state steps", "number": "4.4" }, { - "id": "navigate-event-download-patches", - "href": "https://wicg.github.io/navigation-api/#navigate-event-download-patches", + "id": "finalize-patch", + "href": "https://wicg.github.io/navigation-api/#finalize-patch", "level": 3, - "title": "Download a hyperlink updates", + "title": "Finalize a cross-document navigation", "number": "4.5" }, { - "id": "session-history-patches", - "href": "https://wicg.github.io/navigation-api/#session-history-patches", - "level": 2, - "title": "Patches to session history", - "number": "5" + "id": "reload-patch", + "href": "https://wicg.github.io/navigation-api/#reload-patch", + "level": 3, + "title": "Reload", + "number": "4.6" }, { - "id": "session-history-new-she-fields", - "href": "https://wicg.github.io/navigation-api/#session-history-new-she-fields", + "id": "traverse-patch", + "href": "https://wicg.github.io/navigation-api/#traverse-patch", "level": 3, - "title": "New session history entry items", - "number": "5.1" + "title": "Traversal", + "number": "4.7" }, { - "id": "session-history-patches-key", - "href": "https://wicg.github.io/navigation-api/#session-history-patches-key", + "id": "navigate-event-download-patches", + "href": "https://wicg.github.io/navigation-api/#navigate-event-download-patches", "level": 3, - "title": "Carrying over the navigation API key", - "number": "5.2" + "title": "Download a hyperlink", + "number": "4.8" }, { - "id": "session-history-patches-state", - "href": "https://wicg.github.io/navigation-api/#session-history-patches-state", + "id": "cancel-navigation", + "href": "https://wicg.github.io/navigation-api/#cancel-navigation", "level": 3, - "title": "Carrying over the navigation API state", - "number": "5.3" + "title": "Canceling navigations", + "number": "4.9" }, { - "id": "session-history-patches-origin", - "href": "https://wicg.github.io/navigation-api/#session-history-patches-origin", + "id": "navigate-event-traversal-patches", + "href": "https://wicg.github.io/navigation-api/#navigate-event-traversal-patches", "level": 3, - "title": "Tracking the origin member", - "number": "5.4" + "title": "Check if unloading is user-canceled", + "number": "4.10" }, { - "id": "session-history-patches-policy-container", - "href": "https://wicg.github.io/navigation-api/#session-history-patches-policy-container", + "id": "new-user-navigation-involvement", + "href": "https://wicg.github.io/navigation-api/#new-user-navigation-involvement", "level": 3, - "title": "Tracking the policy container member more often", - "number": "5.5" + "title": "User navigation involvement", + "number": "4.11" }, { - "id": "session-history-patches-update", - "href": "https://wicg.github.io/navigation-api/#session-history-patches-update", + "id": "call-site-patch", + "href": "https://wicg.github.io/navigation-api/#call-site-patch", "level": 3, - "title": "Updating the Navigation object", - "number": "5.6" + "title": "Various call site patches", + "number": "4.12" }, { - "id": "other-patches", - "href": "https://wicg.github.io/navigation-api/#other-patches", - "level": 2, - "title": "Other patches", - "number": "6" + "id": "call-site-patch-userinvolvement", + "href": "https://wicg.github.io/navigation-api/#call-site-patch-userinvolvement", + "level": 4, + "title": "User navigation involvement", + "number": "4.12.1" + }, + { + "id": "call-site-patch-entrylist", + "href": "https://wicg.github.io/navigation-api/#call-site-patch-entrylist", + "level": 4, + "title": "Form entry list", + "number": "4.12.2" + }, + { + "id": "session-history-patches-update", + "href": "https://wicg.github.io/navigation-api/#session-history-patches-update", + "level": 4, + "title": "Updating the Navigation object", + "number": "4.12.3" }, { "id": "focus-patches", "href": "https://wicg.github.io/navigation-api/#focus-patches", "level": 3, "title": "Focus tracking", - "number": "6.1" + "number": "4.13" }, { "id": "scroll-restoration-patches", "href": "https://wicg.github.io/navigation-api/#scroll-restoration-patches", "level": 3, "title": "Scroll restoration", - "number": "6.2" + "number": "4.14" }, { - "id": "cancel-navigation", - "href": "https://wicg.github.io/navigation-api/#cancel-navigation", + "id": "new-failed-populate-note", + "href": "https://wicg.github.io/navigation-api/#new-failed-populate-note", "level": 3, - "title": "Canceling navigation and traversals", - "number": "6.3" + "title": "Helpful note: failed attempt to populate", + "number": "4.15" }, { "id": "security-privacy", "href": "https://wicg.github.io/navigation-api/#security-privacy", "level": 2, "title": "Security and privacy considerations", - "number": "7" + "number": "5" }, { "id": "sp-cross-site-tracking", "href": "https://wicg.github.io/navigation-api/#sp-cross-site-tracking", "level": 3, "title": "Cross-site tracking", - "number": "7.1" + "number": "5.1" }, { "id": "sp-navigation-monitoring-interception", "href": "https://wicg.github.io/navigation-api/#sp-navigation-monitoring-interception", "level": 3, "title": "Navigation monitoring and interception", - "number": "7.2" + "number": "5.2" }, { "id": "sp-url-updates", "href": "https://wicg.github.io/navigation-api/#sp-url-updates", "level": 3, "title": "URL updates", - "number": "7.3" + "number": "5.3" }, { "id": "sp-ua-ui", "href": "https://wicg.github.io/navigation-api/#sp-ua-ui", "level": 3, "title": "Other user agent UI", - "number": "7.4" + "number": "5.4" }, { "id": "index", diff --git a/tr/headings/scroll-animations-1.json b/tr/headings/scroll-animations-1.json index 55e441f24d7f..8b15007707de 100644 --- a/tr/headings/scroll-animations-1.json +++ b/tr/headings/scroll-animations-1.json @@ -1,305 +1,305 @@ { "spec": { "title": "Scroll-linked Animations", - "url": "https://drafts.csswg.org/scroll-animations-1/" + "url": "https://www.w3.org/TR/scroll-animations-1/" }, "headings": [ { "id": "title", - "href": "https://drafts.csswg.org/scroll-animations-1/#title", + "href": "https://www.w3.org/TR/scroll-animations-1/#title", "level": 1, "title": "Scroll-linked Animations" }, { "id": "abstract", - "href": "https://drafts.csswg.org/scroll-animations-1/#abstract", + "href": "https://www.w3.org/TR/scroll-animations-1/#abstract", "level": 2, "title": "Abstract" }, { "id": "sotd", - "href": "https://drafts.csswg.org/scroll-animations-1/#sotd", + "href": "https://www.w3.org/TR/scroll-animations-1/#sotd", "level": 2, "title": "Status of this document" }, { "id": "toc", - "href": "https://drafts.csswg.org/scroll-animations-1/#toc", + "href": "https://www.w3.org/TR/scroll-animations-1/#toc", "level": 2, "title": "Table of Contents" }, { "id": "intro", - "href": "https://drafts.csswg.org/scroll-animations-1/#intro", + "href": "https://www.w3.org/TR/scroll-animations-1/#intro", "level": 2, "title": "Introduction", "number": "1" }, { "id": "other-specs", - "href": "https://drafts.csswg.org/scroll-animations-1/#other-specs", + "href": "https://www.w3.org/TR/scroll-animations-1/#other-specs", "level": 3, "title": "Relationship to other specifications", "number": "1.1" }, { "id": "async-scrolling", - "href": "https://drafts.csswg.org/scroll-animations-1/#async-scrolling", + "href": "https://www.w3.org/TR/scroll-animations-1/#async-scrolling", "level": 3, "title": "Relationship to asynchronous scrolling", "number": "1.2" }, { "id": "values", - "href": "https://drafts.csswg.org/scroll-animations-1/#values", + "href": "https://www.w3.org/TR/scroll-animations-1/#values", "level": 3, "title": "Value Definitions", "number": "1.3" }, { "id": "scroll-timelines", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-timelines", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timelines", "level": 2, "title": "Scroll Progress Timelines", "number": "2" }, { "id": "scroll-timelines-anonymous", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-timelines-anonymous", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timelines-anonymous", "level": 3, "title": "Anonymous Scroll Progress Timelines", "number": "2.1" }, { "id": "scroll-notation", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-notation", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-notation", "level": 4, "title": "The scroll() notation", "number": "2.1.1" }, { "id": "scrolltimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", "level": 4, "title": "The ScrollTimeline Interface", "number": "2.1.2" }, { "id": "scroll-timelines-named", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-timelines-named", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timelines-named", "level": 3, "title": "Named Scroll Progress Timelines", "number": "2.2" }, { "id": "scroll-timeline-name", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-timeline-name", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-name", "level": 4, "title": "Naming a Scroll Progress Timeline: the scroll-timeline-name property", "number": "2.2.1" }, { "id": "scroll-timeline-axis", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-timeline-axis", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-axis", "level": 4, "title": "Axis of a Scroll Progress Timeline: the scroll-timeline-axis property", "number": "2.2.2" }, { "id": "scroll-timeline-shorthand", - "href": "https://drafts.csswg.org/scroll-animations-1/#scroll-timeline-shorthand", + "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-shorthand", "level": 4, "title": "Scroll Timeline Shorthand: the scroll-timeline shorthand", "number": "2.2.3" }, { "id": "view-timelines", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timelines", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timelines", "level": 2, "title": "View Progress Timelines", "number": "3" }, { "id": "view-timelines-ranges", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timelines-ranges", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timelines-ranges", "level": 3, "title": "View Progress Timeline Ranges", "number": "3.1" }, { "id": "view-timelines-anonymous", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timelines-anonymous", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timelines-anonymous", "level": 3, "title": "Anonymous View Progress Timelines", "number": "3.2" }, { "id": "viewtimeline-interface", - "href": "https://drafts.csswg.org/scroll-animations-1/#viewtimeline-interface", + "href": "https://www.w3.org/TR/scroll-animations-1/#viewtimeline-interface", "level": 4, "title": "The ViewTimeline Interface", "number": "3.2.1" }, { "id": "view-timelines-named", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timelines-named", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timelines-named", "level": 3, "title": "Named View Progress Timelines", "number": "3.3" }, { "id": "view-timeline-name", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timeline-name", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-name", "level": 4, "title": "Naming a View Progress Timeline: the view-timeline-name property", "number": "3.3.1" }, { "id": "view-timeline-axis", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timeline-axis", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-axis", "level": 4, "title": "Axis of a View Progress Timeline: the view-timeline-axis property", "number": "3.3.2" }, { "id": "view-timeline-inset", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timeline-inset", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-inset", "level": 4, "title": "Inset of a View Progress Timeline: the view-timeline-inset property", "number": "3.3.3" }, { "id": "view-timeline-shorthand", - "href": "https://drafts.csswg.org/scroll-animations-1/#view-timeline-shorthand", + "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-shorthand", "level": 4, "title": "View Timeline Shorthand: the view-timeline shorthand", "number": "3.3.4" }, { "id": "timeline-scope", - "href": "https://drafts.csswg.org/scroll-animations-1/#timeline-scope", + "href": "https://www.w3.org/TR/scroll-animations-1/#timeline-scope", "level": 2, "title": "Named Timeline Scoping", "number": "4" }, { "id": "avoiding-cycles", - "href": "https://drafts.csswg.org/scroll-animations-1/#avoiding-cycles", + "href": "https://www.w3.org/TR/scroll-animations-1/#avoiding-cycles", "level": 2, "title": "Avoiding cycles with layout", "number": "5" }, { "id": "timeline-ranges", - "href": "https://drafts.csswg.org/scroll-animations-1/#timeline-ranges", + "href": "https://www.w3.org/TR/scroll-animations-1/#timeline-ranges", "level": 2, "title": "Appendix A: Named Timeline Ranges" }, { "id": "named-range-keyframes", - "href": "https://drafts.csswg.org/scroll-animations-1/#named-range-keyframes", + "href": "https://www.w3.org/TR/scroll-animations-1/#named-range-keyframes", "level": 3, "title": "Named Timeline Range Keyframe Selectors" }, { "id": "named-range-animation-declaration", - "href": "https://drafts.csswg.org/scroll-animations-1/#named-range-animation-declaration", + "href": "https://www.w3.org/TR/scroll-animations-1/#named-range-animation-declaration", "level": 3, "title": "Attaching Animations to Timeline Ranges" }, { "id": "named-range-getTime", - "href": "https://drafts.csswg.org/scroll-animations-1/#named-range-getTime", + "href": "https://www.w3.org/TR/scroll-animations-1/#named-range-getTime", "level": 3, "title": "Reporting Timeline Range Progress: the getTime() method" }, { "id": "w3c-conformance", - "href": "https://drafts.csswg.org/scroll-animations-1/#w3c-conformance", + "href": "https://www.w3.org/TR/scroll-animations-1/#w3c-conformance", "level": 2, "title": "Conformance" }, { "id": "w3c-conventions", - "href": "https://drafts.csswg.org/scroll-animations-1/#w3c-conventions", + "href": "https://www.w3.org/TR/scroll-animations-1/#w3c-conventions", "level": 3, "title": "Document conventions" }, { "id": "w3c-conformance-classes", - "href": "https://drafts.csswg.org/scroll-animations-1/#w3c-conformance-classes", + "href": "https://www.w3.org/TR/scroll-animations-1/#w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { "id": "w3c-partial", - "href": "https://drafts.csswg.org/scroll-animations-1/#w3c-partial", + "href": "https://www.w3.org/TR/scroll-animations-1/#w3c-partial", "level": 3, "title": "Partial implementations" }, { "id": "w3c-conform-future-proofing", - "href": "https://drafts.csswg.org/scroll-animations-1/#w3c-conform-future-proofing", + "href": "https://www.w3.org/TR/scroll-animations-1/#w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { "id": "w3c-testing", - "href": "https://drafts.csswg.org/scroll-animations-1/#w3c-testing", + "href": "https://www.w3.org/TR/scroll-animations-1/#w3c-testing", "level": 3, "title": "Non-experimental implementations" }, { "id": "index", - "href": "https://drafts.csswg.org/scroll-animations-1/#index", + "href": "https://www.w3.org/TR/scroll-animations-1/#index", "level": 2, "title": "Index" }, { "id": "index-defined-here", - "href": "https://drafts.csswg.org/scroll-animations-1/#index-defined-here", + "href": "https://www.w3.org/TR/scroll-animations-1/#index-defined-here", "level": 3, "title": "Terms defined by this specification" }, { "id": "index-defined-elsewhere", - "href": "https://drafts.csswg.org/scroll-animations-1/#index-defined-elsewhere", + "href": "https://www.w3.org/TR/scroll-animations-1/#index-defined-elsewhere", "level": 3, "title": "Terms defined by reference" }, { "id": "references", - "href": "https://drafts.csswg.org/scroll-animations-1/#references", + "href": "https://www.w3.org/TR/scroll-animations-1/#references", "level": 2, "title": "References" }, { "id": "normative", - "href": "https://drafts.csswg.org/scroll-animations-1/#normative", + "href": "https://www.w3.org/TR/scroll-animations-1/#normative", "level": 3, "title": "Normative References" }, { "id": "informative", - "href": "https://drafts.csswg.org/scroll-animations-1/#informative", + "href": "https://www.w3.org/TR/scroll-animations-1/#informative", "level": 3, "title": "Informative References" }, { "id": "property-index", - "href": "https://drafts.csswg.org/scroll-animations-1/#property-index", + "href": "https://www.w3.org/TR/scroll-animations-1/#property-index", "level": 2, "title": "Property Index" }, { "id": "idl-index", - "href": "https://drafts.csswg.org/scroll-animations-1/#idl-index", + "href": "https://www.w3.org/TR/scroll-animations-1/#idl-index", "level": 2, "title": "IDL Index" }, { "id": "issues-index", - "href": "https://drafts.csswg.org/scroll-animations-1/#issues-index", + "href": "https://www.w3.org/TR/scroll-animations-1/#issues-index", "level": 2, "title": "Issues Index" } diff --git a/tr/headings/selectors-4.json b/tr/headings/selectors-4.json index 4093848ea7ce..3a4ebec6b0ed 100644 --- a/tr/headings/selectors-4.json +++ b/tr/headings/selectors-4.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/selectors-4/#title", "level": 1, - "title": "Selectors Level 4" + "title": "133 TestsSelectors Level 4" }, { "id": "abstract", diff --git a/tr/headings/tc39-temporal.json b/tr/headings/tc39-temporal.json index 45640a17f506..4947af041bec 100644 --- a/tr/headings/tc39-temporal.json +++ b/tr/headings/tc39-temporal.json @@ -3953,16 +3953,16 @@ "number": "13.8" }, { - "id": "sec-temporal-toshowcalendaroption", - "href": "https://tc39.es/proposal-temporal/#sec-temporal-toshowcalendaroption", - "title": "ToShowCalendarOption ( normalizedOptions )", + "id": "sec-temporal-tocalendarnameoption", + "href": "https://tc39.es/proposal-temporal/#sec-temporal-tocalendarnameoption", + "title": "ToCalendarNameOption ( normalizedOptions )", "level": 2, "number": "13.9" }, { - "id": "sec-temporal-toshowtimezonenameoption", - "href": "https://tc39.es/proposal-temporal/#sec-temporal-toshowtimezonenameoption", - "title": "ToShowTimeZoneNameOption ( normalizedOptions )", + "id": "sec-temporal-totimezonenameoption", + "href": "https://tc39.es/proposal-temporal/#sec-temporal-totimezonenameoption", + "title": "ToTimeZoneNameOption ( normalizedOptions )", "level": 2, "number": "13.10" }, diff --git a/tr/headings/web-app-launch.json b/tr/headings/web-app-launch.json new file mode 100644 index 000000000000..249e94ae8d58 --- /dev/null +++ b/tr/headings/web-app-launch.json @@ -0,0 +1,153 @@ +{ + "spec": { + "title": "Web App Launch Handler API", + "url": "https://wicg.github.io/web-app-launch/" + }, + "headings": [ + { + "id": "title", + "href": "https://wicg.github.io/web-app-launch/#title", + "level": 1, + "title": "Web App Launch Handler API" + }, + { + "id": "toc", + "href": "https://wicg.github.io/web-app-launch/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "prerequisites", + "href": "https://wicg.github.io/web-app-launch/#prerequisites", + "level": 2, + "title": "Prerequisites", + "number": "1" + }, + { + "id": "usage-example", + "href": "https://wicg.github.io/web-app-launch/#usage-example", + "level": 2, + "title": "Usage Example", + "number": "2" + }, + { + "id": "extension-to-the-web-app-manifest", + "href": "https://wicg.github.io/web-app-launch/#extension-to-the-web-app-manifest", + "level": 2, + "title": "Extension to the Web App Manifest", + "number": "3" + }, + { + "id": "launch_handler-member", + "href": "https://wicg.github.io/web-app-launch/#launch_handler-member", + "level": 3, + "title": "launch_handler member", + "number": "3.1" + }, + { + "id": "client_mode-member", + "href": "https://wicg.github.io/web-app-launch/#client_mode-member", + "level": 3, + "title": "client_mode member", + "number": "3.2" + }, + { + "id": "handling-web-app-launches", + "href": "https://wicg.github.io/web-app-launch/#handling-web-app-launches", + "level": 2, + "title": "Handling Web App Launches", + "number": "4" + }, + { + "id": "launching-a-web-app", + "href": "https://wicg.github.io/web-app-launch/#launching-a-web-app", + "level": 3, + "title": "Launching a Web App", + "number": "4.1" + }, + { + "id": "preparing-a-web-app-launch-client", + "href": "https://wicg.github.io/web-app-launch/#preparing-a-web-app-launch-client", + "level": 3, + "title": "Preparing a Web App Launch Client", + "number": "4.2" + }, + { + "id": "preparing-a-new-web-app-launch-client", + "href": "https://wicg.github.io/web-app-launch/#preparing-a-new-web-app-launch-client", + "level": 3, + "title": "Preparing a new Web App Launch Client", + "number": "4.3" + }, + { + "id": "processing-unconsumed-launch-params", + "href": "https://wicg.github.io/web-app-launch/#processing-unconsumed-launch-params", + "level": 3, + "title": "Processing unconsumed launch params", + "number": "4.4" + }, + { + "id": "script-interfaces-to-app-launches", + "href": "https://wicg.github.io/web-app-launch/#script-interfaces-to-app-launches", + "level": 2, + "title": "Script Interfaces to App Launches", + "number": "5" + }, + { + "id": "launchparams-interface", + "href": "https://wicg.github.io/web-app-launch/#launchparams-interface", + "level": 3, + "title": "LaunchParams interface", + "number": "5.1" + }, + { + "id": "launchconsumer-function", + "href": "https://wicg.github.io/web-app-launch/#launchconsumer-function", + "level": 3, + "title": "LaunchConsumer function", + "number": "5.2" + }, + { + "id": "launchqueue-interface", + "href": "https://wicg.github.io/web-app-launch/#launchqueue-interface", + "level": 3, + "title": "LaunchQueue interface", + "number": "5.3" + }, + { + "id": "setconsumer-method", + "href": "https://wicg.github.io/web-app-launch/#setconsumer-method", + "level": 4, + "title": "setConsumer method", + "number": "5.3.1" + }, + { + "id": "accessibility", + "href": "https://wicg.github.io/web-app-launch/#accessibility", + "level": 2, + "title": "Accessibility", + "number": "6" + }, + { + "id": "conformance", + "href": "https://wicg.github.io/web-app-launch/#conformance", + "level": 2, + "title": "Conformance", + "number": "7" + }, + { + "id": "references", + "href": "https://wicg.github.io/web-app-launch/#references", + "level": 2, + "title": "References", + "number": "A" + }, + { + "id": "normative-references", + "href": "https://wicg.github.io/web-app-launch/#normative-references", + "level": 3, + "title": "Normative references", + "number": "A.1" + } + ] +} \ No newline at end of file diff --git a/tr/idl/FedCM.idl b/tr/idl/FedCM.idl index 55f1cc09d935..b3ddb54e0c64 100644 --- a/tr/idl/FedCM.idl +++ b/tr/idl/FedCM.idl @@ -3,6 +3,48 @@ // (https://github.com/w3c/webref) // Source: Federated Credential Management API (https://fedidcg.github.io/FedCM/) +dictionary IdentityProviderWellKnown { + required sequence provider_urls; +}; + +dictionary IdentityProviderIcon { + required USVString url; + unsigned long size; +}; + +dictionary IdentityProviderBranding { + USVString background_color; + USVString color; + sequence icons; +}; + +dictionary IdentityProviderAPIConfig { + required USVString accounts_endpoint; + required USVString client_metadata_endpoint; + required USVString id_assertion_endpoint; + IdentityProviderBranding branding; +}; + +dictionary IdentityProviderAccount { + required USVString id; + required USVString name; + required USVString email; + USVString given_name; + sequence approved_clients; +}; +dictionary IdentityProviderAccountList { + sequence accounts; +}; + +dictionary IdentityProviderClientMetadata { + USVString privacy_policy_url; + USVString terms_of_service_url; +}; + +dictionary IdentityProviderToken { + required USVString token; +}; + [Exposed=Window, SecureContext] interface IdentityCredential : Credential { readonly attribute USVString? token; diff --git a/tr/idl/css-view-transitions.idl b/tr/idl/css-view-transitions.idl index 26c2e304066e..d24df8b1eb66 100644 --- a/tr/idl/css-view-transitions.idl +++ b/tr/idl/css-view-transitions.idl @@ -1,7 +1,7 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: CSS View Transitions Module Level 1 (https://drafts.csswg.org/css-view-transitions-1/) +// Source: CSS View Transitions Module Level 1 (https://www.w3.org/TR/css-view-transitions-1/) partial interface Document { ViewTransition createTransition(ViewTransitionInit init); diff --git a/tr/idl/html.idl b/tr/idl/html.idl index 17fe2890bb73..91357092948b 100644 --- a/tr/idl/html.idl +++ b/tr/idl/html.idl @@ -1773,20 +1773,6 @@ interface BarProp { readonly attribute boolean visible; }; -enum ScrollRestoration { "auto", "manual" }; - -[Exposed=Window] -interface History { - readonly attribute unsigned long length; - attribute ScrollRestoration scrollRestoration; - readonly attribute any state; - undefined go(optional long delta = 0); - undefined back(); - undefined forward(); - undefined pushState(any data, DOMString unused, optional USVString? url = null); - undefined replaceState(any data, DOMString unused, optional USVString? url = null); -}; - [Exposed=Window] interface Location { // but see also additional creation steps and overridden internal methods [LegacyUnforgeable] stringifier attribute USVString href; @@ -1806,6 +1792,20 @@ interface Location { // but see also additional creation steps and overridden in [LegacyUnforgeable, SameObject] readonly attribute DOMStringList ancestorOrigins; }; +enum ScrollRestoration { "auto", "manual" }; + +[Exposed=Window] +interface History { + readonly attribute unsigned long length; + attribute ScrollRestoration scrollRestoration; + readonly attribute any state; + undefined go(optional long delta = 0); + undefined back(); + undefined forward(); + undefined pushState(any data, DOMString unused, optional USVString? url = null); + undefined replaceState(any data, DOMString unused, optional USVString? url = null); +}; + [Exposed=Window] interface PopStateEvent : Event { constructor(DOMString type, optional PopStateEventInit eventInitDict = {}); @@ -1944,6 +1944,7 @@ interface mixin GlobalEventHandlers { attribute EventHandler onreset; attribute EventHandler onresize; attribute EventHandler onscroll; + attribute EventHandler onscrollend; attribute EventHandler onsecuritypolicyviolation; attribute EventHandler onseeked; attribute EventHandler onseeking; diff --git a/tr/idl/scroll-animations.idl b/tr/idl/scroll-animations.idl index 1ba137c36744..e45e8787a9eb 100644 --- a/tr/idl/scroll-animations.idl +++ b/tr/idl/scroll-animations.idl @@ -1,7 +1,7 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: Scroll-linked Animations (https://drafts.csswg.org/scroll-animations-1/) +// Source: Scroll-linked Animations (https://www.w3.org/TR/scroll-animations-1/) enum ScrollAxis { "block", diff --git a/tr/idl/web-app-launch.idl b/tr/idl/web-app-launch.idl new file mode 100644 index 000000000000..c3b6e39f3fab --- /dev/null +++ b/tr/idl/web-app-launch.idl @@ -0,0 +1,19 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Web App Launch Handler API (https://wicg.github.io/web-app-launch/) + +[Exposed=Window] interface LaunchParams { + readonly attribute DOMString? targetURL; + readonly attribute FrozenArray files; +}; + +callback LaunchConsumer = any (LaunchParams params); + +partial interface Window { + readonly attribute LaunchQueue launchQueue; +}; + +[Exposed=Window] interface LaunchQueue { + undefined setConsumer(LaunchConsumer consumer); +}; diff --git a/tr/idl/webcodecs-opus-codec-registration.idl b/tr/idl/webcodecs-opus-codec-registration.idl index d7db9ec460bb..91b4c26812e0 100644 --- a/tr/idl/webcodecs-opus-codec-registration.idl +++ b/tr/idl/webcodecs-opus-codec-registration.idl @@ -9,7 +9,11 @@ partial dictionary AudioEncoderConfig { dictionary OpusEncoderConfig { OpusBitstreamFormat format = "opus"; - [EnforceRange] unsigned long frameDuration; + [EnforceRange] unsigned long long frameDuration = 20000; + [EnforceRange] unsigned long complexity; + [EnforceRange] unsigned long packetlossperc = 0; + boolean useinbandfec = false; + boolean usedtx = false; }; enum OpusBitstreamFormat { diff --git a/tr/idl/webnn.idl b/tr/idl/webnn.idl index 9a76f669f340..64adf4194b8b 100644 --- a/tr/idl/webnn.idl +++ b/tr/idl/webnn.idl @@ -27,8 +27,13 @@ dictionary MLContextOptions { [SecureContext, Exposed=(Window, DedicatedWorker)] interface ML { - MLContext createContext(optional MLContextOptions options = {}); - MLContext createContext(GPUDevice gpuDevice); + Promise createContext(optional MLContextOptions options = {}); + Promise createContext(GPUDevice gpuDevice); + + [Exposed=(DedicatedWorker)] + MLContext createContextSync(optional MLContextOptions options = {}); + [Exposed=(DedicatedWorker)] + MLContext createContextSync(GPUDevice gpuDevice); }; typedef record MLNamedArrayBufferViews; @@ -38,12 +43,12 @@ interface MLContext {}; partial interface MLContext { [Exposed=(DedicatedWorker)] - undefined compute( + undefined computeSync( MLGraph graph, MLNamedArrayBufferViews inputs, MLNamedArrayBufferViews outputs); }; partial interface MLContext { - Promise computeAsync( + Promise compute( MLGraph graph, MLNamedArrayBufferViews inputs, MLNamedArrayBufferViews outputs); }; @@ -103,12 +108,12 @@ interface MLGraphBuilder { // Create a single-value operand from the specified number of the specified type. MLOperand constant(double value, optional MLOperandType type = "float32"); + // Compile the graph up to the specified output operands asynchronously. + Promise build(MLNamedOperands outputs); + // Compile the graph up to the specified output operands synchronously. [Exposed=(DedicatedWorker)] - MLGraph build(MLNamedOperands outputs); - - // Compile the graph up to the specified output operands asynchronously. - Promise buildAsync(MLNamedOperands outputs); + MLGraph buildSync(MLNamedOperands outputs); }; dictionary MLBatchNormalizationOptions { diff --git a/tr/ids/FedCM.json b/tr/ids/FedCM.json index 8e1f0a5dd0d3..aab19096ec74 100644 --- a/tr/ids/FedCM.json +++ b/tr/ids/FedCM.json @@ -165,9 +165,9 @@ "https://fedidcg.github.io/FedCM/#ref-for-site%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-user%E2%91%A0", "https://fedidcg.github.io/FedCM/#privacy-policy", - "https://fedidcg.github.io/FedCM/#ref-for-dom-client_metadata-privacy_policy_url", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderclientmetadata-privacy_policy_url", "https://fedidcg.github.io/FedCM/#terms-of-service", - "https://fedidcg.github.io/FedCM/#ref-for-dom-client_metadata-terms_of_service_url", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderclientmetadata-terms_of_service_url", "https://fedidcg.github.io/FedCM/#registered", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8", @@ -179,43 +179,81 @@ "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1", "https://fedidcg.github.io/FedCM/#idp-api", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderwellknown", + "https://fedidcg.github.io/FedCM/#dictdef-identityproviderwellknown", + "https://fedidcg.github.io/FedCM/#ref-for-idl-sequence", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString", + "https://fedidcg.github.io/FedCM/#dom-identityproviderwellknown-provider_urls", "https://fedidcg.github.io/FedCM/#issue-c3a28d29", "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch", "https://fedidcg.github.io/FedCM/#idp-api-well-known", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest", "https://fedidcg.github.io/FedCM/#example-bdcfd575", "https://fedidcg.github.io/FedCM/#ref-for-well-known", "https://fedidcg.github.io/FedCM/#well-known", "https://fedidcg.github.io/FedCM/#dom-well-known-provider_urls", "https://fedidcg.github.io/FedCM/#idp-api-manifest", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A0", "https://fedidcg.github.io/FedCM/#example-568d2573", - "https://fedidcg.github.io/FedCM/#ref-for-manifest", - "https://fedidcg.github.io/FedCM/#manifest", - "https://fedidcg.github.io/FedCM/#dom-manifest-accounts_endpoint", - "https://fedidcg.github.io/FedCM/#dom-manifest-client_metadata_endpoint", - "https://fedidcg.github.io/FedCM/#dom-manifest-id_assertion_endpoint", - "https://fedidcg.github.io/FedCM/#dom-manifest-branding", - "https://fedidcg.github.io/FedCM/#ref-for-branding-json", - "https://fedidcg.github.io/FedCM/#branding-json", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig", + "https://fedidcg.github.io/FedCM/#dictdef-identityprovidericon", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovidericon-url", + "https://fedidcg.github.io/FedCM/#ref-for-idl-unsigned-long", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovidericon-size", + "https://fedidcg.github.io/FedCM/#dictdef-identityproviderbranding", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderbranding-background_color", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderbranding-color", + "https://fedidcg.github.io/FedCM/#ref-for-idl-sequence%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovidericon", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderbranding-icons", + "https://fedidcg.github.io/FedCM/#dictdef-identityproviderapiconfig", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderapiconfig-accounts_endpoint", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderapiconfig-client_metadata_endpoint", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderapiconfig-id_assertion_endpoint", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderbranding", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderapiconfig-branding", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A0", + "https://fedidcg.github.io/FedCM/#dom-identityproviderapiconfig-accounts_endpoint", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A6", + "https://fedidcg.github.io/FedCM/#dom-identityproviderapiconfig-client_metadata_endpoint", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A7", + "https://fedidcg.github.io/FedCM/#dom-identityproviderapiconfig-id_assertion_endpoint", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A8", + "https://fedidcg.github.io/FedCM/#dom-identityproviderapiconfig-branding", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderbranding%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderbranding%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderbranding%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2", - "https://fedidcg.github.io/FedCM/#dom-manifest_branding-background_color", + "https://fedidcg.github.io/FedCM/#dom-identityproviderbranding-background_color", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-color", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A7", - "https://fedidcg.github.io/FedCM/#dom-manifest_branding-color", - "https://fedidcg.github.io/FedCM/#ref-for-color%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A8", - "https://fedidcg.github.io/FedCM/#dom-manifest_branding-icons", - "https://fedidcg.github.io/FedCM/#ref-for-icon-json", + "https://fedidcg.github.io/FedCM/#dom-identityproviderbranding-color", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-color%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%93%AA", + "https://fedidcg.github.io/FedCM/#dom-identityproviderbranding-icons", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovidericon%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovidericon%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A3", - "https://fedidcg.github.io/FedCM/#icon-json", - "https://fedidcg.github.io/FedCM/#dom-manifest_branding_icons-url", - "https://fedidcg.github.io/FedCM/#dom-manifest_branding_icons-size", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovidericon%E2%91%A2", + "https://fedidcg.github.io/FedCM/#dom-identityprovidericon-url", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A1", + "https://fedidcg.github.io/FedCM/#dom-identityprovidericon-size", + "https://fedidcg.github.io/FedCM/#ref-for-idl-unsigned-long%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A5", "https://fedidcg.github.io/FedCM/#color", @@ -226,22 +264,43 @@ "https://fedidcg.github.io/FedCM/#ref-for-typedef-named-color", "https://fedidcg.github.io/FedCM/#example-11c795f6", "https://fedidcg.github.io/FedCM/#idp-api-accounts-endpoint", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A1", "https://fedidcg.github.io/FedCM/#example-69494315", - "https://fedidcg.github.io/FedCM/#dom-accounts_endpoint_response-accounts", - "https://fedidcg.github.io/FedCM/#ref-for-account-json", - "https://fedidcg.github.io/FedCM/#account-json", - "https://fedidcg.github.io/FedCM/#dom-account_json-id", - "https://fedidcg.github.io/FedCM/#dom-account_json-name", - "https://fedidcg.github.io/FedCM/#dom-account_json-email", - "https://fedidcg.github.io/FedCM/#dom-account_json-given_name", - "https://fedidcg.github.io/FedCM/#dom-account_json-approved_clients", + "https://fedidcg.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovideraccountlist", + "https://fedidcg.github.io/FedCM/#dictdef-identityprovideraccount", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovideraccount-id", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovideraccount-name", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovideraccount-email", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovideraccount-given_name", + "https://fedidcg.github.io/FedCM/#ref-for-idl-sequence%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovideraccount-approved_clients", + "https://fedidcg.github.io/FedCM/#dictdef-identityprovideraccountlist", + "https://fedidcg.github.io/FedCM/#ref-for-idl-sequence%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovideraccount", + "https://fedidcg.github.io/FedCM/#dom-identityprovideraccountlist-accounts", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovideraccount%E2%91%A0", + "https://fedidcg.github.io/FedCM/#dom-identityprovideraccount-id", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A7", + "https://fedidcg.github.io/FedCM/#dom-identityprovideraccount-name", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A8", + "https://fedidcg.github.io/FedCM/#dom-identityprovideraccount-email", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%93%AA", + "https://fedidcg.github.io/FedCM/#dom-identityprovideraccount-given_name", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A0", + "https://fedidcg.github.io/FedCM/#dom-identityprovideraccount-approved_clients", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-request-permission-to-sign-up", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-privacy-policy", "https://fedidcg.github.io/FedCM/#ref-for-terms-of-service", "https://fedidcg.github.io/FedCM/#example-50458aa3", @@ -251,17 +310,27 @@ "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A7", "https://fedidcg.github.io/FedCM/#example-88da8b3d", - "https://fedidcg.github.io/FedCM/#dom-client_metadata-privacy_policy_url", + "https://fedidcg.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderclientmetadata", + "https://fedidcg.github.io/FedCM/#dictdef-identityproviderclientmetadata", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderclientmetadata-privacy_policy_url%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderclientmetadata-terms_of_service_url%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderclientmetadata%E2%91%A0", + "https://fedidcg.github.io/FedCM/#dom-identityproviderclientmetadata-privacy_policy_url", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-privacy-policy%E2%91%A0", - "https://fedidcg.github.io/FedCM/#dom-client_metadata-terms_of_service_url", + "https://fedidcg.github.io/FedCM/#dom-identityproviderclientmetadata-terms_of_service_url", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-terms-of-service%E2%91%A0", "https://fedidcg.github.io/FedCM/#example-001e0b0d", "https://fedidcg.github.io/FedCM/#idp-api-id-assertion-endpoint", "https://fedidcg.github.io/FedCM/#ref-for-minting", "https://fedidcg.github.io/FedCM/#ref-for-token%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A3", "https://fedidcg.github.io/FedCM/#dom-id_assertion_endpoint_request-client_id", @@ -270,20 +339,27 @@ "https://fedidcg.github.io/FedCM/#dom-id_assertion_endpoint_request-nonce", "https://fedidcg.github.io/FedCM/#dom-id_assertion_endpoint_request-account_id", "https://fedidcg.github.io/FedCM/#dom-id_assertion_endpoint_request-disclosure_text_shown", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-request-permission-to-sign-up%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-sign-in", "https://fedidcg.github.io/FedCM/#example-484e1021", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A6", - "https://fedidcg.github.io/FedCM/#dom-id_assertion_endpoint_response-token", + "https://fedidcg.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovidertoken", + "https://fedidcg.github.io/FedCM/#dictdef-identityprovidertoken", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovidertoken-token", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovidertoken%E2%91%A0", + "https://fedidcg.github.io/FedCM/#dom-identityprovidertoken-token", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-token%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-token%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A1%E2%91%A1", @@ -294,18 +370,18 @@ "https://fedidcg.github.io/FedCM/#rp-api", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A5", "https://fedidcg.github.io/FedCM/#rp-api-logout-endpoint", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-out-of-band", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%93%AA", "https://fedidcg.github.io/FedCM/#browser-api", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-relying-party%E2%91%A2%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A1%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-token%E2%91%A3", @@ -328,13 +404,13 @@ "https://fedidcg.github.io/FedCM/#ref-for-concept-origin%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-origin%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-map-getting-the-values", "https://fedidcg.github.io/FedCM/#ref-for-state-machine-map%E2%91%A0", "https://fedidcg.github.io/FedCM/#accountstate", "https://fedidcg.github.io/FedCM/#dom-accountstate-registration-state", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-registered", "https://fedidcg.github.io/FedCM/#ref-for-unregistered", "https://fedidcg.github.io/FedCM/#dom-accountstate-allows-logout", @@ -349,12 +425,12 @@ "https://fedidcg.github.io/FedCM/#ref-for-SecureContext", "https://fedidcg.github.io/FedCM/#identitycredential", "https://fedidcg.github.io/FedCM/#ref-for-credential%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A8", "https://fedidcg.github.io/FedCM/#dom-identitycredential-token", "https://fedidcg.github.io/FedCM/#ref-for-dom-identitycredential-token", "https://fedidcg.github.io/FedCM/#ref-for-dom-identitycredential-token%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-token%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A5", "https://fedidcg.github.io/FedCM/#browser-api-credential-request-options", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-credentialrequestoptions%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-credentialrequestoptions%E2%91%A1", @@ -364,24 +440,24 @@ "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig", "https://fedidcg.github.io/FedCM/#ref-for-relying-party%E2%91%A2%E2%91%A7", "https://fedidcg.github.io/FedCM/#dictdef-identitycredentialrequestoptions", - "https://fedidcg.github.io/FedCM/#ref-for-idl-sequence", + "https://fedidcg.github.io/FedCM/#ref-for-idl-sequence%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A0", "https://fedidcg.github.io/FedCM/#dom-identitycredentialrequestoptions-providers", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A1%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-relying-party%E2%91%A2%E2%91%A8", "https://fedidcg.github.io/FedCM/#dictdef-identityproviderconfig", - "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%93%AA", "https://fedidcg.github.io/FedCM/#dom-identityproviderconfig-configurl", - "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A0", "https://fedidcg.github.io/FedCM/#dom-identityproviderconfig-clientid", - "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A1", "https://fedidcg.github.io/FedCM/#dom-identityproviderconfig-nonce", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid", "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-nonce", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-token%E2%91%A6", @@ -420,12 +496,14 @@ "https://fedidcg.github.io/FedCM/#ref-for-dom-settimeout", "https://fedidcg.github.io/FedCM/#ref-for-concept-task", "https://fedidcg.github.io/FedCM/#ref-for-networkerror", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-dom-credentialrequestoptions-identity%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-dom-identitycredentialrequestoptions-providers%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-potentially-create-identitycredential", + "https://fedidcg.github.io/FedCM/#ref-for-potentially-create-identitycredential%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-exceptiondef-typeerror", "https://fedidcg.github.io/FedCM/#ref-for-networkerror%E2%91%A0", "https://fedidcg.github.io/FedCM/#potentially-create-identitycredential", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A2", @@ -445,27 +523,27 @@ "https://fedidcg.github.io/FedCM/#ref-for-dom-accountstate-registration-state%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-unregistered%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-create-tokens", - "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-id", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovideraccount-id%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-identitycredential%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-dom-identitycredential-token%E2%91%A1", "https://fedidcg.github.io/FedCM/#compute-account-state", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-account-json%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovideraccount%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-origin%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-this", "https://fedidcg.github.io/FedCM/#ref-for-concept-document-origin", - "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-id%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovideraccount-id%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-state-machine-map%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-state-machine-map%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-accountstate", "https://fedidcg.github.io/FedCM/#ref-for-state-machine-map%E2%91%A3", "https://fedidcg.github.io/FedCM/#fetch-the-accounts-list", - "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-computing-the-manifest-url", - "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-accounts_endpoint", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderapiconfig-accounts_endpoint%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-request", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-url", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-redirect-mode", @@ -483,28 +561,17 @@ "https://fedidcg.github.io/FedCM/#ref-for-concept-request-referrer-policy", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-credentials-mode", "https://fedidcg.github.io/FedCM/#issue-77971f6b", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovideraccountlist%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-process-response-end-of-body", "https://fedidcg.github.io/FedCM/#ref-for-concept-response", "https://fedidcg.github.io/FedCM/#ref-for-extract-the-json-fetch-response", - "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-ordered-map%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-string", - "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-account-json%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-id%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-name", - "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-email", - "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-given_name", - "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-approved_clients", - "https://fedidcg.github.io/FedCM/#ref-for-list-append", + "https://fedidcg.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovideraccountlist%E2%91%A1", "https://fedidcg.github.io/FedCM/#issue-db10ab61", "https://fedidcg.github.io/FedCM/#computing-the-manifest-url", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-string", "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A1", @@ -521,31 +588,31 @@ "https://fedidcg.github.io/FedCM/#ref-for-json-mime-type", "https://fedidcg.github.io/FedCM/#ref-for-parse-json-bytes-to-an-infra-value", "https://fedidcg.github.io/FedCM/#ref-for-concept-response-body", - "https://fedidcg.github.io/FedCM/#ref-for-ordered-map%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-ordered-map%E2%91%A0", "https://fedidcg.github.io/FedCM/#request-permission-to-sign-up", - "https://fedidcg.github.io/FedCM/#ref-for-account-json%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovideraccount%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-accountstate%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-client-metadata", - "https://fedidcg.github.io/FedCM/#ref-for-dom-client_metadata-privacy_policy_url%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderclientmetadata-privacy_policy_url%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-approved_clients%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-dom-client_metadata-privacy_policy_url%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-dom-client_metadata-terms_of_service_url%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovideraccount-approved_clients%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderclientmetadata-privacy_policy_url%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderclientmetadata-terms_of_service_url%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-approved_clients%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-dom-client_metadata-terms_of_service_url%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-branding-json%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovideraccount-approved_clients%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderclientmetadata-terms_of_service_url%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderbranding%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-dom-accountstate-registration-state%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-unregistered%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-registered%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dom-accountstate-allows-logout", "https://fedidcg.github.io/FedCM/#fetch-the-client-metadata", - "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-computing-the-manifest-url%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-client_metadata_endpoint", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderapiconfig-client_metadata_endpoint%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-request%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-url%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-redirect-mode%E2%91%A0", @@ -556,23 +623,23 @@ "https://fedidcg.github.io/FedCM/#ref-for-concept-request-origin%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-origin-opaque%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-header-list%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-header%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-header-name%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-header-value%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-referrer", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-credentials-mode%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-ordered-map%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderclientmetadata%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-process-response-end-of-body%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-response%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-extract-the-json-fetch-response%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderclientmetadata%E2%91%A2", "https://fedidcg.github.io/FedCM/#select-an-account", "https://fedidcg.github.io/FedCM/#ref-for-list-size%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-id%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovideraccount-id%E2%91%A2", "https://fedidcg.github.io/FedCM/#sign-in", "https://fedidcg.github.io/FedCM/#ref-for-accountstate%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-dom-accountstate-registration-state%E2%91%A3", @@ -580,15 +647,15 @@ "https://fedidcg.github.io/FedCM/#ref-for-dom-accountstate-allows-logout%E2%91%A0", "https://fedidcg.github.io/FedCM/#create-tokens", "https://fedidcg.github.io/FedCM/#ref-for-accountstate%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-dom-accountstate-registration-state%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-registered%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-dom-accountstate-allows-logout%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-computing-the-manifest-url%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-id_assertion_endpoint", - "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderapiconfig-id_assertion_endpoint%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-nonce%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-request%E2%91%A1", @@ -604,27 +671,29 @@ "https://fedidcg.github.io/FedCM/#ref-for-concept-request-origin%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-origin-opaque%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-header-list%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-header%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-header-name%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-header-value%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-referrer%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-credentials-mode%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovidertoken%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-process-response-end-of-body%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-response%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-extract-the-json-fetch-response%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovidertoken%E2%91%A2", "https://fedidcg.github.io/FedCM/#fetch-the-manifest", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A0%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-check-the-well-known-file", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-internal-manifest", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A1", "https://fedidcg.github.io/FedCM/#check-the-well-known-file", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A0%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A2", @@ -638,7 +707,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-concept-url-host%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-host-registrable-domain%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-url-path", - "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-potentially-trustworthy-url%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-request%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-url%E2%91%A2", @@ -649,7 +718,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-concept-request-origin%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-concept-origin-opaque%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-header-list%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-concept-header%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-concept-header-name%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-concept-header-value%E2%91%A2", @@ -659,15 +728,17 @@ "https://fedidcg.github.io/FedCM/#ref-for-process-response-end-of-body%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-concept-response%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-extract-the-json-fetch-response%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderwellknown%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-list-size%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderwellknown-provider_urls", "https://fedidcg.github.io/FedCM/#issue-80d5b61c", - "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A0%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderwellknown-provider_urls%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-string-is", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A4", "https://fedidcg.github.io/FedCM/#fetch-the-internal-manifest", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A0%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-potentially-trustworthy-url%E2%91%A1", @@ -681,7 +752,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-concept-request-origin%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-concept-origin-opaque%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-header-list%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-concept-header%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-concept-header-name%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-concept-header-value%E2%91%A3", @@ -690,17 +761,13 @@ "https://fedidcg.github.io/FedCM/#ref-for-concept-request%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-url%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-redirect-mode%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-process-response-end-of-body%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-concept-response%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-extract-the-json-fetch-response%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A0%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A0%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A0%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-accounts_endpoint%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-client_metadata_endpoint%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-id_assertion_endpoint%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A8", "https://fedidcg.github.io/FedCM/#browser-api-idp-sign-out", "https://fedidcg.github.io/FedCM/#ref-for-relying-party%E2%91%A3%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A1%E2%91%A8", @@ -708,13 +775,13 @@ "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A2%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-relying-party%E2%91%A3%E2%91%A1", "https://fedidcg.github.io/FedCM/#example-d1f3478c", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-dom-identitycredential-logoutrps%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A0", "https://fedidcg.github.io/FedCM/#dictdef-identitycredentiallogoutrpsrequest", - "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A3", "https://fedidcg.github.io/FedCM/#dom-identitycredentiallogoutrpsrequest-url", - "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A4", "https://fedidcg.github.io/FedCM/#dom-identitycredentiallogoutrpsrequest-accountid", "https://fedidcg.github.io/FedCM/#ref-for-Exposed%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-SecureContext%E2%91%A0", @@ -722,11 +789,11 @@ "https://fedidcg.github.io/FedCM/#ref-for-idl-promise", "https://fedidcg.github.io/FedCM/#ref-for-idl-undefined", "https://fedidcg.github.io/FedCM/#dom-identitycredential-logoutrps", - "https://fedidcg.github.io/FedCM/#ref-for-idl-sequence%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idl-sequence%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identitycredentiallogoutrpsrequest", "https://fedidcg.github.io/FedCM/#dom-identitycredential-logoutrps-logoutrequests-logoutrequests", "https://fedidcg.github.io/FedCM/#ref-for-dom-identitycredential-logoutrps%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identitycredentiallogoutrpsrequest%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idl-promise%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-this%E2%91%A0", @@ -764,180 +831,180 @@ "https://fedidcg.github.io/FedCM/#security", "https://fedidcg.github.io/FedCM/#content-security-policy", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A6", "https://fedidcg.github.io/FedCM/#sec-fetch-dest-header", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-forbidden-header-name", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%93%AA", - "https://fedidcg.github.io/FedCM/#browser-surface-impersonation", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A0", + "https://fedidcg.github.io/FedCM/#browser-surface-impersonation", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A1", "https://fedidcg.github.io/FedCM/#privacy", "https://fedidcg.github.io/FedCM/#privacy-principals", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-relying-party%E2%91%A3%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A2%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-token%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-token%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-tracker", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-tracker", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A1", "https://fedidcg.github.io/FedCM/#network-requests", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A0%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A0%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-privacy-policy%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-terms-of-service%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A0%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A0%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A6", "https://fedidcg.github.io/FedCM/#attack-scenarios", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A0", "https://fedidcg.github.io/FedCM/#manifest-fingerprinting", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-manifest%E2%91%A0", "https://fedidcg.github.io/FedCM/#example-d7cff68d", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A5", "https://fedidcg.github.io/FedCM/#timing-attacks", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A6", "https://fedidcg.github.io/FedCM/#timing-attack-heuristics", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A0", "https://fedidcg.github.io/FedCM/#push-model-mitigation", "https://fedidcg.github.io/FedCM/#ref-for-push-model", "https://fedidcg.github.io/FedCM/#pull-model", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A6", - "https://fedidcg.github.io/FedCM/#push-model", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A7", + "https://fedidcg.github.io/FedCM/#push-model", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-push-model%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-pull-model", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A3", "https://fedidcg.github.io/FedCM/#the-idp-sign-in-status-api", "https://fedidcg.github.io/FedCM/#issue-71e44d70", "https://fedidcg.github.io/FedCM/#ref-for-push-model%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A6", "https://fedidcg.github.io/FedCM/#sign-in-status", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-ordered-map%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-ordered-map%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-map-getting-the-keys%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status", "https://fedidcg.github.io/FedCM/#ref-for-concept-origin%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-map-getting-the-values%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A0", "https://fedidcg.github.io/FedCM/#dom-sign-in-status-unknown", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A7", "https://fedidcg.github.io/FedCM/#dom-sign-in-status-signed-in", "https://fedidcg.github.io/FedCM/#dom-sign-in-status-signed-out", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-Exposed%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-SecureContext%E2%91%A1", @@ -958,23 +1025,23 @@ "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-out", "https://fedidcg.github.io/FedCM/#example-1d2e6860", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A4", "https://fedidcg.github.io/FedCM/#example-37a87327", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-unknown", - "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A7", - "https://fedidcg.github.io/FedCM/#dom-manifest-signin_url", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A0%E2%93%AA", + "https://fedidcg.github.io/FedCM/#dom-identityproviderapiconfig-signin_url", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-maybe-fetch-the-accounts-list", - "https://fedidcg.github.io/FedCM/#ref-for-potentially-create-identitycredential%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-accounts-list%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-potentially-create-identitycredential%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-accounts-list%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-potentially-create-identitycredential%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-out%E2%91%A0", "https://fedidcg.github.io/FedCM/#maybe-fetch-the-accounts-list", - "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A0%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A0%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A6", @@ -984,8 +1051,8 @@ "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-in%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-out%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-out%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-accounts-list%E2%91%A2", @@ -993,24 +1060,25 @@ "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-accounts-list%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-out%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-sign-in-to-the-idp", "https://fedidcg.github.io/FedCM/#sign-in-to-the-idp", - "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A0%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A0%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A0%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A0%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-out%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-signin_url", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderapiconfig-signin_url", "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A0%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-in%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-accounts-list%E2%91%A4", "https://fedidcg.github.io/FedCM/#idp-intrusion", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2%E2%91%A4", @@ -1019,21 +1087,21 @@ "https://fedidcg.github.io/FedCM/#_Image2", "https://fedidcg.github.io/FedCM/#other-attack-scenarios", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A3", "https://fedidcg.github.io/FedCM/#attack-scenarios-by-rp-cross-site-correlation", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-joining", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A0", "https://fedidcg.github.io/FedCM/#_Image1", "https://fedidcg.github.io/FedCM/#example-b045b782", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-joining%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-directed-identifier%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A8", "https://fedidcg.github.io/FedCM/#_clip2", @@ -1042,8 +1110,8 @@ "https://fedidcg.github.io/FedCM/#_Image3", "https://fedidcg.github.io/FedCM/#unauthorized-data-usage", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-directed-identifier%E2%91%A2", @@ -1053,25 +1121,25 @@ "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A4", "https://fedidcg.github.io/FedCM/#_Image1%E2%91%A1", "https://fedidcg.github.io/FedCM/#secondary-use", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-token%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-token%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%93%AA", "https://fedidcg.github.io/FedCM/#_Image1%E2%91%A2", "https://fedidcg.github.io/FedCM/#_Image2%E2%91%A0", "https://fedidcg.github.io/FedCM/#example-ee3423e4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A7", "https://fedidcg.github.io/FedCM/#_Image1%E2%91%A3", "https://fedidcg.github.io/FedCM/#extensibility", @@ -1141,7 +1209,6 @@ "https://fedidcg.github.io/FedCM/#term-for-concept-site-same-site", "https://fedidcg.github.io/FedCM/#term-for-dom-settimeout", "https://fedidcg.github.io/FedCM/#term-for-concept-task", - "https://fedidcg.github.io/FedCM/#term-for-list-append", "https://fedidcg.github.io/FedCM/#term-for-map-exists", "https://fedidcg.github.io/FedCM/#term-for-string-is", "https://fedidcg.github.io/FedCM/#term-for-map-getting-the-keys", @@ -1170,18 +1237,20 @@ "https://fedidcg.github.io/FedCM/#term-for-notallowederror", "https://fedidcg.github.io/FedCM/#term-for-idl-promise", "https://fedidcg.github.io/FedCM/#term-for-SecureContext", + "https://fedidcg.github.io/FedCM/#term-for-exceptiondef-typeerror", "https://fedidcg.github.io/FedCM/#term-for-idl-USVString", "https://fedidcg.github.io/FedCM/#term-for-a-promise-rejected-with", + "https://fedidcg.github.io/FedCM/#term-for-dfn-convert-ecmascript-to-idl-value", "https://fedidcg.github.io/FedCM/#term-for-resolve", "https://fedidcg.github.io/FedCM/#term-for-idl-sequence", "https://fedidcg.github.io/FedCM/#term-for-this", "https://fedidcg.github.io/FedCM/#term-for-idl-undefined", + "https://fedidcg.github.io/FedCM/#term-for-idl-unsigned-long", "https://fedidcg.github.io/FedCM/#references", "https://fedidcg.github.io/FedCM/#normative", "https://fedidcg.github.io/FedCM/#biblio-cm", "https://fedidcg.github.io/FedCM/#biblio-credential-management-1", "https://fedidcg.github.io/FedCM/#biblio-csp", - "https://fedidcg.github.io/FedCM/#biblio-csp3", "https://fedidcg.github.io/FedCM/#biblio-css-color-4", "https://fedidcg.github.io/FedCM/#biblio-css-color-5", "https://fedidcg.github.io/FedCM/#biblio-dom", @@ -1193,7 +1262,7 @@ "https://fedidcg.github.io/FedCM/#biblio-oidc-connect-core", "https://fedidcg.github.io/FedCM/#biblio-permissions-policy", "https://fedidcg.github.io/FedCM/#biblio-privacy-threat-model", - "https://fedidcg.github.io/FedCM/#biblio-referrer-policy-1", + "https://fedidcg.github.io/FedCM/#biblio-referrer-policy", "https://fedidcg.github.io/FedCM/#biblio-rfc2119", "https://fedidcg.github.io/FedCM/#biblio-rfc6973", "https://fedidcg.github.io/FedCM/#biblio-rfc9110", diff --git a/tr/ids/PNG-spec.json b/tr/ids/PNG-spec.json index c0617679994b..870f69ebaaa8 100644 --- a/tr/ids/PNG-spec.json +++ b/tr/ids/PNG-spec.json @@ -395,6 +395,7 @@ "https://w3c.github.io/PNG-spec/#table52", "https://w3c.github.io/PNG-spec/#ref-for-dfn-png-editor-2", "https://w3c.github.io/PNG-spec/#ref-for-dfn-png-editor-3", + "https://w3c.github.io/PNG-spec/#chunk-bits-cHNk", "https://w3c.github.io/PNG-spec/#5CRC-algorithm", "https://w3c.github.io/PNG-spec/#x5-5-crc-algorithm", "https://w3c.github.io/PNG-spec/#ref-for-dfn-crc-5", @@ -801,6 +802,8 @@ "https://w3c.github.io/PNG-spec/#x12-3-alpha-channel-creation", "https://w3c.github.io/PNG-spec/#12Sample-depth-scaling", "https://w3c.github.io/PNG-spec/#x12-4-sample-depth-scaling", + "https://w3c.github.io/PNG-spec/#depth-original-bits", + "https://w3c.github.io/PNG-spec/#depth-scaled-bits", "https://w3c.github.io/PNG-spec/#ref-for-dfn-image-data-17", "https://w3c.github.io/PNG-spec/#12Suggested-palettes", "https://w3c.github.io/PNG-spec/#x12-5-suggested-palettes", diff --git a/tr/ids/WGSL.json b/tr/ids/WGSL.json index b0c46db1dcab..f6f5ea59de81 100644 --- a/tr/ids/WGSL.json +++ b/tr/ids/WGSL.json @@ -585,6 +585,11 @@ "https://www.w3.org/TR/WGSL/#ref-for-overload-candidates", "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-conversionrank%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-concretization", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#preferable-candidate", "https://www.w3.org/TR/WGSL/#ref-for-preferable-candidate%E2%91%A0", "https://www.w3.org/TR/WGSL/#plain-types-section", @@ -600,6 +605,7 @@ "https://www.w3.org/TR/WGSL/#abstractint", "https://www.w3.org/TR/WGSL/#abstractfloat", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value", "https://www.w3.org/TR/WGSL/#type-abstract", "https://www.w3.org/TR/WGSL/#type-concrete", "https://www.w3.org/TR/WGSL/#ref-for-numeric-literal%E2%91%A1", @@ -611,7 +617,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar", "https://www.w3.org/TR/WGSL/#ref-for-overload-resolution", - "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-abstractfloat%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A0%E2%91%A1", @@ -826,7 +832,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-execution-start", "https://www.w3.org/TR/WGSL/#creation-fixed-footprint", - "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-shader-module-creation%E2%91%A2", "https://www.w3.org/TR/WGSL/#fixed-footprint", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation%E2%91%A2", @@ -839,7 +845,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-atomic-type%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-fixed-size-array%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-element-count", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A0", @@ -849,7 +855,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-fixed-size-array%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-element-count%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A2", @@ -1424,27 +1430,27 @@ "https://www.w3.org/TR/WGSL/#ref-for-dynamic-context", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A6", "https://www.w3.org/TR/WGSL/#effective-value-type", - "https://www.w3.org/TR/WGSL/#ref-for-concretization", + "https://www.w3.org/TR/WGSL/#ref-for-concretization%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-effective-value-type", "https://www.w3.org/TR/WGSL/#ref-for-const-declaration", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-function-scope", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-override-declaration%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-let-declaration%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-pointer-type%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-runtime-expression", "https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A2", @@ -1487,7 +1493,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A1", @@ -1495,12 +1501,12 @@ "https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-runtime-expression%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-const-declaration%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-effective-value-type%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-override-declaration%E2%91%A1", @@ -1542,12 +1548,12 @@ "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-effective-value-type%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-abstract-numeric-types%E2%91%A2", "https://www.w3.org/TR/WGSL/#example-a6427513", "https://www.w3.org/TR/WGSL/#override-decls", @@ -1597,7 +1603,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A4", @@ -1739,19 +1745,19 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-expression%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#expressions", "https://www.w3.org/TR/WGSL/#ref-for-expression%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-module-creation%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-array%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-variable-declaration%E2%91%A6", "https://www.w3.org/TR/WGSL/#runtime-expression", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#early-eval-exprs", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-module-creation%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation%E2%91%A8", @@ -1766,7 +1772,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A0%E2%91%A8", @@ -1782,7 +1788,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-overload-resolution%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A1%E2%93%AA", @@ -1800,7 +1806,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-const-functions%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-type-alias%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-override-declaration%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A3", @@ -1810,7 +1816,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-override-declaration%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-integer-literal%E2%91%A7", @@ -1912,14 +1918,14 @@ "https://www.w3.org/TR/WGSL/#vector-single-component", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value", - "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-concretization-of-a-value%E2%91%A3", "https://www.w3.org/TR/WGSL/#vector-multi-component", "https://www.w3.org/TR/WGSL/#component-reference-from-vector-reference", @@ -1931,7 +1937,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-invalid-memory-reference", @@ -1939,17 +1945,17 @@ "https://www.w3.org/TR/WGSL/#matrix-access-expr", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-concretization-of-a-value%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-invalid-memory-reference%E2%91%A0", @@ -1957,23 +1963,18 @@ "https://www.w3.org/TR/WGSL/#array-access-expr", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-concretization-of-a-value%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-invalid-memory-reference%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-invalid-memory-reference%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A0", @@ -1998,32 +1999,32 @@ "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-truncate", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-truncate%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A5", @@ -2040,23 +2041,23 @@ "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-shader-execution-start%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%93%AA", @@ -2081,9 +2082,9 @@ "https://www.w3.org/TR/WGSL/#address-of", "https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-invalid-memory-reference%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#indirection-expr", "https://www.w3.org/TR/WGSL/#indirection", "https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A7", @@ -2323,7 +2324,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-shift_right_equal", "https://www.w3.org/TR/WGSL/#ref-for-syntax-shift_left_equal", "https://www.w3.org/TR/WGSL/#ref-for-reference-type%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-access-read_write%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-compound-assignment", @@ -2341,7 +2342,7 @@ "https://www.w3.org/TR/WGSL/#syntax-decrement_statement", "https://www.w3.org/TR/WGSL/#ref-for-syntax-lhs_expression%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-syntax-minus_minus", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A1%E2%91%A0", @@ -2375,7 +2376,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-else%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-compound_statement%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A2", "https://www.w3.org/TR/WGSL/#switch-statement", "https://www.w3.org/TR/WGSL/#statement-switch", @@ -2418,19 +2419,19 @@ "https://www.w3.org/TR/WGSL/#ref-for-case-clause%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-default%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-default-alone-clause", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-default-clause%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-default%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-syntax-case_selector%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-syntax-case_selectors%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-syntax-case_selector%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-case-clause%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-default-clause%E2%91%A1", @@ -2492,7 +2493,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-scope%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-iteration", "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-statement-continuing%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-declaration%E2%91%A6", @@ -2511,7 +2512,7 @@ "https://www.w3.org/TR/WGSL/#statement-while", "https://www.w3.org/TR/WGSL/#ref-for-iteration%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-statement-for", @@ -2520,12 +2521,12 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-break", "https://www.w3.org/TR/WGSL/#statement-break", "https://www.w3.org/TR/WGSL/#ref-for-statement-switch", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-statement-for%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-statement-while", "https://www.w3.org/TR/WGSL/#ref-for-statement-switch%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/WGSL/#example-58268bcc", "https://www.w3.org/TR/WGSL/#break-if-statement", "https://www.w3.org/TR/WGSL/#syntax-break_if_statement", @@ -2536,7 +2537,7 @@ "https://www.w3.org/TR/WGSL/#statement-break-if", "https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A5", "https://www.w3.org/TR/WGSL/#example-c9adc204", "https://www.w3.org/TR/WGSL/#continue-statement", @@ -2546,13 +2547,13 @@ "https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-statement-continuing%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-iteration%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-statement-for%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-statement-while%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-statement-continuing%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-statement-continuing%E2%91%A3", "https://www.w3.org/TR/WGSL/#example-f39a4ef5", "https://www.w3.org/TR/WGSL/#continuing-statement", @@ -2567,7 +2568,7 @@ "https://www.w3.org/TR/WGSL/#statement-continuing", "https://www.w3.org/TR/WGSL/#ref-for-compound-statement%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-iteration%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-statement-return%E2%91%A0", "https://www.w3.org/TR/WGSL/#return-statement", "https://www.w3.org/TR/WGSL/#syntax-return_statement", @@ -2578,14 +2579,14 @@ "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-statement-return%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/WGSL/#return-value", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/WGSL/#discard-statement", "https://www.w3.org/TR/WGSL/#statement-discard", "https://www.w3.org/TR/WGSL/#ref-for-helper-invocation", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-helper-invocation%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-gpurenderpipeline%E2%91%A2", @@ -2598,8 +2599,8 @@ "https://www.w3.org/TR/WGSL/#ref-for-function-call%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A0", "https://www.w3.org/TR/WGSL/#static-assert-statement", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-statically-accessed%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A1", @@ -2648,14 +2649,14 @@ "https://www.w3.org/TR/WGSL/#ref-for-statement-while%E2%91%A1", "https://www.w3.org/TR/WGSL/#behavior", "https://www.w3.org/TR/WGSL/#ref-for-behavior", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-syntax-switch_body%E2%91%A0", @@ -2664,7 +2665,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/WGSL/#behaviors-notes", "https://www.w3.org/TR/WGSL/#behaviors-examples", "https://www.w3.org/TR/WGSL/#example-ad6c34a8", @@ -2696,18 +2697,18 @@ "https://www.w3.org/TR/WGSL/#return-type", "https://www.w3.org/TR/WGSL/#function-body", "https://www.w3.org/TR/WGSL/#ref-for-function-call%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#formal-parameter", "https://www.w3.org/TR/WGSL/#ref-for-declaration%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-abstract-numeric-types%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-shader-stage-attributes", "https://www.w3.org/TR/WGSL/#ref-for-attribute-vertex", @@ -2749,10 +2750,10 @@ "https://www.w3.org/TR/WGSL/#called-function", "https://www.w3.org/TR/WGSL/#callee", "https://www.w3.org/TR/WGSL/#ref-for-called-function", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-called-function%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-calling-function%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-called-function%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-returns", @@ -2784,39 +2785,39 @@ "https://www.w3.org/TR/WGSL/#ref-for-shader-module-creation%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#const-functions", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-const-declaration%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-attribute-const%E2%91%A0", "https://www.w3.org/TR/WGSL/#example-62c7bf88", "https://www.w3.org/TR/WGSL/#function-restriction", "https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-position%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-built-in-output-value%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-function-call%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-user-defined-function%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-built-in-functions%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-user-defined-function%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#alias-analysis", "https://www.w3.org/TR/WGSL/#ref-for-memory-locations%E2%91%A0%E2%91%A3", @@ -2832,7 +2833,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#alias", "https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-write-access%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A4", @@ -2840,7 +2841,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-write-access%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-read-access%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/WGSL/#example-b419ac1e", "https://www.w3.org/TR/WGSL/#entry-points", "https://www.w3.org/TR/WGSL/#entry-point", @@ -2873,7 +2874,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-shader-stage-input%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-stage-output%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A2", @@ -2942,53 +2943,53 @@ "https://www.w3.org/TR/WGSL/#ref-for-attribute-invariant%E2%91%A2", "https://www.w3.org/TR/WGSL/#builtin-inputs-outputs", "https://www.w3.org/TR/WGSL/#built-in-input-value", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-stages%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-attribute-builtin%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/WGSL/#built-in-output-value", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-stages%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-attribute-builtin%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-position%E2%91%A2", "https://www.w3.org/TR/WGSL/#built-in-values", "https://www.w3.org/TR/WGSL/#user-defined-inputs-outputs", "https://www.w3.org/TR/WGSL/#user-defined-input-datum", "https://www.w3.org/TR/WGSL/#user-defined-output-datum", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-compute%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/WGSL/#input-output-locations", "https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-user-defined-input-datum%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-user-defined-output-datum%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/WGSL/#example-7d0deae3", "https://www.w3.org/TR/WGSL/#example-ee897116", "https://www.w3.org/TR/WGSL/#example-9e1a0874", "https://www.w3.org/TR/WGSL/#interpolation", "https://www.w3.org/TR/WGSL/#ref-for-attribute-interpolate%E2%91%A3", "https://www.w3.org/TR/WGSL/#interpolation-type", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/WGSL/#interpolation-sampling", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A5", @@ -3004,11 +3005,12 @@ "https://www.w3.org/TR/WGSL/#resource-interface-of-a-shader", "https://www.w3.org/TR/WGSL/#ref-for-statically-accessed%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-functions-in-a-shader-stage%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-attribute-group%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-attribute-binding", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/WGSL/#resource-layout-compatibility", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-uniform-buffer%E2%91%A0%E2%91%A1", @@ -3022,7 +3024,7 @@ "https://www.w3.org/TR/WGSL/#enable-directive-section", "https://www.w3.org/TR/WGSL/#enable-directive", "https://www.w3.org/TR/WGSL/#ref-for-extension", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-declaration%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-context-dependent-name%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-keyword%E2%91%A1", @@ -3036,7 +3038,7 @@ "https://www.w3.org/TR/WGSL/#extension-f16", "https://www.w3.org/TR/WGSL/#ref-for-floating-point-literal%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-floating-point-literal%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/WGSL/#wgsl-program", "https://www.w3.org/TR/WGSL/#ref-for-directive", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A6", @@ -3098,11 +3100,11 @@ "https://www.w3.org/TR/WGSL/#uniformity-overview", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0", "https://www.w3.org/TR/WGSL/#uniformity-function", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-uniform-variable", "https://www.w3.org/TR/WGSL/#call-site-tag", "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A6", @@ -3114,7 +3116,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-call-site-tag", "https://www.w3.org/TR/WGSL/#callsiterequiredtobeuniform", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A2", "https://www.w3.org/TR/WGSL/#callsitenorestriction", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A3", @@ -3124,10 +3126,10 @@ "https://www.w3.org/TR/WGSL/#norestriction", "https://www.w3.org/TR/WGSL/#ref-for-parameter-tag", "https://www.w3.org/TR/WGSL/#parameterrequiredtobeuniform", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A2", "https://www.w3.org/TR/WGSL/#parameterrequiredtobeuniformforreturnvalue", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A6", "https://www.w3.org/TR/WGSL/#parameternorestriction", @@ -3298,6 +3300,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-gpurenderpipeline%E2%91%A3", @@ -3307,16 +3310,17 @@ "https://www.w3.org/TR/WGSL/#barrier", "https://www.w3.org/TR/WGSL/#control-barrier", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage-workgroup%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A5", "https://www.w3.org/TR/WGSL/#derivatives", "https://www.w3.org/TR/WGSL/#partial-derivative", "https://www.w3.org/TR/WGSL/#ref-for-quad%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A8", "https://www.w3.org/TR/WGSL/#floating-point-evaluation", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A0", @@ -3336,7 +3340,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-abstract-numeric-types%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2%E2%93%AA", @@ -3454,7 +3458,7 @@ "https://www.w3.org/TR/WGSL/#reserved-words", "https://www.w3.org/TR/WGSL/#reserved-word", "https://www.w3.org/TR/WGSL/#ref-for-token%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A4", "https://www.w3.org/TR/WGSL/#syntax-_reserved", "https://www.w3.org/TR/WGSL/#syntactic-tokens", "https://www.w3.org/TR/WGSL/#syntactic-token", @@ -3599,7 +3603,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/WGSL/#clamp", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A1", @@ -3626,13 +3630,13 @@ "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/WGSL/#extractBits-signed-builtin", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A5%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#extractBits-unsigned-builtin", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A3", @@ -3654,16 +3658,20 @@ "https://www.w3.org/TR/WGSL/#example-d89f2857", "https://www.w3.org/TR/WGSL/#insertBits-builtin", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/WGSL/#inverseSqrt-builtin", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/WGSL/#ldexp-builtin", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/WGSL/#length-builtin", "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A7", @@ -3683,6 +3691,11 @@ "https://www.w3.org/TR/WGSL/#pow-builtin", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/WGSL/#quantizeToF16-builtin", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-flush-to-zero", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/WGSL/#radians-builtin", @@ -3718,9 +3731,9 @@ "https://www.w3.org/TR/WGSL/#ref-for-truncate%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/WGSL/#derivative-builtin-functions", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#dpdx-builtin", "https://www.w3.org/TR/WGSL/#dpdxCoarse-builtin", @@ -3732,7 +3745,7 @@ "https://www.w3.org/TR/WGSL/#fwidthCoarse-builtin", "https://www.w3.org/TR/WGSL/#fwidthFine-builtin", "https://www.w3.org/TR/WGSL/#texture-builtin-functions", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#texturedimensions", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A1%E2%91%A4", @@ -3764,7 +3777,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A7", "https://www.w3.org/TR/WGSL/#texturegather", "https://www.w3.org/TR/WGSL/#texture-gather", "https://www.w3.org/TR/WGSL/#ref-for-mip-level", @@ -3782,107 +3795,94 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#example-16e82a5f", "https://www.w3.org/TR/WGSL/#texturegathercompare", "https://www.w3.org/TR/WGSL/#texture-gather-compare", "https://www.w3.org/TR/WGSL/#ref-for-mip-level%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/WGSL/#example-e6a4066b", - "https://www.w3.org/TR/WGSL/#textureload", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/WGSL/#example-e6a4066b", + "https://www.w3.org/TR/WGSL/#textureload", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A4", - "https://www.w3.org/TR/WGSL/#texturenumlayers", - "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/WGSL/#texturenumlevels", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/WGSL/#texturenumsamples", + "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/WGSL/#texturesample", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A6%E2%91%A7", @@ -3891,115 +3891,162 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/WGSL/#texturesamplebias", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/WGSL/#texturesamplecompare", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/WGSL/#texturenumlayers", + "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/WGSL/#texturenumlevels", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/WGSL/#texturesamplecomparelevel", + "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/WGSL/#texturenumsamples", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/WGSL/#texturesample", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/WGSL/#texturesamplegrad", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/WGSL/#texturesamplelevel", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/WGSL/#texturesamplebias", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/WGSL/#texturesamplecompare", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/WGSL/#texturesamplecomparelevel", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#texturesamplegrad", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/WGSL/#texturesamplelevel", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/WGSL/#textureSampleBaseClampToEdge", "https://www.w3.org/TR/WGSL/#texturestore", "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-storage-texel-formats%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-storage-texel-formats%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-storage-texel-formats%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-storage-texel-formats%E2%91%A4", "https://www.w3.org/TR/WGSL/#atomic-builtin-functions", "https://www.w3.org/TR/WGSL/#ref-for-memory-locations%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#atomic-load", "https://www.w3.org/TR/WGSL/#ref-for-atomic-modification", "https://www.w3.org/TR/WGSL/#atomic-store", @@ -4011,6 +4058,11 @@ "https://www.w3.org/TR/WGSL/#pack2x16snorm-builtin", "https://www.w3.org/TR/WGSL/#pack2x16unorm-builtin", "https://www.w3.org/TR/WGSL/#pack2x16float-builtin", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A8", "https://www.w3.org/TR/WGSL/#unpack-builtin-functions", "https://www.w3.org/TR/WGSL/#ref-for-channel-transfer-function%E2%91%A1", "https://www.w3.org/TR/WGSL/#unpack4x8snorm-builtin", @@ -4022,7 +4074,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-control-barrier", "https://www.w3.org/TR/WGSL/#ref-for-memory-scope%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-execution-scope", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-compute%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A7", diff --git a/tr/ids/core-aam-1.2.json b/tr/ids/core-aam-1.2.json index e9cce96de3f8..f3906db71f8c 100644 --- a/tr/ids/core-aam-1.2.json +++ b/tr/ids/core-aam-1.2.json @@ -319,6 +319,10 @@ "https://www.w3.org/TR/core-aam-1.2/#x4-8-4-selection", "https://www.w3.org/TR/core-aam-1.2/#mapping_events_menus", "https://www.w3.org/TR/core-aam-1.2/#x4-8-5-special-events-for-menus", + "https://www.w3.org/TR/core-aam-1.2/#privacy-considerations", + "https://www.w3.org/TR/core-aam-1.2/#x5-privacy-considerations", + "https://www.w3.org/TR/core-aam-1.2/#security-considerations", + "https://www.w3.org/TR/core-aam-1.2/#x6-security-considerations", "https://www.w3.org/TR/core-aam-1.2/#changelog", "https://www.w3.org/TR/core-aam-1.2/#a-change-log", "https://www.w3.org/TR/core-aam-1.2/#substantive-changes-since-the-last-public-working-draft", diff --git a/tr/ids/css-align-3.json b/tr/ids/css-align-3.json index e925835739c0..e75633a5de05 100644 --- a/tr/ids/css-align-3.json +++ b/tr/ids/css-align-3.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-align-3/#toc-jump", "https://www.w3.org/TR/css-align-3/#toc-toggle", "https://www.w3.org/TR/css-align-3/#title", + "https://www.w3.org/TR/css-align-3/#annotation_root_", "https://www.w3.org/TR/css-align-3/#w3c-state", "https://www.w3.org/TR/css-align-3/#abstract", "https://www.w3.org/TR/css-align-3/#sotd", diff --git a/tr/ids/css-anchor-1.json b/tr/ids/css-anchor-1.json index 61bfed74a10a..22e1ec89d2ec 100644 --- a/tr/ids/css-anchor-1.json +++ b/tr/ids/css-anchor-1.json @@ -35,6 +35,7 @@ "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-element%E2%91%A0", "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A1", "https://drafts.csswg.org/css-anchor-1/#ref-for-length-value", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident", "https://drafts.csswg.org/css-anchor-1/#ref-for-mult-opt", "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-anchor-side", "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-comma", @@ -53,6 +54,7 @@ "https://drafts.csswg.org/css-anchor-1/#ref-for-percentage-value", "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A7", "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A0", "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-name", "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-element%E2%91%A1", "https://drafts.csswg.org/css-anchor-1/#ref-for-target-anchor-element", @@ -136,6 +138,7 @@ "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-element%E2%91%A3", "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor-size%E2%91%A1", "https://drafts.csswg.org/css-anchor-1/#ref-for-length-value%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A1", "https://drafts.csswg.org/css-anchor-1/#ref-for-mult-opt%E2%91%A1", "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-anchor-size", "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-comma%E2%91%A0", @@ -178,6 +181,7 @@ "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-anchor-scroll%E2%91%A0", "https://drafts.csswg.org/css-anchor-1/#propdef-anchor-scroll", "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A2", "https://drafts.csswg.org/css-anchor-1/#ref-for-absolute-position%E2%91%A4", "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A1", @@ -185,7 +189,9 @@ "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-anchor-scroll%E2%91%A1", "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-scroll-none", "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-scroll-dashed-ident", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A3", "https://drafts.csswg.org/css-anchor-1/#ref-for-target-anchor-element%E2%91%A6", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A4", "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-scroll-implicit", "https://drafts.csswg.org/css-anchor-1/#ref-for-implicit-anchor-element%E2%91%A0", "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-anchor-scroll%E2%91%A2", @@ -193,6 +199,7 @@ "https://drafts.csswg.org/css-anchor-1/#ref-for-absolute-position%E2%91%A5", "https://drafts.csswg.org/css-anchor-1/#ref-for-target-anchor-element%E2%91%A7", "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-anchor-scroll%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A5", "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-scroll-implicit", "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-anchor-1/#ref-for-target-anchor-element%E2%91%A8", @@ -207,12 +214,15 @@ "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-anchor-name", "https://drafts.csswg.org/css-anchor-1/#propdef-anchor-name", "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A6", "https://drafts.csswg.org/css-anchor-1/#ref-for-principal-box", "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-name-none", "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-name-dashed-ident", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A7", "https://drafts.csswg.org/css-anchor-1/#ref-for-principal-box%E2%91%A0", "https://drafts.csswg.org/css-anchor-1/#anchor-element", "https://drafts.csswg.org/css-anchor-1/#anchor-name", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A8", "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-name%E2%91%A0", "https://drafts.csswg.org/css-anchor-1/#ref-for-css-tree-scoped-name", "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-function", @@ -287,10 +297,12 @@ "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-position-fallback%E2%91%A0", "https://drafts.csswg.org/css-anchor-1/#propdef-position-fallback", "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-anchor-1/#ref-for-absolute-position%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-anchor-1/#valdef-position-fallback-none", "https://drafts.csswg.org/css-anchor-1/#ref-for-position-fallback-list", "https://drafts.csswg.org/css-anchor-1/#valdef-position-fallback-dashed-ident", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-position-fallback%E2%91%A0", "https://drafts.csswg.org/css-anchor-1/#ref-for-position-fallback-list%E2%91%A0", "https://drafts.csswg.org/css-anchor-1/#fallback-rule", @@ -300,10 +312,12 @@ "https://drafts.csswg.org/css-anchor-1/#at-ruledef-try", "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-position-fallback%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-rule-list", "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-declaration-list", "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-position-fallback%E2%91%A3", "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-try", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-position-fallback%E2%91%A4", "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-try%E2%91%A0", "https://drafts.csswg.org/css-anchor-1/#ref-for-css-property", @@ -375,6 +389,7 @@ "https://drafts.csswg.org/css-anchor-1/#term-for-typedef-rule-list", "https://drafts.csswg.org/css-anchor-1/#term-for-funcdef-transform-translate", "https://drafts.csswg.org/css-anchor-1/#term-for-comb-comma", + "https://drafts.csswg.org/css-anchor-1/#term-for-typedef-dashed-ident", "https://drafts.csswg.org/css-anchor-1/#term-for-typedef-length-percentage", "https://drafts.csswg.org/css-anchor-1/#term-for-length-value", "https://drafts.csswg.org/css-anchor-1/#term-for-percentage-value", diff --git a/tr/ids/css-animations-2.json b/tr/ids/css-animations-2.json index 932fe4cf6221..924f072af1cf 100644 --- a/tr/ids/css-animations-2.json +++ b/tr/ids/css-animations-2.json @@ -39,7 +39,7 @@ "https://drafts.csswg.org/css-animations-2/#ref-for-cssanimation%E2%91%A4", "https://drafts.csswg.org/css-animations-2/#ref-for-dom-animation-starttime", "https://drafts.csswg.org/css-animations-2/#ref-for-cssanimation%E2%91%A5", - "https://drafts.csswg.org/css-animations-2/#ref-for-play-state", + "https://drafts.csswg.org/css-animations-2/#ref-for-animation-play-state", "https://drafts.csswg.org/css-animations-2/#ref-for-cssanimation%E2%91%A6", "https://drafts.csswg.org/css-animations-2/#ref-for-paused-play-state", "https://drafts.csswg.org/css-animations-2/#ref-for-propdef-animation-play-state%E2%91%A0", @@ -67,7 +67,7 @@ "https://drafts.csswg.org/css-animations-2/#ref-for-propdef-animation-name%E2%91%A2", "https://drafts.csswg.org/css-animations-2/#example-da754a87", "https://drafts.csswg.org/css-animations-2/#ref-for-owning-element%E2%91%A3", - "https://drafts.csswg.org/css-animations-2/#ref-for-target-element", + "https://drafts.csswg.org/css-animations-2/#ref-for-effect-target-target-element", "https://drafts.csswg.org/css-animations-2/#ref-for-animation-associated-effect", "https://drafts.csswg.org/css-animations-2/#example-384c0832", "https://drafts.csswg.org/css-animations-2/#animation-composite-order", @@ -191,7 +191,7 @@ "https://drafts.csswg.org/css-animations-2/#valdef-single-animation-timeline-auto", "https://drafts.csswg.org/css-animations-2/#ref-for-timeline%E2%91%A0", "https://drafts.csswg.org/css-animations-2/#ref-for-documenttimeline", - "https://drafts.csswg.org/css-animations-2/#ref-for-default-document-timeline", + "https://drafts.csswg.org/css-animations-2/#ref-for-document-default-document-timeline", "https://drafts.csswg.org/css-animations-2/#valdef-single-animation-timeline-none", "https://drafts.csswg.org/css-animations-2/#ref-for-timeline%E2%91%A1", "https://drafts.csswg.org/css-animations-2/#typedef-timeline-name", @@ -412,7 +412,7 @@ "https://drafts.csswg.org/css-animations-2/#term-for-composite-operation", "https://drafts.csswg.org/css-animations-2/#term-for-current-iteration", "https://drafts.csswg.org/css-animations-2/#term-for-animation-current-time", - "https://drafts.csswg.org/css-animations-2/#term-for-default-document-timeline", + "https://drafts.csswg.org/css-animations-2/#term-for-document-default-document-timeline", "https://drafts.csswg.org/css-animations-2/#term-for-dom-animation-effect", "https://drafts.csswg.org/css-animations-2/#term-for-fill-mode", "https://drafts.csswg.org/css-animations-2/#term-for-global-animation-list", @@ -428,14 +428,14 @@ "https://drafts.csswg.org/css-animations-2/#term-for-pending-pause-task", "https://drafts.csswg.org/css-animations-2/#term-for-pending-play-task", "https://drafts.csswg.org/css-animations-2/#term-for-play-an-animation", - "https://drafts.csswg.org/css-animations-2/#term-for-play-state", + "https://drafts.csswg.org/css-animations-2/#term-for-animation-play-state", "https://drafts.csswg.org/css-animations-2/#term-for-dom-animation-play", "https://drafts.csswg.org/css-animations-2/#term-for-dom-animation-playstate", "https://drafts.csswg.org/css-animations-2/#term-for-playback-direction", "https://drafts.csswg.org/css-animations-2/#term-for-dom-animation-reverse", "https://drafts.csswg.org/css-animations-2/#term-for-dom-keyframeeffect-setkeyframes", "https://drafts.csswg.org/css-animations-2/#term-for-start-delay", - "https://drafts.csswg.org/css-animations-2/#term-for-target-element", + "https://drafts.csswg.org/css-animations-2/#term-for-effect-target-target-element", "https://drafts.csswg.org/css-animations-2/#term-for-timeline", "https://drafts.csswg.org/css-animations-2/#term-for-dom-animationeffect-updatetiming-timing-timing", "https://drafts.csswg.org/css-animations-2/#term-for-unresolved", @@ -448,6 +448,7 @@ "https://drafts.csswg.org/css-animations-2/#biblio-css-cascade-5", "https://drafts.csswg.org/css-animations-2/#biblio-css-easing-2", "https://drafts.csswg.org/css-animations-2/#biblio-css-values-4", + "https://drafts.csswg.org/css-animations-2/#biblio-css-writing-modes-4", "https://drafts.csswg.org/css-animations-2/#biblio-css3-animations", "https://drafts.csswg.org/css-animations-2/#biblio-cssom-1", "https://drafts.csswg.org/css-animations-2/#biblio-dom", diff --git a/tr/ids/css-backgrounds-3.json b/tr/ids/css-backgrounds-3.json index 5e16d9f17e00..a19353d78117 100644 --- a/tr/ids/css-backgrounds-3.json +++ b/tr/ids/css-backgrounds-3.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-backgrounds-3/#toc-jump", "https://www.w3.org/TR/css-backgrounds-3/#toc-toggle", "https://www.w3.org/TR/css-backgrounds-3/#title", + "https://www.w3.org/TR/css-backgrounds-3/#annotation_root_", "https://www.w3.org/TR/css-backgrounds-3/#profile-and-date", "https://www.w3.org/TR/css-backgrounds-3/#abstract", "https://www.w3.org/TR/css-backgrounds-3/#status", diff --git a/tr/ids/css-backgrounds-4.json b/tr/ids/css-backgrounds-4.json index 3ddb363bf59f..644d0457f345 100644 --- a/tr/ids/css-backgrounds-4.json +++ b/tr/ids/css-backgrounds-4.json @@ -131,11 +131,13 @@ "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-comma%E2%91%A4", "https://drafts.csswg.org/css-backgrounds-4/#background-painting-area", "https://drafts.csswg.org/css-backgrounds-4/#typedef-bg-clip", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-box", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A3%E2%91%A4", "https://drafts.csswg.org/css-backgrounds-4/#issue-09d02635", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-valdef-background-clip-text", "https://drafts.csswg.org/css-backgrounds-4/#valdef-background-clip-box", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-box%E2%91%A0", "https://drafts.csswg.org/css-backgrounds-4/#valdef-background-clip-text", "https://drafts.csswg.org/css-backgrounds-4/#valdef-background-clip-border", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-width", @@ -148,14 +150,19 @@ "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-right-color", "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-bottom-color", "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-left-color", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-valuea-def-color", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-comma%E2%91%A5", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-color", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A3%E2%91%A5", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-1d-image", "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-color", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-valuea-def-color%E2%91%A0", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-comma%E2%91%A6", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-color%E2%91%A0", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A3%E2%91%A6", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-1d-image%E2%91%A0", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-num-range", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-style%E2%91%A0", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-1d-image%E2%91%A1", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-padding-edge", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-color%E2%91%A1", - "https://drafts.csswg.org/css-backgrounds-4/#example-771d7ee1", + "https://drafts.csswg.org/css-backgrounds-4/#example-cfff347f", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-style%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#issue-bce6fb8f", "https://drafts.csswg.org/css-backgrounds-4/#corners", @@ -163,17 +170,17 @@ "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-radius", "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-radius", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-num-range", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-num-range%E2%91%A0", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-num-range%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-opt%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-collapse", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-valdef-text-space-collapse-collapse", "https://drafts.csswg.org/css-backgrounds-4/#corner-shaping", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-corner-shape%E2%91%A0", "https://drafts.csswg.org/css-backgrounds-4/#propdef-corner-shape", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A3%E2%91%A5", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-num-range%E2%91%A1", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A3%E2%91%A7", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-num-range%E2%91%A2", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-collapse%E2%91%A0", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-valdef-text-space-collapse-collapse%E2%91%A0", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-corner-shape%E2%91%A1", @@ -204,14 +211,14 @@ "https://drafts.csswg.org/css-backgrounds-4/#border-limit", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-limit", "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-limit", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A3%E2%91%A6", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A3%E2%91%A7", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-opt%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A3%E2%91%A8", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%93%AA", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-opt%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%91%A0", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%91%A1", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%91%A2", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%91%A3", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-collapse%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-valdef-text-space-collapse-collapse%E2%91%A1", @@ -237,9 +244,10 @@ "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-clip-right", "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-clip-bottom", "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-clip-left", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%91%A2", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%91%A4", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%91%A3", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%91%A5", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-flex", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-one-plus", "https://drafts.csswg.org/css-backgrounds-4/#issue-3b47c92d", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A1%E2%93%AA", @@ -263,6 +271,7 @@ "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-background-position%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-background-repeat%E2%91%A0", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-corner-shape%E2%91%A5", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-1d-image%E2%91%A2", "https://drafts.csswg.org/css-backgrounds-4/#acknowledgments", "https://drafts.csswg.org/css-backgrounds-4/#w3c-conformance", "https://drafts.csswg.org/css-backgrounds-4/#w3c-conventions", @@ -274,9 +283,12 @@ "https://drafts.csswg.org/css-backgrounds-4/#index", "https://drafts.csswg.org/css-backgrounds-4/#index-defined-here", "https://drafts.csswg.org/css-backgrounds-4/#index-defined-elsewhere", - "https://drafts.csswg.org/css-backgrounds-4/#term-for-valuea-def-color", + "https://drafts.csswg.org/css-backgrounds-4/#term-for-padding-edge", + "https://drafts.csswg.org/css-backgrounds-4/#term-for-typedef-color", "https://drafts.csswg.org/css-backgrounds-4/#term-for-funcdef-cubic-bezier-easing-function-cubic-bezier", + "https://drafts.csswg.org/css-backgrounds-4/#term-for-typedef-flex", "https://drafts.csswg.org/css-backgrounds-4/#term-for-valdef-flex-fr", + "https://drafts.csswg.org/css-backgrounds-4/#term-for-typedef-1d-image", "https://drafts.csswg.org/css-backgrounds-4/#term-for-valdef-text-space-collapse-collapse", "https://drafts.csswg.org/css-backgrounds-4/#term-for-mult-req", "https://drafts.csswg.org/css-backgrounds-4/#term-for-mult-comma", @@ -288,15 +300,18 @@ "https://drafts.csswg.org/css-backgrounds-4/#term-for-comb-one", "https://drafts.csswg.org/css-backgrounds-4/#term-for-comb-any", "https://drafts.csswg.org/css-backgrounds-4/#term-for-propdef-border-collapse", + "https://drafts.csswg.org/css-backgrounds-4/#term-for-typedef-box", "https://drafts.csswg.org/css-backgrounds-4/#term-for-propdef-background-repeat", "https://drafts.csswg.org/css-backgrounds-4/#term-for-propdef-border-style", "https://drafts.csswg.org/css-backgrounds-4/#term-for-propdef-border-width", "https://drafts.csswg.org/css-backgrounds-4/#term-for-valdef-background-position-center", "https://drafts.csswg.org/css-backgrounds-4/#references", "https://drafts.csswg.org/css-backgrounds-4/#normative", - "https://drafts.csswg.org/css-backgrounds-4/#biblio-css-color-3", + "https://drafts.csswg.org/css-backgrounds-4/#biblio-css-box-4", + "https://drafts.csswg.org/css-backgrounds-4/#biblio-css-color-4", "https://drafts.csswg.org/css-backgrounds-4/#biblio-css-easing-2", "https://drafts.csswg.org/css-backgrounds-4/#biblio-css-grid-2", + "https://drafts.csswg.org/css-backgrounds-4/#biblio-css-images-4", "https://drafts.csswg.org/css-backgrounds-4/#biblio-css-text-4", "https://drafts.csswg.org/css-backgrounds-4/#biblio-css-values-4", "https://drafts.csswg.org/css-backgrounds-4/#biblio-css21", diff --git a/tr/ids/css-box-3.json b/tr/ids/css-box-3.json index f490d1a73b88..8e7ea004388a 100644 --- a/tr/ids/css-box-3.json +++ b/tr/ids/css-box-3.json @@ -8,9 +8,9 @@ "https://www.w3.org/TR/css-box-3/#toc-jump", "https://www.w3.org/TR/css-box-3/#toc-toggle", "https://www.w3.org/TR/css-box-3/#title", - "https://www.w3.org/TR/css-box-3/#subtitle", + "https://www.w3.org/TR/css-box-3/#w3c-state", "https://www.w3.org/TR/css-box-3/#abstract", - "https://www.w3.org/TR/css-box-3/#status", + "https://www.w3.org/TR/css-box-3/#sotd", "https://www.w3.org/TR/css-box-3/#w3c_process_revision", "https://www.w3.org/TR/css-box-3/#ref-for-propdef-margin", "https://www.w3.org/TR/css-box-3/#ref-for-propdef-padding", @@ -50,10 +50,10 @@ "https://www.w3.org/TR/css-box-3/#padding-area", "https://www.w3.org/TR/css-box-3/#border-area", "https://www.w3.org/TR/css-box-3/#margin-area", - "https://www.w3.org/TR/css-box-3/#box-edge", - "https://www.w3.org/TR/css-box-3/#ref-for-box-edge", + "https://www.w3.org/TR/css-box-3/#box-box-edge", + "https://www.w3.org/TR/css-box-3/#ref-for-box-box-edge", "https://www.w3.org/TR/css-box-3/#ref-for-box%E2%91%A1", - "https://www.w3.org/TR/css-box-3/#ref-for-box-edge%E2%91%A0", + "https://www.w3.org/TR/css-box-3/#ref-for-box-box-edge%E2%91%A0", "https://www.w3.org/TR/css-box-3/#content-edge", "https://www.w3.org/TR/css-box-3/#inner-edge", "https://www.w3.org/TR/css-box-3/#ref-for-containing-block", @@ -122,12 +122,26 @@ "https://www.w3.org/TR/css-box-3/#ref-for-TermViewBox%E2%91%A1", "https://www.w3.org/TR/css-box-3/#typedef-visual-box", "https://www.w3.org/TR/css-box-3/#ref-for-typedef-visual-box", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one%E2%91%A0", "https://www.w3.org/TR/css-box-3/#typedef-layout-box", "https://www.w3.org/TR/css-box-3/#ref-for-typedef-layout-box", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one%E2%91%A3", "https://www.w3.org/TR/css-box-3/#typedef-paint-box", "https://www.w3.org/TR/css-box-3/#ref-for-typedef-paint-box", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one%E2%91%A5", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one%E2%91%A7", "https://www.w3.org/TR/css-box-3/#typedef-coord-box", "https://www.w3.org/TR/css-box-3/#ref-for-typedef-coord-box", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-box-3/#margins", "https://www.w3.org/TR/css-box-3/#margin", "https://www.w3.org/TR/css-box-3/#margin-properties", @@ -141,6 +155,7 @@ "https://www.w3.org/TR/css-box-3/#ref-for-flow-relative%E2%91%A0", "https://www.w3.org/TR/css-box-3/#ref-for-propdef-margin%E2%91%A3", "https://www.w3.org/TR/css-box-3/#ref-for-longhand%E2%91%A4", + "https://www.w3.org/TR/css-box-3/#ref-for-block-layout", "https://www.w3.org/TR/css-box-3/#ref-for-fragmentation-break", "https://www.w3.org/TR/css-box-3/#margin-physical", "https://www.w3.org/TR/css-box-3/#ref-for-propdef-margin-top", @@ -152,7 +167,7 @@ "https://www.w3.org/TR/css-box-3/#propdef-margin-bottom", "https://www.w3.org/TR/css-box-3/#propdef-margin-left", "https://www.w3.org/TR/css-box-3/#ref-for-typedef-length-percentage", - "https://www.w3.org/TR/css-box-3/#ref-for-comb-one", + "https://www.w3.org/TR/css-box-3/#ref-for-comb-one%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-box-3/#ref-for-internal-table-element", "https://www.w3.org/TR/css-box-3/#ref-for-ruby-base-container-box%E2%91%A0", "https://www.w3.org/TR/css-box-3/#ref-for-ruby-annotation-container-box%E2%91%A0", @@ -242,7 +257,7 @@ "https://www.w3.org/TR/css-box-3/#priv-sec", "https://www.w3.org/TR/css-box-3/#w3c-conformance", "https://www.w3.org/TR/css-box-3/#w3c-conventions", - "https://www.w3.org/TR/css-box-3/#example-ae2b6bc0", + "https://www.w3.org/TR/css-box-3/#w3c-example", "https://www.w3.org/TR/css-box-3/#w3c-conformance-classes", "https://www.w3.org/TR/css-box-3/#w3c-partial", "https://www.w3.org/TR/css-box-3/#w3c-conform-future-proofing", @@ -261,6 +276,7 @@ "https://www.w3.org/TR/css-box-3/#term-for-longhand", "https://www.w3.org/TR/css-box-3/#term-for-longhand%E2%91%A0", "https://www.w3.org/TR/css-box-3/#term-for-shorthand-property", + "https://www.w3.org/TR/css-box-3/#term-for-block-layout", "https://www.w3.org/TR/css-box-3/#term-for-box", "https://www.w3.org/TR/css-box-3/#term-for-box-tree", "https://www.w3.org/TR/css-box-3/#term-for-containing-block", @@ -291,7 +307,7 @@ "https://www.w3.org/TR/css-box-3/#normative", "https://www.w3.org/TR/css-box-3/#biblio-css-backgrounds-3", "https://www.w3.org/TR/css-box-3/#biblio-css-break-4", - "https://www.w3.org/TR/css-box-3/#biblio-css-cascade-4", + "https://www.w3.org/TR/css-box-3/#biblio-css-cascade-5", "https://www.w3.org/TR/css-box-3/#biblio-css-display-3", "https://www.w3.org/TR/css-box-3/#biblio-css-pseudo-4", "https://www.w3.org/TR/css-box-3/#biblio-css-ruby-1", @@ -317,7 +333,6 @@ "https://www.w3.org/TR/css-box-3/#ref-for-propdef-padding-bottom%E2%91%A1", "https://www.w3.org/TR/css-box-3/#ref-for-propdef-padding-left%E2%91%A1", "https://www.w3.org/TR/css-box-3/#ref-for-propdef-padding-right%E2%91%A1", - "https://www.w3.org/TR/css-box-3/#ref-for-propdef-padding-top%E2%91%A2", - "https://www.w3.org/TR/css-box-3/#back-to-top" + "https://www.w3.org/TR/css-box-3/#ref-for-propdef-padding-top%E2%91%A2" ] } \ No newline at end of file diff --git a/tr/ids/css-box-4.json b/tr/ids/css-box-4.json index 54beb8f79bfa..15c956de0166 100644 --- a/tr/ids/css-box-4.json +++ b/tr/ids/css-box-4.json @@ -8,9 +8,9 @@ "https://www.w3.org/TR/css-box-4/#toc-jump", "https://www.w3.org/TR/css-box-4/#toc-toggle", "https://www.w3.org/TR/css-box-4/#title", - "https://www.w3.org/TR/css-box-4/#subtitle", + "https://www.w3.org/TR/css-box-4/#w3c-state", "https://www.w3.org/TR/css-box-4/#abstract", - "https://www.w3.org/TR/css-box-4/#status", + "https://www.w3.org/TR/css-box-4/#sotd", "https://www.w3.org/TR/css-box-4/#w3c_process_revision", "https://www.w3.org/TR/css-box-4/#toc", "https://www.w3.org/TR/css-box-4/#contents", @@ -36,10 +36,10 @@ "https://www.w3.org/TR/css-box-4/#padding-area", "https://www.w3.org/TR/css-box-4/#border-area", "https://www.w3.org/TR/css-box-4/#margin-area", - "https://www.w3.org/TR/css-box-4/#box-edge", - "https://www.w3.org/TR/css-box-4/#ref-for-box-edge", + "https://www.w3.org/TR/css-box-4/#box-box-edge", + "https://www.w3.org/TR/css-box-4/#ref-for-box-box-edge", "https://www.w3.org/TR/css-box-4/#ref-for-box%E2%91%A1", - "https://www.w3.org/TR/css-box-4/#ref-for-box-edge%E2%91%A0", + "https://www.w3.org/TR/css-box-4/#ref-for-box-box-edge%E2%91%A0", "https://www.w3.org/TR/css-box-4/#content-edge", "https://www.w3.org/TR/css-box-4/#inner-edge", "https://www.w3.org/TR/css-box-4/#ref-for-containing-block", @@ -107,12 +107,26 @@ "https://www.w3.org/TR/css-box-4/#ref-for-TermSVGViewport%E2%91%A2", "https://www.w3.org/TR/css-box-4/#typedef-visual-box", "https://www.w3.org/TR/css-box-4/#ref-for-typedef-visual-box", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A0", "https://www.w3.org/TR/css-box-4/#typedef-layout-box", "https://www.w3.org/TR/css-box-4/#ref-for-typedef-layout-box", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A3", "https://www.w3.org/TR/css-box-4/#typedef-paint-box", "https://www.w3.org/TR/css-box-4/#ref-for-typedef-paint-box", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A5", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A7", "https://www.w3.org/TR/css-box-4/#typedef-coord-box", "https://www.w3.org/TR/css-box-4/#ref-for-typedef-coord-box", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-box-4/#margins", "https://www.w3.org/TR/css-box-4/#margin", "https://www.w3.org/TR/css-box-4/#margin-properties", @@ -126,6 +140,7 @@ "https://www.w3.org/TR/css-box-4/#ref-for-flow-relative", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin%E2%91%A2", "https://www.w3.org/TR/css-box-4/#ref-for-longhand%E2%91%A1", + "https://www.w3.org/TR/css-box-4/#ref-for-block-layout", "https://www.w3.org/TR/css-box-4/#ref-for-fragmentation-break", "https://www.w3.org/TR/css-box-4/#margin-physical", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-top", @@ -137,8 +152,10 @@ "https://www.w3.org/TR/css-box-4/#propdef-margin-bottom", "https://www.w3.org/TR/css-box-4/#propdef-margin-left", "https://www.w3.org/TR/css-box-4/#ref-for-typedef-length-percentage", - "https://www.w3.org/TR/css-box-4/#ref-for-comb-one", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-box-4/#ref-for-internal-table-element", + "https://www.w3.org/TR/css-box-4/#ref-for-ruby-base-container-box", + "https://www.w3.org/TR/css-box-4/#ref-for-ruby-annotation-container-box", "https://www.w3.org/TR/css-box-4/#ref-for-logical-width", "https://www.w3.org/TR/css-box-4/#ref-for-typedef-length-percentage%E2%91%A0", "https://www.w3.org/TR/css-box-4/#ref-for-margin", @@ -149,6 +166,8 @@ "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-top%E2%91%A0", "https://www.w3.org/TR/css-box-4/#ref-for-mult-num-range", "https://www.w3.org/TR/css-box-4/#ref-for-internal-table-element%E2%91%A0", + "https://www.w3.org/TR/css-box-4/#ref-for-ruby-base-container-box%E2%91%A0", + "https://www.w3.org/TR/css-box-4/#ref-for-ruby-annotation-container-box%E2%91%A0", "https://www.w3.org/TR/css-box-4/#ref-for-logical-width%E2%91%A0", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin%E2%91%A4", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-top%E2%91%A1", @@ -160,20 +179,34 @@ "https://www.w3.org/TR/css-box-4/#margin-trim", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-trim", "https://www.w3.org/TR/css-box-4/#propdef-margin-trim", - "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A0", - "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-any", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-any%E2%91%A0", + "https://www.w3.org/TR/css-box-4/#ref-for-comb-any%E2%91%A1", "https://www.w3.org/TR/css-box-4/#ref-for-block-container", "https://www.w3.org/TR/css-box-4/#ref-for-multi-column-container", + "https://www.w3.org/TR/css-box-4/#ref-for-flex-container", + "https://www.w3.org/TR/css-box-4/#ref-for-grid-container", "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-none", - "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-in-flow", - "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-all", - "https://www.w3.org/TR/css-box-4/#ref-for-valdef-margin-trim-in-flow", - "https://www.w3.org/TR/css-box-4/#ref-for-margin-edge%E2%91%A1", - "https://www.w3.org/TR/css-box-4/#ref-for-content-edge%E2%91%A1", + "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-block-start", + "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-inline-start", + "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-inline-end", + "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-block-end", + "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-block", + "https://www.w3.org/TR/css-box-4/#valdef-margin-trim-inline", + "https://www.w3.org/TR/css-box-4/#ref-for-computed-value", + "https://www.w3.org/TR/css-box-4/#ref-for-valdef-margin-trim-block", + "https://www.w3.org/TR/css-box-4/#ref-for-valdef-margin-trim-inline", + "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-break", + "https://www.w3.org/TR/css-box-4/#ref-for-fragmentation-break%E2%91%A0", + "https://www.w3.org/TR/css-box-4/#issue-c93b5c6f", + "https://www.w3.org/TR/css-box-4/#ref-for-fragmentation-context", + "https://www.w3.org/TR/css-box-4/#margin-trim-block", "https://www.w3.org/TR/css-box-4/#ref-for-block-container%E2%91%A0", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-trim%E2%91%A0", - "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-trim%E2%91%A1", - "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-trim%E2%91%A2", + "https://www.w3.org/TR/css-box-4/#issue-19a903fd", "https://www.w3.org/TR/css-box-4/#ref-for-block-container%E2%91%A1", "https://www.w3.org/TR/css-box-4/#ref-for-containing-block%E2%91%A0", "https://www.w3.org/TR/css-box-4/#ref-for-block-start", @@ -196,14 +229,25 @@ "https://www.w3.org/TR/css-box-4/#ref-for-block-end", "https://www.w3.org/TR/css-box-4/#ref-for-block-size", "https://www.w3.org/TR/css-box-4/#ref-for-block-formatting-context-root", - "https://www.w3.org/TR/css-box-4/#issue-565fb2af", - "https://www.w3.org/TR/css-box-4/#ref-for-flex-container", - "https://www.w3.org/TR/css-box-4/#ref-for-grid-container", - "https://www.w3.org/TR/css-box-4/#issue-9536d78c", - "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-break", - "https://www.w3.org/TR/css-box-4/#ref-for-fragmentation-break%E2%91%A0", - "https://www.w3.org/TR/css-box-4/#issue-c93b5c6f", - "https://www.w3.org/TR/css-box-4/#ref-for-fragmentation-context", + "https://www.w3.org/TR/css-box-4/#issue-501f0da8", + "https://www.w3.org/TR/css-box-4/#margin-trim-flex", + "https://www.w3.org/TR/css-box-4/#ref-for-flex-container%E2%91%A0", + "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-trim%E2%91%A1", + "https://www.w3.org/TR/css-box-4/#ref-for-flex-item", + "https://www.w3.org/TR/css-box-4/#ref-for-flex-line", + "https://www.w3.org/TR/css-box-4/#ref-for-main-axis", + "https://www.w3.org/TR/css-box-4/#ref-for-flex-item%E2%91%A0", + "https://www.w3.org/TR/css-box-4/#ref-for-flex-line%E2%91%A0", + "https://www.w3.org/TR/css-box-4/#ref-for-cross-axis", + "https://www.w3.org/TR/css-box-4/#ref-for-collapsed-flex-item", + "https://www.w3.org/TR/css-box-4/#margin-trim-grid", + "https://www.w3.org/TR/css-box-4/#ref-for-grid-container%E2%91%A0", + "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-trim%E2%91%A2", + "https://www.w3.org/TR/css-box-4/#ref-for-grid-item", + "https://www.w3.org/TR/css-box-4/#ref-for-grid-track", + "https://www.w3.org/TR/css-box-4/#ref-for-box-box-edge%E2%91%A1", + "https://www.w3.org/TR/css-box-4/#ref-for-collapsed-grid-track", + "https://www.w3.org/TR/css-box-4/#ref-for-grid-track%E2%91%A0", "https://www.w3.org/TR/css-box-4/#paddings", "https://www.w3.org/TR/css-box-4/#padding", "https://www.w3.org/TR/css-box-4/#padding-properties", @@ -231,6 +275,8 @@ "https://www.w3.org/TR/css-box-4/#propdef-padding-left", "https://www.w3.org/TR/css-box-4/#ref-for-typedef-length-percentage%E2%91%A1", "https://www.w3.org/TR/css-box-4/#ref-for-internal-table-element%E2%91%A1", + "https://www.w3.org/TR/css-box-4/#ref-for-ruby-base-container-box%E2%91%A1", + "https://www.w3.org/TR/css-box-4/#ref-for-ruby-annotation-container-box%E2%91%A1", "https://www.w3.org/TR/css-box-4/#ref-for-logical-width%E2%91%A1", "https://www.w3.org/TR/css-box-4/#ref-for-typedef-length-percentage%E2%91%A2", "https://www.w3.org/TR/css-box-4/#ref-for-padding", @@ -241,6 +287,8 @@ "https://www.w3.org/TR/css-box-4/#ref-for-propdef-padding-top%E2%91%A0", "https://www.w3.org/TR/css-box-4/#ref-for-mult-num-range%E2%91%A0", "https://www.w3.org/TR/css-box-4/#ref-for-internal-table-element%E2%91%A2", + "https://www.w3.org/TR/css-box-4/#ref-for-ruby-base-container-box%E2%91%A2", + "https://www.w3.org/TR/css-box-4/#ref-for-ruby-annotation-container-box%E2%91%A2", "https://www.w3.org/TR/css-box-4/#ref-for-logical-width%E2%91%A2", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-padding%E2%91%A4", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-padding-top%E2%91%A1", @@ -260,15 +308,18 @@ "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-trim%E2%91%A3", "https://www.w3.org/TR/css-box-4/#changes-since-2", "https://www.w3.org/TR/css-box-4/#ref-for-writing-mode", + "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin%E2%91%A6", + "https://www.w3.org/TR/css-box-4/#ref-for-propdef-padding%E2%91%A6", + "https://www.w3.org/TR/css-box-4/#ref-for-ruby-base-container-box%E2%91%A3", + "https://www.w3.org/TR/css-box-4/#ref-for-ruby-annotation-container-box%E2%91%A3", "https://www.w3.org/TR/css-box-4/#priv-sec", - "https://www.w3.org/TR/css-box-4/#conformance", - "https://www.w3.org/TR/css-box-4/#document-conventions", - "https://www.w3.org/TR/css-box-4/#example-ae2b6bc0", - "https://www.w3.org/TR/css-box-4/#conform-classes", - "https://www.w3.org/TR/css-box-4/#conform-responsible", - "https://www.w3.org/TR/css-box-4/#conform-partial", - "https://www.w3.org/TR/css-box-4/#conform-future-proofing", - "https://www.w3.org/TR/css-box-4/#conform-testing", + "https://www.w3.org/TR/css-box-4/#w3c-conformance", + "https://www.w3.org/TR/css-box-4/#w3c-conventions", + "https://www.w3.org/TR/css-box-4/#w3c-example", + "https://www.w3.org/TR/css-box-4/#w3c-conformance-classes", + "https://www.w3.org/TR/css-box-4/#w3c-partial", + "https://www.w3.org/TR/css-box-4/#w3c-conform-future-proofing", + "https://www.w3.org/TR/css-box-4/#w3c-testing", "https://www.w3.org/TR/css-box-4/#index", "https://www.w3.org/TR/css-box-4/#index-defined-here", "https://www.w3.org/TR/css-box-4/#index-defined-elsewhere", @@ -281,21 +332,33 @@ "https://www.w3.org/TR/css-box-4/#term-for-fragmentation-break", "https://www.w3.org/TR/css-box-4/#term-for-fragmentation-context", "https://www.w3.org/TR/css-box-4/#term-for-propdef-margin-break", + "https://www.w3.org/TR/css-box-4/#term-for-computed-value", "https://www.w3.org/TR/css-box-4/#term-for-longhand", "https://www.w3.org/TR/css-box-4/#term-for-longhand%E2%91%A0", "https://www.w3.org/TR/css-box-4/#term-for-shorthand-property", "https://www.w3.org/TR/css-box-4/#term-for-block-container", "https://www.w3.org/TR/css-box-4/#term-for-block-formatting-context-root", + "https://www.w3.org/TR/css-box-4/#term-for-block-layout", "https://www.w3.org/TR/css-box-4/#term-for-box", "https://www.w3.org/TR/css-box-4/#term-for-box-tree", "https://www.w3.org/TR/css-box-4/#term-for-containing-block", "https://www.w3.org/TR/css-box-4/#term-for-internal-table-element", "https://www.w3.org/TR/css-box-4/#term-for-replaced-element", + "https://www.w3.org/TR/css-box-4/#term-for-collapsed-flex-item", + "https://www.w3.org/TR/css-box-4/#term-for-cross-axis", "https://www.w3.org/TR/css-box-4/#term-for-flex-container", + "https://www.w3.org/TR/css-box-4/#term-for-flex-item", + "https://www.w3.org/TR/css-box-4/#term-for-flex-line", + "https://www.w3.org/TR/css-box-4/#term-for-main-axis", + "https://www.w3.org/TR/css-box-4/#term-for-collapsed-grid-track", "https://www.w3.org/TR/css-box-4/#term-for-grid-container", + "https://www.w3.org/TR/css-box-4/#term-for-grid-item", + "https://www.w3.org/TR/css-box-4/#term-for-grid-track", "https://www.w3.org/TR/css-box-4/#term-for-multi-column-container", "https://www.w3.org/TR/css-box-4/#term-for-selectordef-first-letter", "https://www.w3.org/TR/css-box-4/#term-for-selectordef-first-line", + "https://www.w3.org/TR/css-box-4/#term-for-ruby-annotation-container-box", + "https://www.w3.org/TR/css-box-4/#term-for-ruby-base-container-box", "https://www.w3.org/TR/css-box-4/#term-for-intrinsic-size-contribution", "https://www.w3.org/TR/css-box-4/#term-for-size", "https://www.w3.org/TR/css-box-4/#term-for-sizing-property", @@ -304,6 +367,7 @@ "https://www.w3.org/TR/css-box-4/#term-for-css-wide-keywords", "https://www.w3.org/TR/css-box-4/#term-for-mult-num-range", "https://www.w3.org/TR/css-box-4/#term-for-comb-one", + "https://www.w3.org/TR/css-box-4/#term-for-comb-any", "https://www.w3.org/TR/css-box-4/#term-for-block-size", "https://www.w3.org/TR/css-box-4/#term-for-block-end", "https://www.w3.org/TR/css-box-4/#term-for-block-start", @@ -322,14 +386,16 @@ "https://www.w3.org/TR/css-box-4/#term-for-TermSVGViewport", "https://www.w3.org/TR/css-box-4/#references", "https://www.w3.org/TR/css-box-4/#normative", + "https://www.w3.org/TR/css-box-4/#biblio-css-align-3", "https://www.w3.org/TR/css-box-4/#biblio-css-backgrounds-3", "https://www.w3.org/TR/css-box-4/#biblio-css-break-4", - "https://www.w3.org/TR/css-box-4/#biblio-css-cascade-4", + "https://www.w3.org/TR/css-box-4/#biblio-css-cascade-5", "https://www.w3.org/TR/css-box-4/#biblio-css-display-3", "https://www.w3.org/TR/css-box-4/#biblio-css-flexbox-1", - "https://www.w3.org/TR/css-box-4/#biblio-css-grid-1", + "https://www.w3.org/TR/css-box-4/#biblio-css-grid-2", "https://www.w3.org/TR/css-box-4/#biblio-css-multicol-1", "https://www.w3.org/TR/css-box-4/#biblio-css-pseudo-4", + "https://www.w3.org/TR/css-box-4/#biblio-css-ruby-1", "https://www.w3.org/TR/css-box-4/#biblio-css-sizing-3", "https://www.w3.org/TR/css-box-4/#biblio-css-transforms-1", "https://www.w3.org/TR/css-box-4/#biblio-css-values-3", @@ -342,18 +408,17 @@ "https://www.w3.org/TR/css-box-4/#informative", "https://www.w3.org/TR/css-box-4/#biblio-css-break-3", "https://www.w3.org/TR/css-box-4/#property-index", - "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin%E2%91%A6", + "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin%E2%91%A7", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-bottom%E2%91%A1", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-left%E2%91%A1", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-right%E2%91%A1", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-top%E2%91%A2", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-margin-trim%E2%91%A4", - "https://www.w3.org/TR/css-box-4/#ref-for-propdef-padding%E2%91%A6", + "https://www.w3.org/TR/css-box-4/#ref-for-propdef-padding%E2%91%A7", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-padding-bottom%E2%91%A1", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-padding-left%E2%91%A1", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-padding-right%E2%91%A1", "https://www.w3.org/TR/css-box-4/#ref-for-propdef-padding-top%E2%91%A2", - "https://www.w3.org/TR/css-box-4/#issues-index", - "https://www.w3.org/TR/css-box-4/#back-to-top" + "https://www.w3.org/TR/css-box-4/#issues-index" ] } \ No newline at end of file diff --git a/tr/ids/css-break-3.json b/tr/ids/css-break-3.json index 23aa8f31553f..86d0a14fd392 100644 --- a/tr/ids/css-break-3.json +++ b/tr/ids/css-break-3.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/css-break-3/#toc-nav", "https://www.w3.org/TR/css-break-3/#toc-jump", "https://www.w3.org/TR/css-break-3/#toc-toggle", + "https://www.w3.org/TR/css-break-3/#annotation_root_", "https://www.w3.org/TR/css-break-3/#subtitle", "https://www.w3.org/TR/css-break-3/#abstract", "https://www.w3.org/TR/css-break-3/#status", diff --git a/tr/ids/css-cascade-3.json b/tr/ids/css-cascade-3.json index 02363280fede..51868579832e 100644 --- a/tr/ids/css-cascade-3.json +++ b/tr/ids/css-cascade-3.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-cascade-3/#toc-jump", "https://www.w3.org/TR/css-cascade-3/#toc-toggle", "https://www.w3.org/TR/css-cascade-3/#title", + "https://www.w3.org/TR/css-cascade-3/#annotation_root_", "https://www.w3.org/TR/css-cascade-3/#subtitle", "https://www.w3.org/TR/css-cascade-3/#abstract", "https://www.w3.org/TR/css-cascade-3/#status", diff --git a/tr/ids/css-color-4.json b/tr/ids/css-color-4.json index 519aef5ea0d1..e80bcad0e504 100644 --- a/tr/ids/css-color-4.json +++ b/tr/ids/css-color-4.json @@ -18,7 +18,6 @@ "https://www.w3.org/TR/css-color-4/#introduction", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-color-space", - "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A0", "https://www.w3.org/TR/css-color-4/#values", "https://www.w3.org/TR/css-color-4/#ref-for-css-wide-keywords", "https://www.w3.org/TR/css-color-4/#terminology", @@ -38,11 +37,24 @@ "https://www.w3.org/TR/css-color-4/#ref-for-white-point%E2%91%A0", "https://www.w3.org/TR/css-color-4/#d50-whitepoint", "https://www.w3.org/TR/css-color-4/#d65-whitepoint", - "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A0", "https://www.w3.org/TR/css-color-4/#characterized", "https://www.w3.org/TR/css-color-4/#calibrated", "https://www.w3.org/TR/css-color-4/#gamut", - "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#invalid-color", + "https://www.w3.org/TR/css-color-4/#ref-for-valid-color", + "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color", + "https://www.w3.org/TR/css-color-4/#valid-color", + "https://www.w3.org/TR/css-color-4/#ref-for-valid-color%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#out-of-gamut", + "https://www.w3.org/TR/css-color-4/#ref-for-valid-color%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#in-gamut", + "https://www.w3.org/TR/css-color-4/#ref-for-out-of-gamut", + "https://www.w3.org/TR/css-color-4/#ex-oog", + "https://www.w3.org/TR/css-color-4/#ref-for-css-gamut-mapped", + "https://www.w3.org/TR/css-color-4/#applying-color", + "https://www.w3.org/TR/css-color-4/#accessibility", "https://www.w3.org/TR/css-color-4/#the-color-property", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color", "https://www.w3.org/TR/css-color-4/#propdef-color", @@ -71,85 +83,123 @@ "https://www.w3.org/TR/css-color-4/#ref-for-TermStackingContext", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-z-index", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-z-index-auto", + "https://www.w3.org/TR/css-color-4/#tagged-images", + "https://www.w3.org/TR/css-color-4/#tagged-image", + "https://www.w3.org/TR/css-color-4/#ref-for-untagged-image", + "https://www.w3.org/TR/css-color-4/#untagged", + "https://www.w3.org/TR/css-color-4/#ref-for-untagged-image%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#untagged-image", + "https://www.w3.org/TR/css-color-4/#untagged-video", "https://www.w3.org/TR/css-color-4/#color-type", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#alpha-channel", "https://www.w3.org/TR/css-color-4/#ref-for-hex-color", + "https://www.w3.org/TR/css-color-4/#ref-for-color-functions", + "https://www.w3.org/TR/css-color-4/#ref-for-named-color", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#color-functions", + "https://www.w3.org/TR/css-color-4/#ref-for-functional-notation", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#cylindrical-polar-color", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue", + "https://www.w3.org/TR/css-color-4/#rectangular-orthogonal-color", + "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba", + "https://www.w3.org/TR/css-color-4/#ref-for-hex-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch", - "https://www.w3.org/TR/css-color-4/#ref-for-named-color", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color", + "https://www.w3.org/TR/css-color-4/#opaque-black", + "https://www.w3.org/TR/css-color-4/#transparent-black", "https://www.w3.org/TR/css-color-4/#color-syntax", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#alpha-channel", "https://www.w3.org/TR/css-color-4/#typedef-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-absolute-color-base", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#typedef-absolute-color-base", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hex-color", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-absolute-color-function", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-named-color", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#typedef-absolute-color-function", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color", - "https://www.w3.org/TR/css-color-4/#color-functions", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#cylindrical-polar-color", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue", - "https://www.w3.org/TR/css-color-4/#rectangular-orthogonal-color", - "https://www.w3.org/TR/css-color-4/#opaque-black", - "https://www.w3.org/TR/css-color-4/#transparent-black", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#legacy-color-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-cylindrical-polar-color", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-rectangular-orthogonal-color", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-absolute-color-function%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#example-generic-syntax", + "https://www.w3.org/TR/css-color-4/#color-syntax-legacy", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#legacy-color-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none", + "https://www.w3.org/TR/css-color-4/#example-rgba-legacy", + "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax", + "https://www.w3.org/TR/css-color-4/#alpha-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#typedef-alpha-value", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-alpha-channel", + "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A0", "https://www.w3.org/TR/css-color-4/#hue-syntax", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A1", "https://www.w3.org/TR/css-color-4/#typedef-hue", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-angle-value", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0", "https://www.w3.org/TR/css-color-4/#missing", @@ -157,11 +207,12 @@ "https://www.w3.org/TR/css-color-4/#missing-color-component", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-white", "https://www.w3.org/TR/css-color-4/#valdef-color-none", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ex-missing-hue", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color-mix", @@ -181,247 +232,82 @@ "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#notes", - "https://www.w3.org/TR/css-color-4/#tagged-images", - "https://www.w3.org/TR/css-color-4/#tagged-image", - "https://www.w3.org/TR/css-color-4/#ref-for-untagged-image", - "https://www.w3.org/TR/css-color-4/#untagged", - "https://www.w3.org/TR/css-color-4/#ref-for-untagged-image%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#untagged-image", - "https://www.w3.org/TR/css-color-4/#untagged-video", - "https://www.w3.org/TR/css-color-4/#resolving-color-values", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-specified-value", - "https://www.w3.org/TR/css-color-4/#computed-color", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value", - "https://www.w3.org/TR/css-color-4/#used-color", - "https://www.w3.org/TR/css-color-4/#ref-for-used-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-resolved-value", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-used-value%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#resolving-sRGB-values", - "https://www.w3.org/TR/css-color-4/#ref-for-hex-color%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#numeric-srgb", + "https://www.w3.org/TR/css-color-4/#ref-for-sRGB-space", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-hex-color%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-named-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-specified-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ex-hsl-case", - "https://www.w3.org/TR/css-color-4/#ex-hsl-computed", - "https://www.w3.org/TR/css-color-4/#resolving-lab-lch-values", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value", - "https://www.w3.org/TR/css-color-4/#ex-lch-computed", - "https://www.w3.org/TR/css-color-4/#resolving-oklab-oklch-values", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ex-oklch-computed", - "https://www.w3.org/TR/css-color-4/#resolving-color-function-values", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ex-p3-computed", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz", - "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65", - "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#wx-xyz-computed", - "https://www.w3.org/TR/css-color-4/#resolving-other-colors", - "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-deprecated-color", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-transparent-black", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-inherited-value", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#serializing-color-values", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#serializing-alpha-values", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ex-alpha-trimzero", - "https://www.w3.org/TR/css-color-4/#ex-alpha-round", - "https://www.w3.org/TR/css-color-4/#serializing-sRGB-values", - "https://www.w3.org/TR/css-color-4/#ref-for-hex-color%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#rgb-functions", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-named-color%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#funcdef-rgb", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-num", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-num%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ex-rgb-ser-int-rgba", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-comma", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-integer-value", - "https://www.w3.org/TR/css-color-4/#sRGB-precision", - "https://www.w3.org/TR/css-color-4/#ref-for-integer-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ex-rgb-number", - "https://www.w3.org/TR/css-color-4/#ex-rgb-notrail", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-goldenrod", - "https://www.w3.org/TR/css-color-4/#serializing-lab-lch", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ex-lab-zero-a", - "https://www.w3.org/TR/css-color-4/#ex-lch-serial", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb", - "https://www.w3.org/TR/css-color-4/#ex-lch-alpha", - "https://www.w3.org/TR/css-color-4/#serializing-oklab-oklch", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ex-oklab-trailzero", - "https://www.w3.org/TR/css-color-4/#ex-oklch-serial", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ex-oklch-alpha", - "https://www.w3.org/TR/css-color-4/#serializing-color-function-values", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ex-color-serial", - "https://www.w3.org/TR/css-color-4/#predefined-precision-table", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ex-color-prophoto-alpha-serial", - "https://www.w3.org/TR/css-color-4/#serializing-other-colors", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#numeric-srgb", - "https://www.w3.org/TR/css-color-4/#ref-for-sRGB-space", - "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-hex-color%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-color-functions", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-named-color%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#rgb-functions", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#funcdef-rgb", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-num", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-num%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#typedef-alpha-value", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-comma", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-mult-comma%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A2", "https://www.w3.org/TR/css-color-4/#funcdef-rgba", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A7", "https://www.w3.org/TR/css-color-4/#hex-notation", "https://www.w3.org/TR/css-color-4/#hex-color", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A8", "https://www.w3.org/TR/css-color-4/#typedef-hex-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hash-token", "https://www.w3.org/TR/css-color-4/#ex-hex6", "https://www.w3.org/TR/css-color-4/#ex-hex8", "https://www.w3.org/TR/css-color-4/#ex-hex3", "https://www.w3.org/TR/css-color-4/#color-keywords", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A8", "https://www.w3.org/TR/css-color-4/#named-colors", "https://www.w3.org/TR/css-color-4/#named-color", "https://www.w3.org/TR/css-color-4/#typedef-named-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-darkgray", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-gray", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-lightpink", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-pink", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-indianred", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A2", "https://www.w3.org/TR/css-color-4/#valdef-color-aliceblue", "https://www.w3.org/TR/css-color-4/#valdef-color-antiquewhite", "https://www.w3.org/TR/css-color-4/#valdef-color-aqua", @@ -571,7 +457,7 @@ "https://www.w3.org/TR/css-color-4/#valdef-color-yellow", "https://www.w3.org/TR/css-color-4/#valdef-color-yellowgreen", "https://www.w3.org/TR/css-color-4/#css-system-colors", - "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ex-LM-DM-links", @@ -637,41 +523,41 @@ "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A7", "https://www.w3.org/TR/css-color-4/#transparent-color", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A1", "https://www.w3.org/TR/css-color-4/#valdef-color-transparent", - "https://www.w3.org/TR/css-color-4/#ref-for-transparent-black%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-transparent-black", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-named-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#currentcolor-color", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A3", "https://www.w3.org/TR/css-color-4/#valdef-color-currentcolor", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-named-color%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-used-value%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-used-value%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ex-currentcolor", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ex-textemph-currentcolor", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-text-emphasis-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A7", "https://www.w3.org/TR/css-color-4/#the-hsl-notation", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A5", "https://www.w3.org/TR/css-color-4/#valdef-hsl-hsl", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A8", "https://www.w3.org/TR/css-color-4/#funcdef-hsl", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ex-hsl-primary-red", @@ -681,45 +567,45 @@ "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-blue", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-yellow", "https://www.w3.org/TR/css-color-4/#ex-hsl-sucks-more", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A4", "https://www.w3.org/TR/css-color-4/#funcdef-hsla", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#hsl-to-rgb", "https://www.w3.org/TR/css-color-4/#rgb-to-hsl", "https://www.w3.org/TR/css-color-4/#hsl-examples", "https://www.w3.org/TR/css-color-4/#hsltable", "https://www.w3.org/TR/css-color-4/#the-hwb-notation", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A3", "https://www.w3.org/TR/css-color-4/#valdef-hwb-hwb", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-hsl-hsl", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A4", "https://www.w3.org/TR/css-color-4/#funcdef-hwb", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-hwb-hwb", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A6", "https://www.w3.org/TR/css-color-4/#hwb-to-rgb", "https://www.w3.org/TR/css-color-4/#rgb-to-hwb", "https://www.w3.org/TR/css-color-4/#hwb-examples", @@ -734,313 +620,306 @@ "https://www.w3.org/TR/css-color-4/#valdef-oklch-oklch", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A0", "https://www.w3.org/TR/css-color-4/#CIELCH-blue-hueshift", - "https://www.w3.org/TR/css-color-4/#OKLCH-blue-no-hueshift", + "https://www.w3.org/TR/css-color-4/#Oklch-blue-no-hueshift", "https://www.w3.org/TR/css-color-4/#specifying-lab-lch", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A3", "https://www.w3.org/TR/css-color-4/#funcdef-lab", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-alpha-channel%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#issue-e05ac5c3", "https://www.w3.org/TR/css-color-4/#ex-lab-samples", "https://www.w3.org/TR/css-color-4/#funcdef-lch", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-alpha-channel%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#issue-1813c844", "https://www.w3.org/TR/css-color-4/#ex-lch-samples", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-lab-lab", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-lch-lch", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A7", "https://www.w3.org/TR/css-color-4/#specifying-oklab-oklch", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A2", "https://www.w3.org/TR/css-color-4/#funcdef-oklab", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-alpha-channel%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ex-oklab-samples", "https://www.w3.org/TR/css-color-4/#funcdef-oklch", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-alpha-channel%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ex-oklch-samples", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-oklab-oklab", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-oklch-oklch", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A8", "https://www.w3.org/TR/css-color-4/#lab-to-lch", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A4", "https://www.w3.org/TR/css-color-4/#lch-to-lab", "https://www.w3.org/TR/css-color-4/#predefined", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020", "https://www.w3.org/TR/css-color-4/#color-function", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A4", "https://www.w3.org/TR/css-color-4/#funcdef-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-colorspace-params", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#typedef-colorspace-params", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-predefined-rgb-params", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-xyz-params", "https://www.w3.org/TR/css-color-4/#typedef-predefined-rgb-params", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-predefined-rgb", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-mult-num%E2%91%A1", "https://www.w3.org/TR/css-color-4/#typedef-predefined-rgb", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A0", "https://www.w3.org/TR/css-color-4/#typedef-xyz-params", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-xyz-space", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-mult-num%E2%91%A2", "https://www.w3.org/TR/css-color-4/#typedef-xyz-space", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#invalid-color", - "https://www.w3.org/TR/css-color-4/#ref-for-valid-color", - "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color", - "https://www.w3.org/TR/css-color-4/#valid-color", - "https://www.w3.org/TR/css-color-4/#ref-for-valid-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#out-of-gamut", - "https://www.w3.org/TR/css-color-4/#ref-for-css-gamut-mapped", - "https://www.w3.org/TR/css-color-4/#ref-for-valid-color%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-out-of-gamut", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65", + "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valid-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-css-gamut-mapped%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-out-of-gamut%E2%91%A0", "https://www.w3.org/TR/css-color-4/#cant-be-displayed", "https://www.w3.org/TR/css-color-4/#can-be-displayed", - "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-out-of-gamut%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-valid-color%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valid-color%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-cant-be-displayed", - "https://www.w3.org/TR/css-color-4/#ref-for-css-gamut-mapped%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-css-gamut-mapped%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-opaque-black", "https://www.w3.org/TR/css-color-4/#ex-2020-oog-p3", "https://www.w3.org/TR/css-color-4/#ex-profoto-bad", "https://www.w3.org/TR/css-color-4/#ref-for-opaque-black%E2%91%A0", "https://www.w3.org/TR/css-color-4/#predefined-sRGB", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A1", "https://www.w3.org/TR/css-color-4/#sRGB-space", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#valdef-color-srgb", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A2", "https://www.w3.org/TR/css-color-4/#predefined-sRGB-linear", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A0", "https://www.w3.org/TR/css-color-4/#sRGB-linear-space", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A3", "https://www.w3.org/TR/css-color-4/#valdef-color-srgb-linear", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A4", "https://www.w3.org/TR/css-color-4/#srgb-linear-swatches", "https://www.w3.org/TR/css-color-4/#predefined-display-p3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A3", "https://www.w3.org/TR/css-color-4/#valdef-color-display-p3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A6", "https://www.w3.org/TR/css-color-4/#predefined-a98-rgb", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A0", "https://www.w3.org/TR/css-color-4/#valdef-color-a98-rgb", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A7", "https://www.w3.org/TR/css-color-4/#predefined-prophoto-rgb", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A1", "https://www.w3.org/TR/css-color-4/#valdef-color-prophoto-rgb", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A1", "https://www.w3.org/TR/css-color-4/#predefined-rec2020", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A1", "https://www.w3.org/TR/css-color-4/#valdef-color-rec2020", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A8", "https://www.w3.org/TR/css-color-4/#predefined-xyz", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A0", "https://www.w3.org/TR/css-color-4/#valdef-color-xyz-d50", "https://www.w3.org/TR/css-color-4/#valdef-color-xyz-d65", "https://www.w3.org/TR/css-color-4/#valdef-color-xyz", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ex-xyz", "https://www.w3.org/TR/css-color-4/#predefined-to-lab-oklab", "https://www.w3.org/TR/css-color-4/#predefined-to-lab", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A5", "https://www.w3.org/TR/css-color-4/#predefined-to-oklab", "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#oklab-lab-to-predefined", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A4", "https://www.w3.org/TR/css-color-4/#lab-to-predefined", "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A8", "https://www.w3.org/TR/css-color-4/#oklab-to-predefined", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#predefined-to-predefined", "https://www.w3.org/TR/css-color-4/#alpha", "https://www.w3.org/TR/css-color-4/#color-conversion", "https://www.w3.org/TR/css-color-4/#convert-polrect", - "https://www.w3.org/TR/css-color-4/#ref-for-cylindrical-polar-color", - "https://www.w3.org/TR/css-color-4/#ref-for-rectangular-orthogonal-color", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-cylindrical-polar-color%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-rectangular-orthogonal-color%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A5", "https://www.w3.org/TR/css-color-4/#convert-tolinear", "https://www.w3.org/TR/css-color-4/#convert-toXYZ", "https://www.w3.org/TR/css-color-4/#convert-CAT", "https://www.w3.org/TR/css-color-4/#ref-for-chromatic-adaptation-transform", "https://www.w3.org/TR/css-color-4/#convert-destpolar", - "https://www.w3.org/TR/css-color-4/#ref-for-cylindrical-polar-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-rectangular-orthogonal-color%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-cylindrical-polar-color%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-rectangular-orthogonal-color%E2%91%A1", "https://www.w3.org/TR/css-color-4/#convert-fromXYZ", "https://www.w3.org/TR/css-color-4/#convert-display", - "https://www.w3.org/TR/css-color-4/#ref-for-css-gamut-mapped%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-css-gamut-mapped%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-can-be-displayed", "https://www.w3.org/TR/css-color-4/#convert-hslhwb", "https://www.w3.org/TR/css-color-4/#ref-for-out-of-gamut%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-hsl-hsl%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-hwb-hwb%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-css-gamut-mapped%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-css-gamut-mapped%E2%91%A3", "https://www.w3.org/TR/css-color-4/#convert-rectpol", - "https://www.w3.org/TR/css-color-4/#ref-for-cylindrical-polar-color%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-cylindrical-polar-color%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A6", "https://www.w3.org/TR/css-color-4/#interpolation", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#interpolation-color-space", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A8", "https://www.w3.org/TR/css-color-4/#issue-7fabb422", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-text-emphasis-color%E2%91%A1", "https://www.w3.org/TR/css-color-4/#interpolation-space", "https://www.w3.org/TR/css-color-4/#ex-interpolating-specs", @@ -1048,66 +927,77 @@ "https://www.w3.org/TR/css-color-4/#ref-for-propdef-filter", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-animation", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-transition", + "https://www.w3.org/TR/css-color-4/#ref-for-interpolation-color-space", "https://www.w3.org/TR/css-color-4/#host-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-interpolation-color-space%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-color-interpolation-method", "https://www.w3.org/TR/css-color-4/#typedef-color-space", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/css-color-4/#typedef-rectangular-color-space", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-lab-lab%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-oklab-oklab%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A2", "https://www.w3.org/TR/css-color-4/#typedef-polar-color-space", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-hsl-hsl%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-hwb-hwb%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-lch-lch%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-oklch-oklch%E2%91%A0", "https://www.w3.org/TR/css-color-4/#typedef-hue-interpolation-method", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/css-color-4/#color-interpolation-method", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-rectangular-color-space", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-polar-color-space", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue-interpolation-method", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-rectangular-color-space%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-polar-color-space%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-interpolation-color-space%E2%91%A1", "https://www.w3.org/TR/css-color-4/#interpolation-missing", + "https://www.w3.org/TR/css-color-4/#ref-for-interpolation-color-space%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-interpolation-color-space%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ex-analogous-hue", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ex-", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ex-oklch-missing-hue", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ex-oklch-missing-alpha", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-4/#interpolation-alpha", "https://www.w3.org/TR/css-color-4/#premultiplied-color-values", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-rectangular-orthogonal-color%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-cylindrical-polar-color%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-rectangular-orthogonal-color%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-cylindrical-polar-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#premultiplied", "https://www.w3.org/TR/css-color-4/#ex-gradient-transition-premultiply", "https://www.w3.org/TR/css-color-4/#ex-premultiplied-srgb", @@ -1117,7 +1007,7 @@ "https://www.w3.org/TR/css-color-4/#ref-for-color-interpolation-method%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue-interpolation-method%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-color-4/#hue-shorter", "https://www.w3.org/TR/css-color-4/#shorter", "https://www.w3.org/TR/css-color-4/#hue-longer", @@ -1126,8 +1016,6 @@ "https://www.w3.org/TR/css-color-4/#increasing", "https://www.w3.org/TR/css-color-4/#hue-decreasing", "https://www.w3.org/TR/css-color-4/#decreasing", - "https://www.w3.org/TR/css-color-4/#hue-specified", - "https://www.w3.org/TR/css-color-4/#specified", "https://www.w3.org/TR/css-color-4/#gamut-mapping", "https://www.w3.org/TR/css-color-4/#gamut-mapping-intro", "https://www.w3.org/TR/css-color-4/#GM-clip", @@ -1139,16 +1027,167 @@ "https://www.w3.org/TR/css-color-4/#gamutmap-p3-yellow", "https://www.w3.org/TR/css-color-4/#GM-excessive-reduction", "https://www.w3.org/TR/css-color-4/#CIELCH-p3-yellow-noclip", - "https://www.w3.org/TR/css-color-4/#OKLCH-p3-yellow-noclip", + "https://www.w3.org/TR/css-color-4/#Oklch-p3-yellow-noclip", "https://www.w3.org/TR/css-color-4/#GM-chroma-local-MINDE", "https://www.w3.org/TR/css-color-4/#CIELCH-p3-yellow-clip", - "https://www.w3.org/TR/css-color-4/#OKLCH-p3-yellow-clip", + "https://www.w3.org/TR/css-color-4/#Oklch-p3-yellow-clip", "https://www.w3.org/TR/css-color-4/#GM-hue-curvature", "https://www.w3.org/TR/css-color-4/#css-gamut-mapping", "https://www.w3.org/TR/css-color-4/#css-gamut-mapping-algorithm", "https://www.w3.org/TR/css-color-4/#css-gamut-mapped", "https://www.w3.org/TR/css-color-4/#binsearch", "https://www.w3.org/TR/css-color-4/#css-gamut-map", + "https://www.w3.org/TR/css-color-4/#resolving-color-values", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-specified-value", + "https://www.w3.org/TR/css-color-4/#computed-color", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#used-color", + "https://www.w3.org/TR/css-color-4/#ref-for-used-value%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-resolved-value", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-used-value%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#resolving-sRGB-values", + "https://www.w3.org/TR/css-color-4/#ref-for-hex-color%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-named-color%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-specified-value%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ex-hsl-case", + "https://www.w3.org/TR/css-color-4/#ex-hsl-computed", + "https://www.w3.org/TR/css-color-4/#resolving-lab-lch-values", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ex-lch-computed", + "https://www.w3.org/TR/css-color-4/#resolving-oklab-oklch-values", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ex-oklch-computed", + "https://www.w3.org/TR/css-color-4/#resolving-color-function-values", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ex-p3-computed", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#wx-xyz-computed", + "https://www.w3.org/TR/css-color-4/#resolving-other-colors", + "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-deprecated-color", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-transparent-black%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-inherited-value", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#serializing-color-values", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#serializing-alpha-values", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ex-alpha-trimzero", + "https://www.w3.org/TR/css-color-4/#ex-alpha-round", + "https://www.w3.org/TR/css-color-4/#serializing-sRGB-values", + "https://www.w3.org/TR/css-color-4/#ref-for-hex-color%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-named-color%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ex-rgb-ser-int-rgba", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-integer-value", + "https://www.w3.org/TR/css-color-4/#sRGB-precision", + "https://www.w3.org/TR/css-color-4/#ref-for-integer-value%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ex-rgb-number", + "https://www.w3.org/TR/css-color-4/#ex-rgb-notrail", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-goldenrod", + "https://www.w3.org/TR/css-color-4/#serializing-lab-lch", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ex-lab-zero-a", + "https://www.w3.org/TR/css-color-4/#ex-lch-serial", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ex-lch-alpha", + "https://www.w3.org/TR/css-color-4/#serializing-oklab-oklch", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ex-oklab-trailzero", + "https://www.w3.org/TR/css-color-4/#ex-oklch-serial", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ex-oklch-alpha", + "https://www.w3.org/TR/css-color-4/#serializing-color-function-values", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ex-color-serial", + "https://www.w3.org/TR/css-color-4/#predefined-precision-table", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ex-color-prophoto-alpha-serial", + "https://www.w3.org/TR/css-color-4/#serializing-other-colors", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-4/#sample", "https://www.w3.org/TR/css-color-4/#color-conversion-code", "https://www.w3.org/TR/css-color-4/#color-difference-code", @@ -1209,7 +1248,7 @@ "https://www.w3.org/TR/css-color-4/#ref-for-concept-document-quirks", "https://www.w3.org/TR/css-color-4/#typedef-quirky-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-quirky-color", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-background-color", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-border-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-border-top-color", @@ -1218,10 +1257,10 @@ "https://www.w3.org/TR/css-color-4/#ref-for-propdef-border-left-color", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-background", - "https://www.w3.org/TR/css-color-4/#ref-for-functional-notation", + "https://www.w3.org/TR/css-color-4/#ref-for-functional-notation%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color-mix%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-quirky-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-supports", "https://www.w3.org/TR/css-color-4/#ref-for-dom-css-supports-conditiontext", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-quirky-color%E2%91%A1", @@ -1236,6 +1275,7 @@ "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hex-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#acknowledgments", "https://www.w3.org/TR/css-color-4/#changes", + "https://www.w3.org/TR/css-color-4/#changes-from-20220705", "https://www.w3.org/TR/css-color-4/#changes-from-20220628", "https://www.w3.org/TR/css-color-4/#changes-from-20220428", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%91%A0", @@ -1251,43 +1291,42 @@ "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-color-4/#changes-from-20191105", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A8", "https://www.w3.org/TR/css-color-4/#changes-from-20160705", "https://www.w3.org/TR/css-color-4/#changes-from-3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rebeccapurple", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-integer-value%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-angle-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-angle-value%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-4/#security", "https://www.w3.org/TR/css-color-4/#privacy", @@ -1317,7 +1356,6 @@ "https://www.w3.org/TR/css-color-4/#term-for-specified-value", "https://www.w3.org/TR/css-color-4/#term-for-used-value", "https://www.w3.org/TR/css-color-4/#term-for-funcdef-color-mix", - "https://www.w3.org/TR/css-color-4/#term-for-funcdef-device-cmyk", "https://www.w3.org/TR/css-color-4/#term-for-forced-colors-mode", "https://www.w3.org/TR/css-color-4/#term-for-at-ruledef-supports", "https://www.w3.org/TR/css-color-4/#term-for-dom-css-supports-conditiontext", @@ -1357,9 +1395,9 @@ "https://www.w3.org/TR/css-color-4/#biblio-compositing", "https://www.w3.org/TR/css-color-4/#biblio-css-backgrounds-3", "https://www.w3.org/TR/css-color-4/#biblio-css-cascade-5", - "https://www.w3.org/TR/css-color-4/#biblio-css-color-5", "https://www.w3.org/TR/css-color-4/#biblio-css-color-adjust-1", "https://www.w3.org/TR/css-color-4/#biblio-css-conditional-3", + "https://www.w3.org/TR/css-color-4/#biblio-css-images-4", "https://www.w3.org/TR/css-color-4/#biblio-css-syntax-3", "https://www.w3.org/TR/css-color-4/#biblio-css-values-3", "https://www.w3.org/TR/css-color-4/#biblio-css-values-4", @@ -1385,7 +1423,7 @@ "https://www.w3.org/TR/css-color-4/#biblio-svg2", "https://www.w3.org/TR/css-color-4/#informative", "https://www.w3.org/TR/css-color-4/#biblio-css-animations-1", - "https://www.w3.org/TR/css-color-4/#biblio-css-images-4", + "https://www.w3.org/TR/css-color-4/#biblio-css-color-5", "https://www.w3.org/TR/css-color-4/#biblio-css-transitions-1", "https://www.w3.org/TR/css-color-4/#biblio-dci-p3", "https://www.w3.org/TR/css-color-4/#biblio-filter-effects-1", @@ -1398,7 +1436,7 @@ "https://www.w3.org/TR/css-color-4/#biblio-wolfe", "https://www.w3.org/TR/css-color-4/#property-index", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A6", "https://www.w3.org/TR/css-color-4/#issues-index" ] } \ No newline at end of file diff --git a/tr/ids/css-counter-styles-3.json b/tr/ids/css-counter-styles-3.json index 8c636345641a..222ca0cba2d2 100644 --- a/tr/ids/css-counter-styles-3.json +++ b/tr/ids/css-counter-styles-3.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-counter-styles-3/#toc-jump", "https://www.w3.org/TR/css-counter-styles-3/#toc-toggle", "https://www.w3.org/TR/css-counter-styles-3/#title", + "https://www.w3.org/TR/css-counter-styles-3/#annotation_root_", "https://www.w3.org/TR/css-counter-styles-3/#profile-and-date", "https://www.w3.org/TR/css-counter-styles-3/#abstract", "https://www.w3.org/TR/css-counter-styles-3/#ref-for-at-ruledef-counter-style", diff --git a/tr/ids/css-display-3.json b/tr/ids/css-display-3.json index a95c4b37b328..35cbad01eaa2 100644 --- a/tr/ids/css-display-3.json +++ b/tr/ids/css-display-3.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-display-3/#toc-jump", "https://www.w3.org/TR/css-display-3/#toc-toggle", "https://www.w3.org/TR/css-display-3/#title", + "https://www.w3.org/TR/css-display-3/#annotation_root_", "https://www.w3.org/TR/css-display-3/#profile-and-date", "https://www.w3.org/TR/css-display-3/#abstract", "https://www.w3.org/TR/css-display-3/#ref-for-propdef-display", diff --git a/tr/ids/css-extensions-1.json b/tr/ids/css-extensions-1.json index dde22dd72da5..0200f9e96ab7 100644 --- a/tr/ids/css-extensions-1.json +++ b/tr/ids/css-extensions-1.json @@ -56,7 +56,7 @@ "https://drafts.csswg.org/css-extensions-1/#ref-for-typedef-declaration-value", "https://drafts.csswg.org/css-extensions-1/#ref-for-length-value", "https://drafts.csswg.org/css-extensions-1/#ref-for-length-value%E2%91%A0", - "https://drafts.csswg.org/css-extensions-1/#ref-for-valuea-def-color", + "https://drafts.csswg.org/css-extensions-1/#ref-for-typedef-color", "https://drafts.csswg.org/css-extensions-1/#custom-functions", "https://drafts.csswg.org/css-extensions-1/#issue-d6d2d4d8", "https://drafts.csswg.org/css-extensions-1/#ref-for-funcdef-var%E2%91%A0", @@ -78,7 +78,7 @@ "https://drafts.csswg.org/css-extensions-1/#index", "https://drafts.csswg.org/css-extensions-1/#index-defined-here", "https://drafts.csswg.org/css-extensions-1/#index-defined-elsewhere", - "https://drafts.csswg.org/css-extensions-1/#term-for-valuea-def-color", + "https://drafts.csswg.org/css-extensions-1/#term-for-typedef-color", "https://drafts.csswg.org/css-extensions-1/#term-for-valdef-lab-a", "https://drafts.csswg.org/css-extensions-1/#term-for-typedef-declaration-value", "https://drafts.csswg.org/css-extensions-1/#term-for-typedef-ident-token", @@ -93,7 +93,7 @@ "https://drafts.csswg.org/css-extensions-1/#term-for-pseudo-class", "https://drafts.csswg.org/css-extensions-1/#references", "https://drafts.csswg.org/css-extensions-1/#normative", - "https://drafts.csswg.org/css-extensions-1/#biblio-css-color-3", + "https://drafts.csswg.org/css-extensions-1/#biblio-css-color-4", "https://drafts.csswg.org/css-extensions-1/#biblio-css-color-5", "https://drafts.csswg.org/css-extensions-1/#biblio-css-syntax-3", "https://drafts.csswg.org/css-extensions-1/#biblio-css-values-3", diff --git a/tr/ids/css-flexbox-1.json b/tr/ids/css-flexbox-1.json index 8567dcc692e3..8697160ee7a0 100644 --- a/tr/ids/css-flexbox-1.json +++ b/tr/ids/css-flexbox-1.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-flexbox-1/#toc-jump", "https://www.w3.org/TR/css-flexbox-1/#toc-toggle", "https://www.w3.org/TR/css-flexbox-1/#title", + "https://www.w3.org/TR/css-flexbox-1/#annotation_root_", "https://www.w3.org/TR/css-flexbox-1/#subtitle", "https://www.w3.org/TR/css-flexbox-1/#abstract", "https://www.w3.org/TR/css-flexbox-1/#status", diff --git a/tr/ids/css-fonts-4.json b/tr/ids/css-fonts-4.json index 4ac3ce3950e6..e668edf480df 100644 --- a/tr/ids/css-fonts-4.json +++ b/tr/ids/css-fonts-4.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-fonts-4/#toc-jump", "https://www.w3.org/TR/css-fonts-4/#toc-toggle", "https://www.w3.org/TR/css-fonts-4/#title", + "https://www.w3.org/TR/css-fonts-4/#annotation_root_", "https://www.w3.org/TR/css-fonts-4/#w3c-state", "https://www.w3.org/TR/css-fonts-4/#abstract", "https://www.w3.org/TR/css-fonts-4/#status", diff --git a/tr/ids/css-images-3.json b/tr/ids/css-images-3.json index 4236f09e3f9b..5ecd47cb07f8 100644 --- a/tr/ids/css-images-3.json +++ b/tr/ids/css-images-3.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-images-3/#toc-jump", "https://www.w3.org/TR/css-images-3/#toc-toggle", "https://www.w3.org/TR/css-images-3/#title", + "https://www.w3.org/TR/css-images-3/#annotation_root_", "https://www.w3.org/TR/css-images-3/#subtitle", "https://www.w3.org/TR/css-images-3/#abstract", "https://www.w3.org/TR/css-images-3/#ref-for-typedef-image", diff --git a/tr/ids/css-masking-1.json b/tr/ids/css-masking-1.json index 41844b55a9f8..404796b9a8b9 100644 --- a/tr/ids/css-masking-1.json +++ b/tr/ids/css-masking-1.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-masking-1/#toc-jump", "https://www.w3.org/TR/css-masking-1/#toc-toggle", "https://www.w3.org/TR/css-masking-1/#title", + "https://www.w3.org/TR/css-masking-1/#annotation_root_", "https://www.w3.org/TR/css-masking-1/#profile-and-date", "https://www.w3.org/TR/css-masking-1/#abstract", "https://www.w3.org/TR/css-masking-1/#status", diff --git a/tr/ids/css-ruby-1.json b/tr/ids/css-ruby-1.json index cbc746fa06b3..62f08c8e5843 100644 --- a/tr/ids/css-ruby-1.json +++ b/tr/ids/css-ruby-1.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-ruby-1/#toc-jump", "https://www.w3.org/TR/css-ruby-1/#toc-toggle", "https://www.w3.org/TR/css-ruby-1/#title", + "https://www.w3.org/TR/css-ruby-1/#annotation_root_", "https://www.w3.org/TR/css-ruby-1/#w3c-state", "https://www.w3.org/TR/css-ruby-1/#abstract", "https://www.w3.org/TR/css-ruby-1/#status", diff --git a/tr/ids/css-scroll-snap-1.json b/tr/ids/css-scroll-snap-1.json index 2709007c0c9a..7d0290ecaa74 100644 --- a/tr/ids/css-scroll-snap-1.json +++ b/tr/ids/css-scroll-snap-1.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-scroll-snap-1/#toc-jump", "https://www.w3.org/TR/css-scroll-snap-1/#toc-toggle", "https://www.w3.org/TR/css-scroll-snap-1/#title", + "https://www.w3.org/TR/css-scroll-snap-1/#annotation_root_", "https://www.w3.org/TR/css-scroll-snap-1/#subtitle", "https://www.w3.org/TR/css-scroll-snap-1/#abstract", "https://www.w3.org/TR/css-scroll-snap-1/#status", diff --git a/tr/ids/css-text-3.json b/tr/ids/css-text-3.json index 946e867286d9..bfc8527d7c56 100644 --- a/tr/ids/css-text-3.json +++ b/tr/ids/css-text-3.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-text-3/#toc-jump", "https://www.w3.org/TR/css-text-3/#toc-toggle", "https://www.w3.org/TR/css-text-3/#title", + "https://www.w3.org/TR/css-text-3/#annotation_root_", "https://www.w3.org/TR/css-text-3/#w3c-state", "https://www.w3.org/TR/css-text-3/#abstract", "https://www.w3.org/TR/css-text-3/#sotd", diff --git a/tr/ids/css-text-decor-3.json b/tr/ids/css-text-decor-3.json index a86cc450daea..5a531040cbce 100644 --- a/tr/ids/css-text-decor-3.json +++ b/tr/ids/css-text-decor-3.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-text-decor-3/#toc-jump", "https://www.w3.org/TR/css-text-decor-3/#toc-toggle", "https://www.w3.org/TR/css-text-decor-3/#title", + "https://www.w3.org/TR/css-text-decor-3/#annotation_root_", "https://www.w3.org/TR/css-text-decor-3/#w3c-state", "https://www.w3.org/TR/css-text-decor-3/#abstract", "https://www.w3.org/TR/css-text-decor-3/#sotd", diff --git a/tr/ids/css-transforms-1.json b/tr/ids/css-transforms-1.json index 7a97e40ad726..85b6162090c2 100644 --- a/tr/ids/css-transforms-1.json +++ b/tr/ids/css-transforms-1.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-transforms-1/#toc-jump", "https://www.w3.org/TR/css-transforms-1/#toc-toggle", "https://www.w3.org/TR/css-transforms-1/#title", + "https://www.w3.org/TR/css-transforms-1/#annotation_root_", "https://www.w3.org/TR/css-transforms-1/#subtitle", "https://www.w3.org/TR/css-transforms-1/#abstract", "https://www.w3.org/TR/css-transforms-1/#status", diff --git a/tr/ids/css-values-3.json b/tr/ids/css-values-3.json index 53be3342215c..4e7e73dd3638 100644 --- a/tr/ids/css-values-3.json +++ b/tr/ids/css-values-3.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/css-values-3/#toc-jump", "https://www.w3.org/TR/css-values-3/#toc-toggle", "https://www.w3.org/TR/css-values-3/#title", + "https://www.w3.org/TR/css-values-3/#annotation_root_", "https://www.w3.org/TR/css-values-3/#subtitle", "https://www.w3.org/TR/css-values-3/#abstract", "https://www.w3.org/TR/css-values-3/#status", diff --git a/tr/ids/css-values-5.json b/tr/ids/css-values-5.json index 9239b8a22ca4..39901681ed59 100644 --- a/tr/ids/css-values-5.json +++ b/tr/ids/css-values-5.json @@ -88,6 +88,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-angle-value", "https://drafts.csswg.org/css-values-5/#ref-for-time-value", "https://drafts.csswg.org/css-values-5/#ref-for-frequency-value", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-flex", "https://drafts.csswg.org/css-values-5/#ref-for-px", "https://drafts.csswg.org/css-values-5/#ref-for-ms", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A1", @@ -131,7 +132,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-typedef-hex-color", "https://drafts.csswg.org/css-values-5/#ref-for-named-color", "https://drafts.csswg.org/css-values-5/#ref-for-attr-substitution-value%E2%91%A4", - "https://drafts.csswg.org/css-values-5/#ref-for-valuea-def-color", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-color", "https://drafts.csswg.org/css-values-5/#ref-for-attr-substitution-value%E2%91%A5", "https://drafts.csswg.org/css-values-5/#valdef-attr-number", "https://drafts.csswg.org/css-values-5/#ref-for-parse-a-component-value%E2%91%A0", @@ -204,9 +205,10 @@ "https://drafts.csswg.org/css-values-5/#term-for-inherited-value", "https://drafts.csswg.org/css-values-5/#term-for-shorthand-property", "https://drafts.csswg.org/css-values-5/#term-for-shorthand-property%E2%91%A0", - "https://drafts.csswg.org/css-values-5/#term-for-valuea-def-color", + "https://drafts.csswg.org/css-values-5/#term-for-typedef-color", "https://drafts.csswg.org/css-values-5/#term-for-typedef-hex-color", "https://drafts.csswg.org/css-values-5/#term-for-named-color", + "https://drafts.csswg.org/css-values-5/#term-for-typedef-flex", "https://drafts.csswg.org/css-values-5/#term-for-propdef-width", "https://drafts.csswg.org/css-values-5/#term-for-typedef-declaration-value", "https://drafts.csswg.org/css-values-5/#term-for-typedef-delim-token", @@ -247,8 +249,8 @@ "https://drafts.csswg.org/css-values-5/#references", "https://drafts.csswg.org/css-values-5/#normative", "https://drafts.csswg.org/css-values-5/#biblio-css-cascade-5", - "https://drafts.csswg.org/css-values-5/#biblio-css-color-3", "https://drafts.csswg.org/css-values-5/#biblio-css-color-4", + "https://drafts.csswg.org/css-values-5/#biblio-css-grid-2", "https://drafts.csswg.org/css-values-5/#biblio-css-syntax-3", "https://drafts.csswg.org/css-values-5/#biblio-css-values-4", "https://drafts.csswg.org/css-values-5/#biblio-css-variables-2", diff --git a/tr/ids/css-variables-2.json b/tr/ids/css-variables-2.json index b0571ad73317..4829c715a97d 100644 --- a/tr/ids/css-variables-2.json +++ b/tr/ids/css-variables-2.json @@ -31,6 +31,7 @@ "https://drafts.csswg.org/css-variables-2/#ref-for-guaranteed-invalid-value%E2%91%A0", "https://drafts.csswg.org/css-variables-2/#custom-property", "https://drafts.csswg.org/css-variables-2/#typedef-custom-property-name", + "https://drafts.csswg.org/css-variables-2/#ref-for-typedef-dashed-ident", "https://drafts.csswg.org/css-variables-2/#ref-for-css-css-identifier", "https://drafts.csswg.org/css-variables-2/#ref-for-custom-property%E2%91%A2", "https://drafts.csswg.org/css-variables-2/#example-81b6bcdd", @@ -186,6 +187,7 @@ "https://drafts.csswg.org/css-variables-2/#variable-units", "https://drafts.csswg.org/css-variables-2/#ref-for-funcdef-var%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-variables-2/#ref-for-dimension", + "https://drafts.csswg.org/css-variables-2/#ref-for-typedef-dashed-ident%E2%91%A0", "https://drafts.csswg.org/css-variables-2/#variable-unit-reference", "https://drafts.csswg.org/css-variables-2/#ref-for-funcdef-var%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css-variables-2/#ref-for-custom-property%E2%91%A1%E2%91%A8", @@ -317,6 +319,7 @@ "https://drafts.csswg.org/css-variables-2/#term-for-typedef-semicolon-token", "https://drafts.csswg.org/css-variables-2/#term-for-tokendef-close-curly", "https://drafts.csswg.org/css-variables-2/#term-for-comb-comma", + "https://drafts.csswg.org/css-variables-2/#term-for-typedef-dashed-ident", "https://drafts.csswg.org/css-variables-2/#term-for-mult-opt", "https://drafts.csswg.org/css-variables-2/#term-for-funcdef-calc", "https://drafts.csswg.org/css-variables-2/#term-for-css-wide-keywords", @@ -347,6 +350,7 @@ "https://drafts.csswg.org/css-variables-2/#biblio-charmod-norm", "https://drafts.csswg.org/css-variables-2/#biblio-css-backgrounds-3", "https://drafts.csswg.org/css-variables-2/#biblio-css-box-4", + "https://drafts.csswg.org/css-variables-2/#biblio-css-cascade-4", "https://drafts.csswg.org/css-variables-2/#biblio-css-cascade-6", "https://drafts.csswg.org/css-variables-2/#biblio-css-color-4", "https://drafts.csswg.org/css-variables-2/#biblio-css-extensions", diff --git a/tr/ids/css-view-transitions-1.json b/tr/ids/css-view-transitions-1.json index 8e9b8a213dc4..db5630cc2945 100644 --- a/tr/ids/css-view-transitions-1.json +++ b/tr/ids/css-view-transitions-1.json @@ -1,612 +1,608 @@ { "spec": { "title": "CSS View Transitions Module Level 1", - "url": "https://drafts.csswg.org/css-view-transitions-1/" + "url": "https://www.w3.org/TR/css-view-transitions-1/" }, "ids": [ - "https://drafts.csswg.org/css-view-transitions-1/#toc-nav", - "https://drafts.csswg.org/css-view-transitions-1/#toc-jump", - "https://drafts.csswg.org/css-view-transitions-1/#toc-toggle", - "https://drafts.csswg.org/css-view-transitions-1/#title", - "https://drafts.csswg.org/css-view-transitions-1/#w3c-state", - "https://drafts.csswg.org/css-view-transitions-1/#abstract", - "https://drafts.csswg.org/css-view-transitions-1/#sotd", - "https://drafts.csswg.org/css-view-transitions-1/#w3c_process_revision", - "https://drafts.csswg.org/css-view-transitions-1/#toc", - "https://drafts.csswg.org/css-view-transitions-1/#contents", - "https://drafts.csswg.org/css-view-transitions-1/#intro", - "https://drafts.csswg.org/css-view-transitions-1/#transitions-as-enhancements", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-isolation", - "https://drafts.csswg.org/css-view-transitions-1/#issue-07d78924", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-viewtransitioninit-updatedom", - "https://drafts.csswg.org/css-view-transitions-1/#css-properties", - "https://drafts.csswg.org/css-view-transitions-1/#page-transition-tag-prop", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-page-transition-tag", - "https://drafts.csswg.org/css-view-transitions-1/#propdef-page-transition-tag", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-comb-one", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-identifier-value", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-page-transition-tag%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#valdef-page-transition-tag-none", - "https://drafts.csswg.org/css-view-transitions-1/#valdef-page-transition-tag-custom-ident", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-identifier-value%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#page-transition-tag", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-identifier-value%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-identifier-value%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua", - "https://drafts.csswg.org/css-view-transitions-1/#pseudo", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-animate-a-page-transition", - "https://drafts.csswg.org/css-view-transitions-1/#page-transition-pseudo-elements", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-selectordef-page-transition", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-page-transition-pseudo-elements", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-originating-element", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-typedef-pt-tag-selector", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-typedef-pt-tag-selector%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#typedef-pt-tag-selector", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-comb-one%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-identifier-value%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-x", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-x%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-identifier-value%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-identifier-value%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-identifier-value%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-type-selector", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#selectordef-page-transition", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-originating-element%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-large-viewport-size", - "https://drafts.csswg.org/css-view-transitions-1/#selectordef-page-transition-container-pt-tag-selector", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-typedef-pt-tag-selector%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-originating-element%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-selectordef-page-transition%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-width", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-height", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-border-box", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-border-box%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-transform", - "https://drafts.csswg.org/css-view-transitions-1/#issue-276a27ed", - "https://drafts.csswg.org/css-view-transitions-1/#selectordef-page-transition-image-wrapper-pt-tag-selector", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-typedef-pt-tag-selector%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-originating-element%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-selectordef-page-transition-container-pt-tag-selector", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#issue-703b09fb", - "https://drafts.csswg.org/css-view-transitions-1/#selectordef-page-transition-outgoing-image-pt-tag-selector", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-typedef-pt-tag-selector%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-replaced-element", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-natural-dimensions", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-originating-element%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-selectordef-page-transition-image-wrapper-pt-tag-selector", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-animate-a-page-transition%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#selectordef-page-transition-incoming-image-pt-tag-selector", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-typedef-pt-tag-selector%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-selectordef-page-transition-outgoing-image-pt-tag-selector", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-create-transition-pseudo-elements", - "https://drafts.csswg.org/css-view-transitions-1/#concepts", - "https://drafts.csswg.org/css-view-transitions-1/#phases-concept", - "https://drafts.csswg.org/css-view-transitions-1/#phases", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-phases", - "https://drafts.csswg.org/css-view-transitions-1/#phases-before", - "https://drafts.csswg.org/css-view-transitions-1/#phases-after", - "https://drafts.csswg.org/css-view-transitions-1/#page-transition-stacking-layer", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-page-transition-layer", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-selectordef-page-transition%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#page-transition-layer", - "https://drafts.csswg.org/css-view-transitions-1/#termref-for-concept-tree-root", - "https://drafts.csswg.org/css-view-transitions-1/#termref-for-concept-tree-root%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#issue-929cc26b", - "https://drafts.csswg.org/css-view-transitions-1/#captured-elements", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element", - "https://drafts.csswg.org/css-view-transitions-1/#captured-element", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-struct", - "https://drafts.csswg.org/css-view-transitions-1/#captured-element-outgoing-image", - "https://drafts.csswg.org/css-view-transitions-1/#issue-4e3c66a5", - "https://drafts.csswg.org/css-view-transitions-1/#captured-element-outgoing-styles", - "https://drafts.csswg.org/css-view-transitions-1/#issue-ae4536a8", - "https://drafts.csswg.org/css-view-transitions-1/#captured-element-incoming-element", - "https://drafts.csswg.org/css-view-transitions-1/#issue-e6615d56", - "https://drafts.csswg.org/css-view-transitions-1/#additions-to-document", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#document-active-dom-transition", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#document-transition-suppressing-rendering", - "https://drafts.csswg.org/css-view-transitions-1/#api", - "https://drafts.csswg.org/css-view-transitions-1/#additions-to-document-api", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-document-createtransition", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dictdef-viewtransitioninit", - "https://drafts.csswg.org/css-view-transitions-1/#dom-document-createtransition-init-init", - "https://drafts.csswg.org/css-view-transitions-1/#dictdef-viewtransitioninit", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-callbackdef-updatedomcallback", - "https://drafts.csswg.org/css-view-transitions-1/#dom-viewtransitioninit-updatedom", - "https://drafts.csswg.org/css-view-transitions-1/#callbackdef-updatedomcallback", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-promise", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-any", - "https://drafts.csswg.org/css-view-transitions-1/#ViewTransition-prepare", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-document-createtransition%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-method-steps", - "https://drafts.csswg.org/css-view-transitions-1/#dom-document-createtransition", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-this", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-relevant-realm", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-dom-update-callback", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-viewtransitioninit-updatedom%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-this%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-relevant-global", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-document-window", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-active-dom-transition", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-skip-the-page-transition", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-aborterror", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-DOMException", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-this%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-relevant-realm%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-dom-update-callback%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-perform-an-outgoing-capture", - "https://drafts.csswg.org/css-view-transitions-1/#example-ed2c7772", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-page-transition-tag%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#the-domtransition-interface", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-Exposed", - "https://drafts.csswg.org/css-view-transitions-1/#viewtransition", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-undefined", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-viewtransition-skiptransition", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-promise%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-undefined%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#dom-viewtransition-finished", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-promise%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-undefined%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#dom-viewtransition-ready", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-promise%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-undefined%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#dom-viewtransition-domupdated", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-tagged-elements", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-ordered-map", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-page-transition-tag", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-ordered-map%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-phase", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-phases%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-dom-update-callback", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-callbackdef-updatedomcallback%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-ready-promise", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-promise", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-a-new-promise", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-this%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-relevant-realm%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-dom-updated-promise", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-promise%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-a-new-promise%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-this%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-relevant-realm%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-finished-promise", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-promise%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-a-new-promise%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-this%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-relevant-realm%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-viewtransition-finished", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-getter-steps", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-this%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-finished-promise", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-viewtransition-ready", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-getter-steps%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-this%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-ready-promise", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-viewtransition-domupdated", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-getter-steps%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-this%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-dom-updated-promise", - "https://drafts.csswg.org/css-view-transitions-1/#ViewTransition-skipTransition", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-viewtransition-skiptransition%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-method-steps%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#dom-viewtransition-skiptransition", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-this%E2%91%A8", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-this%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-aborterror%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-DOMException%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#algorithms", - "https://drafts.csswg.org/css-view-transitions-1/#monkey-patch-to-rendering-algorithm", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-update-the-rendering", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-fully-active", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-perform-pending-transition-operations", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-update-the-rendering%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-update-the-rendering%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-transition-suppressing-rendering", - "https://drafts.csswg.org/css-view-transitions-1/#issue-ac37ca1e", - "https://drafts.csswg.org/css-view-transitions-1/#issue-f6dfdcaa", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-update-the-rendering%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#perform-pending-transition-operations-algorithm", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-perform-pending-transition-operations%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#perform-pending-transition-operations", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-perform-an-outgoing-capture%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-update-transition-dom", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-1/#perform-an-outgoing-capture-algorithm", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-perform-an-outgoing-capture%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#perform-an-outgoing-capture", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-tagged-elements", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-ordered-set", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-relevant-global%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-document-window%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-list-iterate", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-element", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-pseudo-element", - "https://drafts.csswg.org/css-view-transitions-1/#issue-ad1ca140", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-computed-value", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-page-transition-tag%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-valdef-page-transition-tag-none", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-element-not-rendered", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-iteration-continue", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-list-contain", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-tree-root", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-layout-containment", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-tree-root%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-fragmentation", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-invalidstateerror", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-DOMException%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-relevant-realm%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-set-append", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-outgoing-image", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-capture-the-image", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-outgoing-styles", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-transform%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-width%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-height%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-object-view-box", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-object-view-box%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-border-box%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-writing-mode%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-direction", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-direction%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#issue-f121180b", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-transition-suppressing-rendering%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-queue-a-global-task", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-relevant-global%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-capture-the-image%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-call-the-dom-update-callback", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dfn-perform-steps-once-promise-is-settled", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-dom-updated-promise%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-timeouterror", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-DOMException%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-transition-suppressing-rendering%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-ordered-set%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-list-iterate%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-element%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-pseudo-element%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#issue-ad1ca140%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-computed-value%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-page-transition-tag%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-valdef-page-transition-tag-none%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-element-not-rendered%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-iteration-continue%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-list-contain%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-tree-root%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-layout-containment%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-tree-root%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-fragmentation%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-invalidstateerror%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-DOMException%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-set-append%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-map-exists", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-incoming-element", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-create-transition-pseudo-elements%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-animate-a-page-transition%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-update-transition-dom%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-resolve", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-ready-promise%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A8", - "https://drafts.csswg.org/css-view-transitions-1/#skip-the-page-transition-algorithm", - "https://drafts.csswg.org/css-view-transitions-1/#skip-the-page-transition", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-relevant-global%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-document-window%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-assert", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A8", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-assert%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-phases-before", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-call-the-dom-update-callback%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-transition-suppressing-rendering%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A8", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-phases-after", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#issue-80506344", - "https://drafts.csswg.org/css-view-transitions-1/#issue-cc250ace", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-ready-promise%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-reject", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-reject%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-finished-promise%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#capture-the-image-algorithm", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-capture-the-image%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#capture-the-image", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-element%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-ink-overflow-rectangle", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-list-iterate%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-shadow-including-descendant", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-element%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-pseudo-element%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-computed-value%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-page-transition-tag%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-valdef-page-transition-tag-none%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#issue-2bfbc0f2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-computing-the-interest-rectangle", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-ink-overflow-rectangle%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#update-transition-dom-algorithm", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-update-transition-dom%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#update-transition-dom", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A8", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-relevant-global%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-document-window%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-timeline", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-1/#issue-80506344%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#issue-cc250ace%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-resolve%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-finished-promise%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-map-iterate", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-tagged-elements%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-capture-the-image%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A8", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-object-view-box%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-border-box%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#issue-70e412c9", - "https://drafts.csswg.org/css-view-transitions-1/#compute-the-interest-rectangle-algorithm", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-computing-the-interest-rectangle%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#computing-the-interest-rectangle", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-element%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-ink-overflow-region", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-ink-overflow-rectangle%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#issue-c9dce14f", - "https://drafts.csswg.org/css-view-transitions-1/#animate-a-page-transition-algorithm", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-animate-a-page-transition%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#animate-a-page-transition", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-map-iterate%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-tagged-elements%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-outgoing-image%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-transform%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-transform%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-width%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-width%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-height%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-height%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#create-transition-pseudo-elements-algorithm", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-create-transition-pseudo-elements%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#create-transition-pseudo-elements", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-selectordef-page-transition%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-map-iterate%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-tagged-elements%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#issue-e6797087", - "https://drafts.csswg.org/css-view-transitions-1/#issue-cd5827ed", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-width%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-height%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-transform%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-writing-mode%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-direction%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-border-box%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-border-box%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-border-box%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-computed-value%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-writing-mode%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-computed-value%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-direction%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-width%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-height%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-transform%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-writing-mode%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-direction%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-outgoing-image%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-replaced-element%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-outgoing-image%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-object-view-box%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A8", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-object-view-box%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#issue-1c3f1c0f", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-funcdef-basic-shape-xywh", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-funcdef-inset", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-replaced-element%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-capture-the-image%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A8", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-object-view-box%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-border-box%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-1/#call-the-dom-update-callback", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-assert%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-phases-before%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-invoke-a-callback-function", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-dom-update-callback%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dfn-perform-steps-once-promise-is-settled%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-resolve%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-dom-updated-promise%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-reject%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-dom-updated-promise%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#priv-sec", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-capture-the-image%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#w3c-conformance", - "https://drafts.csswg.org/css-view-transitions-1/#w3c-conventions", - "https://drafts.csswg.org/css-view-transitions-1/#w3c-example", - "https://drafts.csswg.org/css-view-transitions-1/#w3c-conformance-classes", - "https://drafts.csswg.org/css-view-transitions-1/#w3c-partial", - "https://drafts.csswg.org/css-view-transitions-1/#w3c-conform-future-proofing", - "https://drafts.csswg.org/css-view-transitions-1/#w3c-testing", - "https://drafts.csswg.org/css-view-transitions-1/#index", - "https://drafts.csswg.org/css-view-transitions-1/#index-defined-here", - "https://drafts.csswg.org/css-view-transitions-1/#index-defined-elsewhere", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-propdef-isolation", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-border-box", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-fragmentation", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-computed-value", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-cascade-origin-ua", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-layout-containment", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-replaced-element", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-dom-promise", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-natural-dimensions", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-element-not-rendered", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-propdef-object-view-box", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-ink-overflow-region", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-ink-overflow-rectangle", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-funcdef-inset", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-funcdef-basic-shape-xywh", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-propdef-height", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-propdef-width", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-propdef-transform", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-identifier-value", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-large-viewport-size", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-comb-one", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-propdef-direction", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-propdef-writing-mode", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-document", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-element", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-concept-tree-root", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-concept-shadow-including-descendant", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-concept-document-window", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-fully-active", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-queue-a-global-task", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-concept-relevant-global", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-concept-relevant-realm", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-update-the-rendering", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-set-append", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-assert", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-list-contain", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-iteration-continue", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-map-exists", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-list-iterate", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-map-iterate", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-ordered-map", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-ordered-set", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-struct", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-x", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-originating-element", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-pseudo-element", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-type-selector", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-document-timeline", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-aborterror", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-idl-DOMException", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-Exposed", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-invalidstateerror", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-idl-promise", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-timeouterror", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-a-new-promise", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-idl-any", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-getter-steps", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-invoke-a-callback-function", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-method-steps", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-dfn-perform-steps-once-promise-is-settled", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-reject", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-resolve", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-this", - "https://drafts.csswg.org/css-view-transitions-1/#term-for-idl-undefined", - "https://drafts.csswg.org/css-view-transitions-1/#references", - "https://drafts.csswg.org/css-view-transitions-1/#normative", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-compositing-1", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-box-4", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-break-4", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-cascade-5", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-contain-1", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-display-3", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-font-loading-3", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-images-3", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-images-4", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-overflow-3", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-shapes-1", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-sizing-3", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-transforms-1", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-values-4", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-writing-modes-3", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-css-writing-modes-4", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-dom", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-html", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-infra", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-rfc2119", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-selectors-3", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-selectors-4", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-web-animations-1", - "https://drafts.csswg.org/css-view-transitions-1/#biblio-webidl", - "https://drafts.csswg.org/css-view-transitions-1/#property-index", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-page-transition-tag%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-1/#idl-index", - "https://drafts.csswg.org/css-view-transitions-1/#issues-index", - "https://drafts.csswg.org/css-view-transitions-1/#generator" + "https://www.w3.org/TR/css-view-transitions-1/#toc-nav", + "https://www.w3.org/TR/css-view-transitions-1/#toc-jump", + "https://www.w3.org/TR/css-view-transitions-1/#toc-toggle", + "https://www.w3.org/TR/css-view-transitions-1/#title", + "https://www.w3.org/TR/css-view-transitions-1/#w3c-state", + "https://www.w3.org/TR/css-view-transitions-1/#abstract", + "https://www.w3.org/TR/css-view-transitions-1/#sotd", + "https://www.w3.org/TR/css-view-transitions-1/#w3c_process_revision", + "https://www.w3.org/TR/css-view-transitions-1/#toc", + "https://www.w3.org/TR/css-view-transitions-1/#contents", + "https://www.w3.org/TR/css-view-transitions-1/#intro", + "https://www.w3.org/TR/css-view-transitions-1/#transitions-as-enhancements", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-isolation", + "https://www.w3.org/TR/css-view-transitions-1/#issue-07d78924", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dom-viewtransitioninit-updatedom", + "https://www.w3.org/TR/css-view-transitions-1/#css-properties", + "https://www.w3.org/TR/css-view-transitions-1/#page-transition-tag-prop", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-page-transition-tag", + "https://www.w3.org/TR/css-view-transitions-1/#propdef-page-transition-tag", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-comb-one", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-identifier-value", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-page-transition-tag%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#valdef-page-transition-tag-none", + "https://www.w3.org/TR/css-view-transitions-1/#valdef-page-transition-tag-custom-ident", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-identifier-value%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#page-transition-tag", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-identifier-value%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-identifier-value%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua", + "https://www.w3.org/TR/css-view-transitions-1/#pseudo", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-animate-a-page-transition", + "https://www.w3.org/TR/css-view-transitions-1/#page-transition-pseudo-elements", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-selectordef-page-transition", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-page-transition-pseudo-elements", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-originating-element", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-typedef-pt-tag-selector", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-typedef-pt-tag-selector%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#typedef-pt-tag-selector", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-identifier-value%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-x", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-x%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-identifier-value%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-identifier-value%E2%91%A5", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-identifier-value%E2%91%A6", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-type-selector", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#selectordef-page-transition", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-originating-element%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-large-viewport-size", + "https://www.w3.org/TR/css-view-transitions-1/#selectordef-page-transition-container-pt-tag-selector", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-typedef-pt-tag-selector%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-originating-element%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-selectordef-page-transition%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-width", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-height", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-border-box", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-border-box%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-transform", + "https://www.w3.org/TR/css-view-transitions-1/#issue-276a27ed", + "https://www.w3.org/TR/css-view-transitions-1/#selectordef-page-transition-image-wrapper-pt-tag-selector", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-typedef-pt-tag-selector%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-originating-element%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-selectordef-page-transition-container-pt-tag-selector", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#issue-703b09fb", + "https://www.w3.org/TR/css-view-transitions-1/#selectordef-page-transition-outgoing-image-pt-tag-selector", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-typedef-pt-tag-selector%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-replaced-element", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-natural-dimensions", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-originating-element%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-selectordef-page-transition-image-wrapper-pt-tag-selector", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A5", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A6", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A7", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-animate-a-page-transition%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#selectordef-page-transition-incoming-image-pt-tag-selector", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-typedef-pt-tag-selector%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-selectordef-page-transition-outgoing-image-pt-tag-selector", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-create-transition-pseudo-elements", + "https://www.w3.org/TR/css-view-transitions-1/#concepts", + "https://www.w3.org/TR/css-view-transitions-1/#phases-concept", + "https://www.w3.org/TR/css-view-transitions-1/#phases", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-phases", + "https://www.w3.org/TR/css-view-transitions-1/#phases-before", + "https://www.w3.org/TR/css-view-transitions-1/#phases-after", + "https://www.w3.org/TR/css-view-transitions-1/#page-transition-stacking-layer", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-page-transition-layer", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-selectordef-page-transition%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#page-transition-layer", + "https://www.w3.org/TR/css-view-transitions-1/#termref-for-concept-tree-root", + "https://www.w3.org/TR/css-view-transitions-1/#termref-for-concept-tree-root%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#issue-929cc26b", + "https://www.w3.org/TR/css-view-transitions-1/#captured-elements", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element", + "https://www.w3.org/TR/css-view-transitions-1/#captured-element", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-struct", + "https://www.w3.org/TR/css-view-transitions-1/#captured-element-outgoing-image", + "https://www.w3.org/TR/css-view-transitions-1/#issue-4e3c66a5", + "https://www.w3.org/TR/css-view-transitions-1/#captured-element-outgoing-styles", + "https://www.w3.org/TR/css-view-transitions-1/#issue-ae4536a8", + "https://www.w3.org/TR/css-view-transitions-1/#captured-element-incoming-element", + "https://www.w3.org/TR/css-view-transitions-1/#issue-e6615d56", + "https://www.w3.org/TR/css-view-transitions-1/#additions-to-document", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#document-active-dom-transition", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#document-transition-suppressing-rendering", + "https://www.w3.org/TR/css-view-transitions-1/#api", + "https://www.w3.org/TR/css-view-transitions-1/#additions-to-document-api", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dom-document-createtransition", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dictdef-viewtransitioninit", + "https://www.w3.org/TR/css-view-transitions-1/#dom-document-createtransition-init-init", + "https://www.w3.org/TR/css-view-transitions-1/#dictdef-viewtransitioninit", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-callbackdef-updatedomcallback", + "https://www.w3.org/TR/css-view-transitions-1/#dom-viewtransitioninit-updatedom", + "https://www.w3.org/TR/css-view-transitions-1/#callbackdef-updatedomcallback", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-idl-promise", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-idl-any", + "https://www.w3.org/TR/css-view-transitions-1/#ViewTransition-prepare", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dom-document-createtransition%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-method-steps", + "https://www.w3.org/TR/css-view-transitions-1/#dom-document-createtransition", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-this", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-relevant-realm", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-dom-update-callback", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dom-viewtransitioninit-updatedom%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-this%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-relevant-global", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-document-window", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-active-dom-transition", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-skip-the-page-transition", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-aborterror", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-idl-DOMException", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-this%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-relevant-realm%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-dom-update-callback%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-perform-an-outgoing-capture", + "https://www.w3.org/TR/css-view-transitions-1/#example-ed2c7772", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-page-transition-tag%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#the-domtransition-interface", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-Exposed", + "https://www.w3.org/TR/css-view-transitions-1/#viewtransition", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-idl-undefined", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dom-viewtransition-skiptransition", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-idl-promise%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-idl-undefined%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#dom-viewtransition-finished", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-idl-promise%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-idl-undefined%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#dom-viewtransition-ready", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-idl-promise%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-idl-undefined%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#dom-viewtransition-domupdated", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition%E2%91%A5", + "https://www.w3.org/TR/css-view-transitions-1/#viewtransition-tagged-elements", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-ordered-map", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-page-transition-tag", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-ordered-map%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#viewtransition-phase", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-phases%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#viewtransition-dom-update-callback", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-callbackdef-updatedomcallback%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#viewtransition-ready-promise", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dom-promise", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-a-new-promise", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-this%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-relevant-realm%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#viewtransition-dom-updated-promise", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dom-promise%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-a-new-promise%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-this%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-relevant-realm%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#viewtransition-finished-promise", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dom-promise%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-a-new-promise%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-this%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-relevant-realm%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dom-viewtransition-finished", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-getter-steps", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-this%E2%91%A5", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-finished-promise", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dom-viewtransition-ready", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-getter-steps%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-this%E2%91%A6", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-ready-promise", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dom-viewtransition-domupdated", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-getter-steps%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-this%E2%91%A7", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-dom-updated-promise", + "https://www.w3.org/TR/css-view-transitions-1/#ViewTransition-skipTransition", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dom-viewtransition-skiptransition%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-method-steps%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#dom-viewtransition-skiptransition", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-this%E2%91%A8", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-this%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-aborterror%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-idl-DOMException%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#algorithms", + "https://www.w3.org/TR/css-view-transitions-1/#monkey-patch-to-rendering-algorithm", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-update-the-rendering", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-fully-active", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-perform-pending-transition-operations", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-update-the-rendering%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-update-the-rendering%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document%E2%91%A5", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-transition-suppressing-rendering", + "https://www.w3.org/TR/css-view-transitions-1/#issue-ac37ca1e", + "https://www.w3.org/TR/css-view-transitions-1/#issue-f6dfdcaa", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-update-the-rendering%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#perform-pending-transition-operations-algorithm", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-perform-pending-transition-operations%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#perform-pending-transition-operations", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document%E2%91%A6", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-perform-an-outgoing-capture%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A5", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A6", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-update-transition-dom", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A7", + "https://www.w3.org/TR/css-view-transitions-1/#perform-an-outgoing-capture-algorithm", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-perform-an-outgoing-capture%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#perform-an-outgoing-capture", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition%E2%91%A6", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-tagged-elements", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-ordered-set", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-relevant-global%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-document-window%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-list-iterate", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-element", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-pseudo-element", + "https://www.w3.org/TR/css-view-transitions-1/#issue-ad1ca140", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-computed-value", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-page-transition-tag%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-valdef-page-transition-tag-none", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-element-not-rendered", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-iteration-continue", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-list-contain", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-tree-root", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-layout-containment", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-tree-root%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-fragmentation", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-invalidstateerror", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-idl-DOMException%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-relevant-realm%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-set-append", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-outgoing-image", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-capture-the-image", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-outgoing-styles", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-transform%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-width%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-height%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-object-view-box", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-object-view-box%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-border-box%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-writing-mode", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-writing-mode%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-direction", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-direction%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#issue-f121180b", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-transition-suppressing-rendering%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-queue-a-global-task", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-relevant-global%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-capture-the-image%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-call-the-dom-update-callback", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dfn-perform-steps-once-promise-is-settled", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-dom-updated-promise%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-timeouterror", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-idl-DOMException%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A5", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-transition-suppressing-rendering%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-ordered-set%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-list-iterate%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-element%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-pseudo-element%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#issue-ad1ca140%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-computed-value%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-page-transition-tag%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-valdef-page-transition-tag-none%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-element-not-rendered%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-iteration-continue%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-list-contain%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-tree-root%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-layout-containment%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-tree-root%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-fragmentation%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A6", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-invalidstateerror%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-idl-DOMException%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-set-append%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-map-exists", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-incoming-element", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-create-transition-pseudo-elements%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-animate-a-page-transition%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-update-transition-dom%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-resolve", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-ready-promise%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A5", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A7", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-skip-the-page-transition%E2%91%A8", + "https://www.w3.org/TR/css-view-transitions-1/#skip-the-page-transition-algorithm", + "https://www.w3.org/TR/css-view-transitions-1/#skip-the-page-transition", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition%E2%91%A7", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-relevant-global%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-document-window%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-assert", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A8", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-assert%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A6", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A7", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-phases-before", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-call-the-dom-update-callback%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-transition-suppressing-rendering%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A8", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-phases-after", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#issue-80506344", + "https://www.w3.org/TR/css-view-transitions-1/#issue-cc250ace", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-reject", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-ready-promise%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-reject%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-finished-promise%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#capture-the-image-algorithm", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-capture-the-image%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#capture-the-image", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-element%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-ink-overflow-rectangle", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-list-iterate%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-shadow-including-descendant", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-element%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-pseudo-element%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-computed-value%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-page-transition-tag%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-valdef-page-transition-tag-none%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#issue-2bfbc0f2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-computing-the-interest-rectangle", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-ink-overflow-rectangle%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#update-transition-dom-algorithm", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-update-transition-dom%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#update-transition-dom", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition%E2%91%A8", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-relevant-global%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-concept-document-window%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A5", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-timeline", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A6", + "https://www.w3.org/TR/css-view-transitions-1/#issue-80506344%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#issue-cc250ace%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-document-active-dom-transition%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-resolve%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-finished-promise%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-map-iterate", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-tagged-elements%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-capture-the-image%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A8", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-object-view-box%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-border-box%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#issue-70e412c9", + "https://www.w3.org/TR/css-view-transitions-1/#compute-the-interest-rectangle-algorithm", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-computing-the-interest-rectangle%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#computing-the-interest-rectangle", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-element%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-ink-overflow-region", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-ink-overflow-rectangle%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#issue-c9dce14f", + "https://www.w3.org/TR/css-view-transitions-1/#animate-a-page-transition-algorithm", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-animate-a-page-transition%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#animate-a-page-transition", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-map-iterate%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-tagged-elements%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-outgoing-image%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-transform%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-transform%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-width%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-width%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-height%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-height%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#create-transition-pseudo-elements-algorithm", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-create-transition-pseudo-elements%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#create-transition-pseudo-elements", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-selectordef-page-transition%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-map-iterate%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-tagged-elements%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#issue-e6797087", + "https://www.w3.org/TR/css-view-transitions-1/#issue-cd5827ed", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-width%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-height%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A5", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-transform%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A6", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-writing-mode%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A7", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-direction%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-border-box%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-border-box%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-border-box%E2%91%A5", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-computed-value%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-writing-mode%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A5", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-computed-value%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-direction%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A6", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-width%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-height%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-transform%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-writing-mode%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-direction%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-outgoing-image%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-replaced-element%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-outgoing-image%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-object-view-box%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-outgoing-styles%E2%91%A8", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-object-view-box%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#issue-1c3f1c0f", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-funcdef-basic-shape-xywh", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-funcdef-inset", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A7", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-replaced-element%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-capture-the-image%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A8", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-object-view-box%E2%91%A4", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-border-box%E2%91%A6", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A7", + "https://www.w3.org/TR/css-view-transitions-1/#call-the-dom-update-callback", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-assert%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-phases-before%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-invoke-a-callback-function", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-dom-update-callback%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-dfn-perform-steps-once-promise-is-settled%E2%91%A0", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-resolve%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-dom-updated-promise%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-reject%E2%91%A1", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-viewtransition-dom-updated-promise%E2%91%A2", + "https://www.w3.org/TR/css-view-transitions-1/#w3c-conformance", + "https://www.w3.org/TR/css-view-transitions-1/#w3c-conventions", + "https://www.w3.org/TR/css-view-transitions-1/#w3c-example", + "https://www.w3.org/TR/css-view-transitions-1/#w3c-conformance-classes", + "https://www.w3.org/TR/css-view-transitions-1/#w3c-partial", + "https://www.w3.org/TR/css-view-transitions-1/#w3c-conform-future-proofing", + "https://www.w3.org/TR/css-view-transitions-1/#w3c-testing", + "https://www.w3.org/TR/css-view-transitions-1/#index", + "https://www.w3.org/TR/css-view-transitions-1/#index-defined-here", + "https://www.w3.org/TR/css-view-transitions-1/#index-defined-elsewhere", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-propdef-isolation", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-border-box", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-fragmentation", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-computed-value", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-cascade-origin-ua", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-layout-containment", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-replaced-element", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-dom-promise", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-natural-dimensions", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-element-not-rendered", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-propdef-object-view-box", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-ink-overflow-region", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-ink-overflow-rectangle", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-funcdef-inset", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-funcdef-basic-shape-xywh", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-propdef-height", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-propdef-width", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-propdef-transform", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-identifier-value", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-large-viewport-size", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-comb-one", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-propdef-direction", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-propdef-writing-mode", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-document", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-element", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-concept-tree-root", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-concept-shadow-including-descendant", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-concept-document-window", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-fully-active", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-queue-a-global-task", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-concept-relevant-global", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-concept-relevant-realm", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-update-the-rendering", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-set-append", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-assert", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-list-contain", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-iteration-continue", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-map-exists", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-map-iterate", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-ordered-map", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-ordered-set", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-struct", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-x", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-originating-element", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-pseudo-element", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-type-selector", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-document-timeline", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-aborterror", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-idl-DOMException", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-Exposed", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-invalidstateerror", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-idl-promise", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-timeouterror", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-a-new-promise", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-idl-any", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-getter-steps", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-invoke-a-callback-function", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-method-steps", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-dfn-perform-steps-once-promise-is-settled", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-reject", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-resolve", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-this", + "https://www.w3.org/TR/css-view-transitions-1/#term-for-idl-undefined", + "https://www.w3.org/TR/css-view-transitions-1/#references", + "https://www.w3.org/TR/css-view-transitions-1/#normative", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-compositing-1", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-box-4", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-break-4", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-cascade-5", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-contain-1", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-display-3", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-font-loading-3", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-images-3", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-images-4", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-overflow-3", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-shapes-1", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-sizing-3", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-transforms-1", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-values-4", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-writing-modes-3", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-css-writing-modes-4", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-dom", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-html", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-infra", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-rfc2119", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-selectors-3", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-selectors-4", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-web-animations-1", + "https://www.w3.org/TR/css-view-transitions-1/#biblio-webidl", + "https://www.w3.org/TR/css-view-transitions-1/#property-index", + "https://www.w3.org/TR/css-view-transitions-1/#ref-for-propdef-page-transition-tag%E2%91%A5", + "https://www.w3.org/TR/css-view-transitions-1/#idl-index", + "https://www.w3.org/TR/css-view-transitions-1/#issues-index" ] } \ No newline at end of file diff --git a/tr/ids/cssom-1.json b/tr/ids/cssom-1.json index 52349eb8d5bf..c87d9205d6bd 100644 --- a/tr/ids/cssom-1.json +++ b/tr/ids/cssom-1.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/cssom-1/#toc-jump", "https://www.w3.org/TR/cssom-1/#toc-toggle", "https://www.w3.org/TR/cssom-1/#title", + "https://www.w3.org/TR/cssom-1/#annotation_root_", "https://www.w3.org/TR/cssom-1/#profile-and-date", "https://www.w3.org/TR/cssom-1/#abstract", "https://www.w3.org/TR/cssom-1/#status", diff --git a/tr/ids/ecma-402.json b/tr/ids/ecma-402.json index 2af594ebb34b..70bc65ce225e 100644 --- a/tr/ids/ecma-402.json +++ b/tr/ids/ecma-402.json @@ -87,6 +87,7 @@ "https://tc39.es/ecma402/#sec-canonicalizetimezonename", "https://tc39.es/ecma402/#_ref_195", "https://tc39.es/ecma402/#_ref_196", + "https://tc39.es/ecma402/#sup-defaulttimezone", "https://tc39.es/ecma402/#sec-defaulttimezone", "https://tc39.es/ecma402/#_ref_16", "https://tc39.es/ecma402/#_ref_17", diff --git a/tr/ids/ecmascript.json b/tr/ids/ecmascript.json index 328baf069243..ec24ed6adc7d 100644 --- a/tr/ids/ecmascript.json +++ b/tr/ids/ecmascript.json @@ -19,14 +19,14 @@ "https://tc39.es/ecma262/multipage/#metadata-block", "https://tc39.es/ecma262/multipage/#_ref_0", "https://tc39.es/ecma262/multipage/#sec-intro", + "https://tc39.es/ecma262/multipage/#_ref_961", + "https://tc39.es/ecma262/multipage/#_ref_962", + "https://tc39.es/ecma262/multipage/#_ref_963", + "https://tc39.es/ecma262/multipage/#_ref_964", + "https://tc39.es/ecma262/multipage/#_ref_965", "https://tc39.es/ecma262/multipage/#_ref_966", "https://tc39.es/ecma262/multipage/#_ref_967", "https://tc39.es/ecma262/multipage/#_ref_968", - "https://tc39.es/ecma262/multipage/#_ref_969", - "https://tc39.es/ecma262/multipage/#_ref_970", - "https://tc39.es/ecma262/multipage/#_ref_971", - "https://tc39.es/ecma262/multipage/#_ref_972", - "https://tc39.es/ecma262/multipage/#_ref_973", "https://tc39.es/ecma262/multipage/#references-pane-container", "https://tc39.es/ecma262/multipage/#references-pane-spacer", "https://tc39.es/ecma262/multipage/#references-pane", @@ -63,20 +63,20 @@ "https://tc39.es/ecma262/multipage/conformance.html#shortcuts-help", "https://tc39.es/ecma262/multipage/conformance.html#spec-container", "https://tc39.es/ecma262/multipage/conformance.html#sec-conformance", - "https://tc39.es/ecma262/multipage/conformance.html#_ref_974", + "https://tc39.es/ecma262/multipage/conformance.html#_ref_969", "https://tc39.es/ecma262/multipage/conformance.html#_ref_1", "https://tc39.es/ecma262/multipage/conformance.html#_ref_2", - "https://tc39.es/ecma262/multipage/conformance.html#_ref_975", - "https://tc39.es/ecma262/multipage/conformance.html#_ref_976", - "https://tc39.es/ecma262/multipage/conformance.html#_ref_977", + "https://tc39.es/ecma262/multipage/conformance.html#_ref_970", + "https://tc39.es/ecma262/multipage/conformance.html#_ref_971", + "https://tc39.es/ecma262/multipage/conformance.html#_ref_972", "https://tc39.es/ecma262/multipage/conformance.html#sec-conformance-normative-optional", - "https://tc39.es/ecma262/multipage/conformance.html#_ref_978", + "https://tc39.es/ecma262/multipage/conformance.html#_ref_973", "https://tc39.es/ecma262/multipage/conformance.html#sec-conformance.normative-optional", "https://tc39.es/ecma262/multipage/conformance.html#sec-conformance-legacy", - "https://tc39.es/ecma262/multipage/conformance.html#_ref_979", + "https://tc39.es/ecma262/multipage/conformance.html#_ref_974", "https://tc39.es/ecma262/multipage/conformance.html#sec-conformance-legacy-normative-optional", - "https://tc39.es/ecma262/multipage/conformance.html#_ref_980", - "https://tc39.es/ecma262/multipage/conformance.html#_ref_981", + "https://tc39.es/ecma262/multipage/conformance.html#_ref_975", + "https://tc39.es/ecma262/multipage/conformance.html#_ref_976", "https://tc39.es/ecma262/multipage/conformance.html#references-pane-container", "https://tc39.es/ecma262/multipage/conformance.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/conformance.html#references-pane", @@ -113,81 +113,81 @@ "https://tc39.es/ecma262/multipage/overview.html#shortcuts-help", "https://tc39.es/ecma262/multipage/overview.html#spec-container", "https://tc39.es/ecma262/multipage/overview.html#sec-overview", + "https://tc39.es/ecma262/multipage/overview.html#_ref_977", + "https://tc39.es/ecma262/multipage/overview.html#_ref_978", + "https://tc39.es/ecma262/multipage/overview.html#_ref_979", + "https://tc39.es/ecma262/multipage/overview.html#_ref_980", + "https://tc39.es/ecma262/multipage/overview.html#sec-web-scripting", + "https://tc39.es/ecma262/multipage/overview.html#_ref_981", "https://tc39.es/ecma262/multipage/overview.html#_ref_982", "https://tc39.es/ecma262/multipage/overview.html#_ref_983", "https://tc39.es/ecma262/multipage/overview.html#_ref_984", + "https://tc39.es/ecma262/multipage/overview.html#sec-hosts-and-implementations", "https://tc39.es/ecma262/multipage/overview.html#_ref_985", - "https://tc39.es/ecma262/multipage/overview.html#sec-web-scripting", "https://tc39.es/ecma262/multipage/overview.html#_ref_986", + "https://tc39.es/ecma262/multipage/overview.html#implementation", + "https://tc39.es/ecma262/multipage/overview.html#_ref_3", "https://tc39.es/ecma262/multipage/overview.html#_ref_987", "https://tc39.es/ecma262/multipage/overview.html#_ref_988", + "https://tc39.es/ecma262/multipage/overview.html#implementation-defined", + "https://tc39.es/ecma262/multipage/overview.html#implementation-approximated", + "https://tc39.es/ecma262/multipage/overview.html#_ref_4", "https://tc39.es/ecma262/multipage/overview.html#_ref_989", - "https://tc39.es/ecma262/multipage/overview.html#sec-hosts-and-implementations", + "https://tc39.es/ecma262/multipage/overview.html#host", + "https://tc39.es/ecma262/multipage/overview.html#_ref_5", "https://tc39.es/ecma262/multipage/overview.html#_ref_990", "https://tc39.es/ecma262/multipage/overview.html#_ref_991", - "https://tc39.es/ecma262/multipage/overview.html#implementation", - "https://tc39.es/ecma262/multipage/overview.html#_ref_3", "https://tc39.es/ecma262/multipage/overview.html#_ref_992", + "https://tc39.es/ecma262/multipage/overview.html#_ref_6", "https://tc39.es/ecma262/multipage/overview.html#_ref_993", - "https://tc39.es/ecma262/multipage/overview.html#implementation-defined", - "https://tc39.es/ecma262/multipage/overview.html#implementation-approximated", - "https://tc39.es/ecma262/multipage/overview.html#_ref_4", "https://tc39.es/ecma262/multipage/overview.html#_ref_994", - "https://tc39.es/ecma262/multipage/overview.html#host", - "https://tc39.es/ecma262/multipage/overview.html#_ref_5", + "https://tc39.es/ecma262/multipage/overview.html#host-hook", "https://tc39.es/ecma262/multipage/overview.html#_ref_995", + "https://tc39.es/ecma262/multipage/overview.html#_ref_7", "https://tc39.es/ecma262/multipage/overview.html#_ref_996", "https://tc39.es/ecma262/multipage/overview.html#_ref_997", - "https://tc39.es/ecma262/multipage/overview.html#_ref_6", "https://tc39.es/ecma262/multipage/overview.html#_ref_998", + "https://tc39.es/ecma262/multipage/overview.html#host-defined", + "https://tc39.es/ecma262/multipage/overview.html#_ref_8", "https://tc39.es/ecma262/multipage/overview.html#_ref_999", - "https://tc39.es/ecma262/multipage/overview.html#host-hook", "https://tc39.es/ecma262/multipage/overview.html#_ref_1000", - "https://tc39.es/ecma262/multipage/overview.html#_ref_7", + "https://tc39.es/ecma262/multipage/overview.html#host-environment", "https://tc39.es/ecma262/multipage/overview.html#_ref_1001", "https://tc39.es/ecma262/multipage/overview.html#_ref_1002", "https://tc39.es/ecma262/multipage/overview.html#_ref_1003", - "https://tc39.es/ecma262/multipage/overview.html#host-defined", - "https://tc39.es/ecma262/multipage/overview.html#_ref_8", "https://tc39.es/ecma262/multipage/overview.html#_ref_1004", "https://tc39.es/ecma262/multipage/overview.html#_ref_1005", - "https://tc39.es/ecma262/multipage/overview.html#host-environment", "https://tc39.es/ecma262/multipage/overview.html#_ref_1006", "https://tc39.es/ecma262/multipage/overview.html#_ref_1007", "https://tc39.es/ecma262/multipage/overview.html#_ref_1008", + "https://tc39.es/ecma262/multipage/overview.html#sec-ecmascript-overview", "https://tc39.es/ecma262/multipage/overview.html#_ref_1009", "https://tc39.es/ecma262/multipage/overview.html#_ref_1010", "https://tc39.es/ecma262/multipage/overview.html#_ref_1011", + "https://tc39.es/ecma262/multipage/overview.html#sec-objects", "https://tc39.es/ecma262/multipage/overview.html#_ref_1012", "https://tc39.es/ecma262/multipage/overview.html#_ref_1013", - "https://tc39.es/ecma262/multipage/overview.html#sec-ecmascript-overview", "https://tc39.es/ecma262/multipage/overview.html#_ref_1014", "https://tc39.es/ecma262/multipage/overview.html#_ref_1015", "https://tc39.es/ecma262/multipage/overview.html#_ref_1016", - "https://tc39.es/ecma262/multipage/overview.html#sec-objects", "https://tc39.es/ecma262/multipage/overview.html#_ref_1017", "https://tc39.es/ecma262/multipage/overview.html#_ref_1018", + "https://tc39.es/ecma262/multipage/overview.html#figure-1", "https://tc39.es/ecma262/multipage/overview.html#_ref_1019", "https://tc39.es/ecma262/multipage/overview.html#_ref_1020", "https://tc39.es/ecma262/multipage/overview.html#_ref_1021", "https://tc39.es/ecma262/multipage/overview.html#_ref_1022", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1023", - "https://tc39.es/ecma262/multipage/overview.html#figure-1", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1024", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1025", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1026", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1027", "https://tc39.es/ecma262/multipage/overview.html#sec-strict-variant-of-ecmascript", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1028", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1023", "https://tc39.es/ecma262/multipage/overview.html#_ref_9", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1029", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1024", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-implementation-approximated", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1030", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1025", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-implementation-defined", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1031", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1026", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-host-defined", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1032", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1027", "https://tc39.es/ecma262/multipage/overview.html#_ref_10", "https://tc39.es/ecma262/multipage/overview.html#sec-type", "https://tc39.es/ecma262/multipage/overview.html#_ref_11", @@ -195,72 +195,72 @@ "https://tc39.es/ecma262/multipage/overview.html#_ref_12", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-object", "https://tc39.es/ecma262/multipage/overview.html#sec-constructor", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1033", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1034", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1028", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1029", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-prototype", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1035", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1036", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1037", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1030", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1031", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1032", "https://tc39.es/ecma262/multipage/overview.html#sec-ordinary-object", "https://tc39.es/ecma262/multipage/overview.html#sec-exotic-object", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1038", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1039", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1033", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1034", "https://tc39.es/ecma262/multipage/overview.html#sec-standard-object", "https://tc39.es/ecma262/multipage/overview.html#sec-built-in-object", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1040", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1041", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1035", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1036", "https://tc39.es/ecma262/multipage/overview.html#sec-undefined-value", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-undefined-type", "https://tc39.es/ecma262/multipage/overview.html#sec-null-value", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-null-type", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-boolean-value", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1042", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1037", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-boolean-type", "https://tc39.es/ecma262/multipage/overview.html#sec-boolean-object", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1038", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1039", + "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-string-value", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1040", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1041", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1042", "https://tc39.es/ecma262/multipage/overview.html#_ref_1043", "https://tc39.es/ecma262/multipage/overview.html#_ref_1044", - "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-string-value", + "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-string-type", + "https://tc39.es/ecma262/multipage/overview.html#sec-string-object", "https://tc39.es/ecma262/multipage/overview.html#_ref_1045", "https://tc39.es/ecma262/multipage/overview.html#_ref_1046", "https://tc39.es/ecma262/multipage/overview.html#_ref_1047", + "https://tc39.es/ecma262/multipage/overview.html#_ref_13", + "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-number-value", "https://tc39.es/ecma262/multipage/overview.html#_ref_1048", "https://tc39.es/ecma262/multipage/overview.html#_ref_1049", - "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-string-type", - "https://tc39.es/ecma262/multipage/overview.html#sec-string-object", + "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-number-type", + "https://tc39.es/ecma262/multipage/overview.html#sec-number-object", "https://tc39.es/ecma262/multipage/overview.html#_ref_1050", "https://tc39.es/ecma262/multipage/overview.html#_ref_1051", "https://tc39.es/ecma262/multipage/overview.html#_ref_1052", - "https://tc39.es/ecma262/multipage/overview.html#_ref_13", - "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-number-value", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1053", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1054", - "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-number-type", - "https://tc39.es/ecma262/multipage/overview.html#sec-number-object", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1055", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1056", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1057", "https://tc39.es/ecma262/multipage/overview.html#_ref_14", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-infinity", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-nan", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1058", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1053", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-bigint-value", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1059", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1054", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-bigint-type", "https://tc39.es/ecma262/multipage/overview.html#sec-bigint-object", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1060", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1055", "https://tc39.es/ecma262/multipage/overview.html#sec-symbol-value", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1061", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1056", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-symbol-type", "https://tc39.es/ecma262/multipage/overview.html#sec-symbol-object", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1062", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1057", "https://tc39.es/ecma262/multipage/overview.html#sec-terms-and-definitions-function", "https://tc39.es/ecma262/multipage/overview.html#sec-built-in-function", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1063", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1058", "https://tc39.es/ecma262/multipage/overview.html#sec-property", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1064", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1059", "https://tc39.es/ecma262/multipage/overview.html#sec-method", "https://tc39.es/ecma262/multipage/overview.html#sec-built-in-method", - "https://tc39.es/ecma262/multipage/overview.html#_ref_1065", + "https://tc39.es/ecma262/multipage/overview.html#_ref_1060", "https://tc39.es/ecma262/multipage/overview.html#sec-attribute", "https://tc39.es/ecma262/multipage/overview.html#sec-own-property", "https://tc39.es/ecma262/multipage/overview.html#sec-inherited-property", @@ -295,85 +295,70 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-context-free-grammars", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-lexical-and-regexp-grammars", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_23", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15057", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_24", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1066", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15058", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15059", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15060", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15061", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15062", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1067", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_25", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15063", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15064", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_26", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15065", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1068", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15066", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-numeric-string-grammar", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_27", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15067", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1069", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15068", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_28", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-syntactic-grammar", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_29", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_30", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_31", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1070", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15069", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15070", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15071", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_24", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1061", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15072", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15073", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15074", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1071", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1072", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_32", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_33", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15075", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15076", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1062", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_25", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15077", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15078", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1073", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1074", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-grammar-notation", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-terminal-symbols", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_26", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15079", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-HexIntegerLiteral", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1063", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15080", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-numeric-string-grammar", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_27", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15081", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_34", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_35", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_36", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1064", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15082", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_28", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-syntactic-grammar", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_29", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_30", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_31", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1065", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15083", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-nonterminal-symbols-and-productions", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-WhileStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15084", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15085", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15086", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15087", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15088", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1066", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1067", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_32", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_33", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15089", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15090", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ArgumentList", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15091", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15092", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1068", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1069", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-grammar-notation", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-terminal-symbols", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15093", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-HexIntegerLiteral", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15094", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15095", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_34", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_35", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_36", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15096", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15097", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-nonterminal-symbols-and-productions", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-WhileStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15098", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15099", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15100", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-optional-symbols", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15101", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15102", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15103", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15104", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ArgumentList", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15105", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15106", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15107", @@ -384,9 +369,9 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15112", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15113", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15114", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-optional-symbols", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15115", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15116", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ForStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15117", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15118", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15119", @@ -400,8 +385,8 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15127", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15128", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15129", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-grammatical-parameters", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15130", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ForStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15131", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15132", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15133", @@ -413,10 +398,9 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15139", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15140", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15141", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15142", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15143", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_Return_In", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-grammatical-parameters", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15144", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15145", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15146", @@ -429,13 +413,13 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15153", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15154", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15155", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15156", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15157", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_Return_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15158", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-VariableDeclaration", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15159", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15160", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-VariableDeclaration_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15161", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15162", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15163", @@ -444,83 +428,104 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15166", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15167", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15168", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15169", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15170", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_Return", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15171", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-one-of", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-NonZeroDigit", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-empty", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-lookahead-restrictions", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14827", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-DecimalDigit", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-DecimalDigits", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15172", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-VariableDeclaration", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15173", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15174", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-LookaheadExample", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-VariableDeclaration_In", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15175", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15176", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15177", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14828", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14829", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-no-lineterminator-here", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15178", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15179", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15180", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ThrowStatement", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15181", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15182", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15183", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15184", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_Return", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15185", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-one-of", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-NonZeroDigit", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-empty", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-lookahead-restrictions", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14840", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-DecimalDigit", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-DecimalDigits", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15186", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-but-not", - "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-Identifier", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15187", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15188", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-LookaheadExample", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15189", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15190", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15191", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14841", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14842", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-no-lineterminator-here", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15192", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15193", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15194", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ThrowStatement", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15195", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15196", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15197", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15198", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15199", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15200", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-but-not", + "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-Identifier", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15201", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15202", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15203", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15204", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15205", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-descriptive-phrases", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-SourceCharacter", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-algorithm-conventions", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1075", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1076", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1070", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1071", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-algorithm-conventions-abstract-operations", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-algorithm-conventions-syntax-directed-operations", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-static-semantics-sourcetext", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1077", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1072", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_37", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_38", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_39", "https://tc39.es/ecma262/multipage/notational-conventions.html#step-sdo-invocation-example-1", "https://tc39.es/ecma262/multipage/notational-conventions.html#step-sdo-invocation-example-2", "https://tc39.es/ecma262/multipage/notational-conventions.html#step-sdo-invocation-example-3", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1073", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1074", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1075", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15206", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15207", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1076", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1077", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1078", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15208", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1079", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15209", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-runtime-semantics", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1080", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15192", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15193", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1081", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-completion-ao", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1082", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1083", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15194", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1084", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15195", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-runtime-semantics", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1085", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1086", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-completion-ao", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-throw-an-exception", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1087", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-returnifabrupt", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1088", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1089", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1090", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1091", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-throw-an-exception", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1092", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-returnifabrupt", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1093", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1094", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1095", @@ -531,12 +536,12 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1100", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1101", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1102", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-returnifabrupt-shorthands", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1103", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1104", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1105", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1106", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1107", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-returnifabrupt-shorthands", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1108", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1109", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1110", @@ -545,13 +550,13 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1113", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1114", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1115", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-implicit-normal-completion", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-implicit-completion-values", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1116", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1117", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1118", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1119", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1120", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-implicit-normal-completion", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-implicit-completion-values", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1121", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1122", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1123", @@ -567,28 +572,28 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1133", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1134", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1135", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-static-semantic-rules", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15210", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15211", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1136", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1137", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_40", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1138", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1139", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15212", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15213", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1140", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-static-semantic-rules", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15196", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15197", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15214", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15215", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1141", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15216", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15217", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-mathematical-operations", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1142", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_40", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1143", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1144", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15198", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15199", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1145", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15200", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15201", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1146", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15202", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15203", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-mathematical-operations", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1147", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1148", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1149", @@ -598,46 +603,46 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1153", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1154", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1155", + "https://tc39.es/ecma262/multipage/notational-conventions.html#mathematical%20integer", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1156", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1157", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1158", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1159", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1160", - "https://tc39.es/ecma262/multipage/notational-conventions.html#mathematical%20integer", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1161", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1162", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1163", + "https://tc39.es/ecma262/multipage/notational-conventions.html#%F0%9D%94%BD", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_41", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1164", + "https://tc39.es/ecma262/multipage/notational-conventions.html#%E2%84%A4", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1165", + "https://tc39.es/ecma262/multipage/notational-conventions.html#%E2%84%9D", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1166", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1167", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1168", - "https://tc39.es/ecma262/multipage/notational-conventions.html#%F0%9D%94%BD", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_41", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1169", - "https://tc39.es/ecma262/multipage/notational-conventions.html#%E2%84%A4", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1170", - "https://tc39.es/ecma262/multipage/notational-conventions.html#%E2%84%9D", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1171", + "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-abs", + "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-min", + "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-max", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1172", + "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-modulo", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1173", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1174", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1175", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1176", - "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-abs", - "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-min", - "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-max", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1177", - "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-modulo", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1178", + "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-floor", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1179", + "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-truncate", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1180", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1181", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1182", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1183", - "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-floor", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1184", - "https://tc39.es/ecma262/multipage/notational-conventions.html#eqn-truncate", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1185", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1186", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1187", @@ -651,49 +656,44 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1195", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1196", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1197", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-value-notation", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1198", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1199", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-identity", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1200", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_42", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1201", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1202", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-value-notation", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_43", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_44", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_45", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1203", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1204", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-identity", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1205", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_42", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1206", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1207", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_43", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_44", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_45", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1208", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1209", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1210", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_46", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1211", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1212", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1213", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1214", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1215", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_46", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_47", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1216", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1217", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_48", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1218", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1219", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1220", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_47", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1221", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1222", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_48", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1223", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1224", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1225", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1226", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1227", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1228", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1229", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1230", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1231", "https://tc39.es/ecma262/multipage/notational-conventions.html#references-pane-container", "https://tc39.es/ecma262/multipage/notational-conventions.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/notational-conventions.html#references-pane", @@ -712,7 +712,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#shortcuts-help", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#spec-container", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-data-types-and-values", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1232", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1227", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types", @@ -722,12 +722,12 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-boolean-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-string-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-string-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1233", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1234", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1235", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1228", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1229", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1230", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#leading-surrogate", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#high-surrogate-code-unit", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1236", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1231", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#trailing-surrogate", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#low-surrogate-code-unit", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_49", @@ -741,30 +741,30 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_56", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_57", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_58", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1237", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1232", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#string-concatenation", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#substring", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1238", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1233", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ASCII-word-characters", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-stringindexof", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-stringindexof", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1239", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1240", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1241", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1242", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1234", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1235", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1236", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1237", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-symbol-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-symbol-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_59", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1243", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1238", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_60", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_61", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-1", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1244", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1245", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1239", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1240", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_62", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", @@ -777,94 +777,99 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_66", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1246", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1241", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_67", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1247", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1242", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_68", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1243", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1244", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-numeric-type-ops", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1245", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1246", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_69", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1247", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1248", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_70", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1249", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-numeric-type-ops", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1250", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_71", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_72", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1251", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_69", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1252", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1253", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_70", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1254", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_73", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1255", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_71", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_72", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1256", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_74", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1257", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1258", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1259", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_73", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1260", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_75", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1261", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_74", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1262", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1263", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1264", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_76", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_77", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_78", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1265", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_75", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1266", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_79", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_80", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_81", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1267", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1268", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_82", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1269", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_76", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_77", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_78", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1270", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_83", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1271", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_79", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_80", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_81", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1272", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_84", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1273", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_82", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1274", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1275", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_83", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_85", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_86", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1276", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1277", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_84", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_87", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_88", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1278", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1279", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_89", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1280", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_85", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_86", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_90", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1281", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_91", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1282", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_87", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_88", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1283", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1284", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_89", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1285", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_90", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1286", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_91", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1287", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_92", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1288", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1289", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-number-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-number-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1290", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1291", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_93", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_94", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#finite", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1292", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_92", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1293", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1294", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-number-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-number-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1295", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1296", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_93", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_94", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#finite", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1297", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1298", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1299", @@ -872,30 +877,30 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1301", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1302", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1303", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#number-value-for", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#number-value", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1304", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1305", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1306", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1307", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1308", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#number-value-for", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#number-value", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1309", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1310", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1311", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1312", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_95", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-unaryMinus", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseNOT", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1313", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1314", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1315", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-exponentiate", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-exp-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1316", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1317", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_95", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-unaryMinus", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseNOT", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1318", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1319", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1320", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-exponentiate", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-exp-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1321", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1322", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1323", @@ -917,26 +922,26 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1339", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1340", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1341", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-multiply", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-mul-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1342", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1343", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1344", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1345", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1346", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-multiply", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-mul-operator", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-divide", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-div-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1347", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1348", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1349", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1350", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-remainder", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-mod-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1351", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-divide", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-div-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1352", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1353", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1354", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1355", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-remainder", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-mod-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1356", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1357", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1358", @@ -944,77 +949,77 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1360", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1361", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1362", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-add", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-additive-operators-to-numbers", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1363", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1364", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1365", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1366", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1367", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-add", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-additive-operators-to-numbers", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1368", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1369", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-subtract", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1370", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1371", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-leftShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1372", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1373", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1374", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-subtract", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1375", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1376", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-leftShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1377", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-signedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1378", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1379", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1380", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1381", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1382", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-signedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1383", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-unsignedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1384", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1385", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1386", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1387", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1388", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-unsignedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1389", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-lessThan", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1390", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1391", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1392", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1393", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1394", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-lessThan", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1395", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1396", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1397", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1398", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-equal", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-sameValue", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-sameValueZero", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numberbitwiseop", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numberbitwiseop", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1394", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1395", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1396", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1397", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1398", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1399", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1400", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseAND", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1401", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1402", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseXOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1403", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1404", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1405", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseAND", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1406", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-tostring", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-tostring-applied-to-the-number-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1407", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseXOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1408", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1409", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1410", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-number-tostring-intermediate-values", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1411", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-tostring", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-tostring-applied-to-the-number-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1412", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1413", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1414", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1415", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-number-tostring-intermediate-values", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1416", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1417", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1418", @@ -1024,61 +1029,56 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1422", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1423", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1424", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_96", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_97", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1425", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1426", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1427", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-bigint-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-bigint-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1428", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-unaryMinus", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1429", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_96", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_97", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseNOT", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-exponentiate", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1430", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1431", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1432", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-bigint-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-bigint-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1433", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-unaryMinus", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-multiply", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-divide", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1434", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseNOT", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-exponentiate", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1435", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1436", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1437", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1438", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-multiply", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-divide", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-remainder", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1439", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1440", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1441", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1442", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1443", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-remainder", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1444", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-add", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-subtract", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-leftShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1445", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1446", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1447", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1448", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1449", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-add", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-subtract", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-leftShift", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-signedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1450", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-unsignedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1451", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-lessThan", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1452", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1453", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1454", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-signedRightShift", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1455", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-unsignedRightShift", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1456", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-lessThan", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1457", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1458", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-equal", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-sameValueZero", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-sameValue", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1459", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1460", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1454", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1455", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryand", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryand", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryor", @@ -1087,6 +1087,11 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-binaryxor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-bigintbitwiseop", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-bigintbitwiseop", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1456", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1457", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1458", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1459", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1460", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1461", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1462", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1463", @@ -1101,39 +1106,34 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1472", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1473", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1474", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseAND", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1475", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseXOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1476", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1477", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-tostring", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1478", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1479", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseAND", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1480", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseXOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1481", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseOR", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1482", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-tostring", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1483", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#property-name", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1484", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#integer-index", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1485", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1486", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1487", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1488", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#property-name", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#array-index", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1489", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#integer-index", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1490", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1491", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1492", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1493", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#array-index", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1494", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1495", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_98", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-property-attributes", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_99", @@ -1144,32 +1144,32 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-4", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-3", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-2", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1491", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1492", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1493", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1494", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1495", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1496", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_100", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1497", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1498", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1499", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_101", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1500", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1501", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_100", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_102", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1502", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1503", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1504", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_101", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1505", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1506", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_102", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1507", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-internal-methods-and-internal-slots", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1508", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1509", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1510", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1511", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1512", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-internal-methods-and-internal-slots", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1513", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1514", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1515", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1516", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1517", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_103", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ordinary-object", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_104", @@ -1177,37 +1177,42 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_106", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_107", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#exotic-object", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1513", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1514", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1515", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1516", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1517", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1518", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_108", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_109", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1519", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1520", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1521", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1522", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-essential-internal-methods", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-5", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1523", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_108", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_109", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1524", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1525", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1526", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1527", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-essential-internal-methods", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-5", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1528", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_110", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#function-object", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#constructor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1529", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1530", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1531", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1532", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1533", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_110", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#function-object", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#constructor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1534", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-additional-essential-internal-methods-of-function-objects", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-6", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1535", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1536", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1537", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1538", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1539", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-additional-essential-internal-methods-of-function-objects", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-6", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1540", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1541", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1542", @@ -1215,14 +1220,14 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1544", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1545", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1546", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_111", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1547", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-invariants-of-the-essential-internal-methods", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1548", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1549", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1550", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1551", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_111", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1552", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-invariants-of-the-essential-internal-methods", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1553", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1554", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1555", @@ -1258,220 +1263,215 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1585", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1586", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1587", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-intrinsic-objects", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1588", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1589", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1590", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1591", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_112", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_113", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-well-known-intrinsic-objects", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-7", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1592", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-intrinsic-objects", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1593", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_114", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1594", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1595", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_115", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1596", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_112", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_113", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-well-known-intrinsic-objects", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-7", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1597", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_116", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1598", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_114", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_117", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1599", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_118", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1600", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_115", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1601", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1602", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_116", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_119", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1603", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_117", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1604", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_118", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_120", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1605", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1606", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_121", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1607", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_119", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1608", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_122", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1609", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_120", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1610", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_123", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1611", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_121", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1612", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_124", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1613", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_122", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1614", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_125", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1615", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_123", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1616", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_126", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1617", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_124", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1618", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_127", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1619", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_125", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_128", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1620", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_129", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1621", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_126", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_130", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1622", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_131", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1623", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_127", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1624", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_128", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_132", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1625", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_129", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_133", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1626", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_130", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1627", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_131", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_134", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1628", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1629", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_132", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1630", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_133", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_135", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1631", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1632", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_134", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_136", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1633", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1634", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_137", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1635", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_135", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_138", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1636", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1637", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_136", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_139", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1638", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1639", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_137", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_140", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1640", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_138", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1641", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_141", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1642", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_139", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1643", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_142", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1644", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_140", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1645", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_143", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1646", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_141", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_144", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1647", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_145", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1648", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_142", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1649", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_146", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1650", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_143", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1651", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_144", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_147", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1652", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_145", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_148", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1653", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_149", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1654", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_146", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1655", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_150", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1656", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_147", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1657", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_148", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_151", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1658", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_149", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_152", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1659", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_153", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1660", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_150", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1661", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_154", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1662", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_151", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1663", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_152", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_155", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1664", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_153", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1665", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_156", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1666", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_154", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1667", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_157", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1668", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_155", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_158", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1669", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1670", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_156", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_159", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1671", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_160", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1672", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_157", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1673", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_158", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_161", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1674", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_162", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1675", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_159", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1676", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_160", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_163", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1677", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1678", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_161", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_164", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1679", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_162", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_165", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1680", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1681", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_163", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_166", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1682", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1683", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_164", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_167", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1684", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_165", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1685", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1686", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_166", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1687", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1688", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_167", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_168", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1689", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1690", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_169", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1691", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1692", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_170", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1693", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_168", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1694", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_171", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1695", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_169", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1696", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_172", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1697", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_170", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1698", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_173", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1699", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_171", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1700", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_174", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1701", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_172", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1702", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_175", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1703", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_173", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1704", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1705", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_174", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_176", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1706", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1707", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_175", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_177", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_178", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-specification-types", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1708", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1709", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1710", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_176", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1711", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1712", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_177", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_178", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-specification-types", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1713", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1714", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1715", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1716", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1717", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1718", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1719", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-enum-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-enum-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1720", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1715", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-list-and-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-list-and-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_179", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#list-concatenation", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-list-and-record-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1721", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1716", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-set-and-relation-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1722", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1717", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-set-and-relation-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-set-and-relation-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-set-and-relation-specification-type", @@ -1479,9 +1479,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_180", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-completion-record-fields", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1723", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1718", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-8", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1724", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1719", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", @@ -1489,10 +1489,15 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1725", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1720", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#await", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#await-rejected", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#await-fulfilled", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1721", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1722", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1723", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1724", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1725", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1726", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1727", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1728", @@ -1521,173 +1526,173 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1751", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1752", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1753", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-normalcompletion", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-normalcompletion", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1754", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1755", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1756", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-throwcompletion", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-throwcompletion", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1757", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1758", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-normalcompletion", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-normalcompletion", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1759", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-updateempty", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-updateempty", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1760", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1761", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-throwcompletion", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-throwcompletion", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1762", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1763", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1764", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-updateempty", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-updateempty", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1765", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1766", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1767", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1768", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1769", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-reference-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-reference-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-reference-record-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1770", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1765", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_181", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-reference-record-fields", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1771", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1766", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-getbase", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getbase", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1772", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1773", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1774", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1767", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1768", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1769", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-getreferencedname", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getreferencedname", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1775", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1776", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1770", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1771", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-isstrictreference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isstrictreference", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1772", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1773", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1774", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1775", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1776", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#super-reference-record", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#super-reference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1777", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1778", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1779", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1780", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1781", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#super-reference-record", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#super-reference", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1782", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1783", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1784", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ispropertyreference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-ispropertyreference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ispropertyreference", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1785", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1786", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1780", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1781", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isunresolvablereference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-isunresolvablereference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isunresolvablereference", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1787", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1782", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-issuperreference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-issuperreference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-issuperreference", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1788", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1783", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isprivatereference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isprivatereference", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1789", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1790", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1784", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1785", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getvalue", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getvalue", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1786", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1787", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1788", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1789", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1790", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1791", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1792", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1793", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-getvalue-toobject", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1794", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1795", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1796", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1797", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1798", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-getvalue-toobject", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1799", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_182", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_183", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1800", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1801", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1802", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1803", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1804", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_182", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_183", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1805", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-putvalue", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1806", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1807", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1808", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1809", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1810", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-putvalue-toobject", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1811", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1812", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1813", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1814", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1815", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-putvalue-toobject", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1816", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_184", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_185", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1817", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getthisvalue", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getthisvalue", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1818", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1819", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1820", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1821", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_184", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_185", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1822", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getthisvalue", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getthisvalue", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-initializereferencedbinding", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-initializereferencedbinding", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1823", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1824", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1825", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1826", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1827", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-initializereferencedbinding", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-initializereferencedbinding", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1828", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1829", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1830", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-makeprivatereference", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-makeprivatereference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1831", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1832", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1833", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1834", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1835", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-makeprivatereference", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-makeprivatereference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1836", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1837", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1838", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1839", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1840", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1841", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-property-descriptor-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-property-descriptor-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1842", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1837", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_186", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-property-descriptor-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_187", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1843", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1838", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isaccessordescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isaccessordescriptor", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1844", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1839", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isdatadescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isdatadescriptor", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1845", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1840", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isgenericdescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isgenericdescriptor", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1841", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1842", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1843", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-frompropertydescriptor", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-frompropertydescriptor", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1844", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1845", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1846", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1847", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1848", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-frompropertydescriptor", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-frompropertydescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1849", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1850", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1851", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1852", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1853", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1854", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-topropertydescriptor", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-topropertydescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1855", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1856", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1857", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1858", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1859", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-topropertydescriptor", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-topropertydescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1860", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1861", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1862", @@ -1706,35 +1711,35 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1875", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1876", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1877", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completepropertydescriptor", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completepropertydescriptor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1878", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1879", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1880", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1881", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-lexical-environment-and-environment-record-specification-types", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1882", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completepropertydescriptor", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completepropertydescriptor", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_188", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-abstract-closure", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-abstract-closure", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1883", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1884", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1885", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1886", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-lexical-environment-and-environment-record-specification-types", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1887", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_188", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-abstract-closure", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-abstract-closure", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1888", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1889", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1890", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1891", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1892", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1892", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1893", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1894", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1895", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1896", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1897", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1898", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1899", @@ -1742,33 +1747,33 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1901", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1902", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1903", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createbytedatablock", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createbytedatablock", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1904", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1905", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1906", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1907", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1908", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createbytedatablock", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createbytedatablock", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1909", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createsharedbytedatablock", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createsharedbytedatablock", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1910", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1911", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1912", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1913", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1914", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createsharedbytedatablock", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-createsharedbytedatablock", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1915", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1916", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1917", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1918", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1919", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-copydatablockbytes", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-copydatablockbytes", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1920", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1921", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1922", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1923", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1924", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-copydatablockbytes", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-copydatablockbytes", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1925", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1926", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1927", @@ -1787,50 +1792,45 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1940", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1941", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1942", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-privateelement-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1943", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1944", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1945", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1946", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1947", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-privateelement-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1948", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_189", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-privateelement-specification-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-privateelement-fields", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1949", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1950", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1951", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1952", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1953", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_189", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-privateelement-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-privateelement-fields", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classfielddefinition-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1954", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1955", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_190", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classfielddefinition-record-specification-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-classfielddefinition-fields", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1956", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1957", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1958", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classfielddefinition-record-specification-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-private-names", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-private-names", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1959", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1960", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_190", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classfielddefinition-record-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-classfielddefinition-fields", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1961", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1962", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1963", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-private-names", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-private-names", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1964", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1965", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1966", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1967", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1968", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classstaticblockdefinition-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classstaticblockdefinition-record-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1969", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1964", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_191", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-classstaticblockdefinition-record-fields", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1970", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1971", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1972", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1965", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1966", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1967", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#references-pane", @@ -1849,15 +1849,20 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#shortcuts-help", "https://tc39.es/ecma262/multipage/abstract-operations.html#spec-container", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-abstract-operations", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1973", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1968", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-type-conversion", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1969", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1970", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1971", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1972", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toprimitive", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-9", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toprimitive", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1973", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1974", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1975", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1976", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1977", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toprimitive", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-9", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toprimitive", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1978", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1979", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1980", @@ -1865,47 +1870,44 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1982", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1983", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1984", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_192", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_193", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinarytoprimitive", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinarytoprimitive", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1985", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1986", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1987", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1988", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1989", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_192", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_193", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinarytoprimitive", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinarytoprimitive", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1990", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1991", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toboolean", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-toboolean-conversions", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toboolean", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1992", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1993", + "https://tc39.es/ecma262/multipage/abstract-operations.html#step-to-boolean-web-compat-insertion-point", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_194", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumeric", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumeric", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1994", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1995", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1996", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toboolean", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toboolean", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1997", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_194", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-toboolean-conversions", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1998", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-10", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_195", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumeric", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumeric", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1999", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tonumber-conversions", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2000", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2001", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2002", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2003", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2004", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2005", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2006", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2007", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_196", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tonumber-conversions", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2008", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-11", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2009", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2010", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2011", @@ -1913,109 +1915,109 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2012", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StringNumericLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-FDwUUOp8", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15204", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-m-6uXikA", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15205", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15206", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15207", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrWhiteSpace", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15208", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15209", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrWhiteSpaceChar", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15210", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15211", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrNumericLiteral", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15212", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-rEUJru-M", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15213", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrDecimalLiteral", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15214", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15215", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-glMHXxnX", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15216", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrUnsignedDecimalLiteral", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-QcF4NRmv", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-0clqUBRw", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15217", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15218", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-m-6uXikA", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15219", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-h9Y6iP78", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15220", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15221", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-14bLNUM8", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrWhiteSpace", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15222", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15223", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_197", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrWhiteSpaceChar", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15224", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15225", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrNumericLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15226", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-rEUJru-M", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15227", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrDecimalLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15228", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15229", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-glMHXxnX", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15230", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrUnsignedDecimalLiteral", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-QcF4NRmv", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-0clqUBRw", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15231", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15232", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15233", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-h9Y6iP78", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15234", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15235", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtonumber", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtonumber", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2013", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2014", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-14bLNUM8", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15236", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2015", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2016", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-runtime-semantics-stringnumericvalue", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-runtime-semantics-mv-s", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2017", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15237", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2018", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_195", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15238", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_198", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-_R4wE0aJ", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15239", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-meFGI9GM", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15240", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15241", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15242", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2019", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15243", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-chPZzOnl", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15244", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2020", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15245", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-gjHq7g3y", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15246", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2021", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15247", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-rF3lJM39", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-rFHlF9yu", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15248", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15249", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtonumber", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtonumber", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2013", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2014", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15250", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2015", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2016", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-runtime-semantics-stringnumericvalue", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-runtime-semantics-mv-s", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2017", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15251", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2018", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15252", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_196", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-_R4wE0aJ", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15253", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-meFGI9GM", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15254", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15255", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15256", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2022", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-KhQPr5RG", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2019", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15257", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-chPZzOnl", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15258", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2020", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15259", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-gjHq7g3y", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15260", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2021", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15261", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-rF3lJM39", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-rFHlF9yu", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15262", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2023", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-0Vf62eUX", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15263", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15264", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15265", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15266", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15267", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2024", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-roundmvresult", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15268", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15269", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15270", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2022", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-KhQPr5RG", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15271", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15272", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15273", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15274", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15275", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15276", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2023", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-0Vf62eUX", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15277", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15278", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15279", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15280", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15281", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2024", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-roundmvresult", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-roundmvresult", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2025", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2026", @@ -2077,7 +2079,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2077", "https://tc39.es/ecma262/multipage/abstract-operations.html#step-touint32-return", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2078", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_199", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_197", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2079", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2080", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint16", @@ -2115,7 +2117,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#step-touint16-mod", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2111", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2112", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_200", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_198", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2113", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint8", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2114", @@ -2173,14 +2175,14 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2162", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2163", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2164", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_201", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_199", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tobigint", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2165", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtobigint", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtobigint", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2166", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2167", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15268", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15282", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2168", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2169", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2170", @@ -2188,19 +2190,19 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringintegerliteral-grammar", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2172", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StringIntegerLiteral", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15269", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15270", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15271", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15272", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15283", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15284", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15285", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15286", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrIntegerLiteral", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15273", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15274", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15287", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15288", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-runtime-semantics-mv-for-stringintegerliteral", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15275", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15276", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15277", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15278", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15279", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15289", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15290", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15291", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15292", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15293", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint64", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2173", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2174", @@ -2224,44 +2226,40 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2191", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2192", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tostring", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tostring-conversions", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tostring", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2193", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2194", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2195", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_202", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tostring-conversions", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2196", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-12", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2197", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2198", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2199", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2200", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2201", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2202", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2203", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_203", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-toobject-conversions", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2204", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-13", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_204", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_205", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_206", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_207", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_208", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-topropertykey", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-topropertykey", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2205", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2206", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2207", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2208", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2209", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2210", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_200", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-toobject-conversions", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2211", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-13", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_201", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_202", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_203", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_204", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_205", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-topropertykey", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-topropertykey", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2212", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tolength", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tolength", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2213", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2214", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2215", @@ -2269,106 +2267,106 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2217", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2218", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2219", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tolength", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tolength", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2220", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2221", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2222", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2223", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2224", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2225", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toindex", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toindex", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2226", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2227", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2228", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2229", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2230", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2231", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2232", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toindex", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toindex", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2233", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2234", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2235", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2236", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2237", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-testing-and-comparison-operations", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-requireobjectcoercible", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-requireobjectcoercible", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2238", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2239", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2240", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2241", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2242", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_209", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-requireobjectcoercible-results", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2243", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-14", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isarray", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isarray", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2244", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-testing-and-comparison-operations", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-requireobjectcoercible", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-requireobjectcoercible", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2245", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2246", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2247", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2248", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2249", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_206", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-requireobjectcoercible-results", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2250", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iscallable", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iscallable", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-14", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isarray", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isarray", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2251", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2252", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isconstructor", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isconstructor", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2253", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2254", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2255", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isextensible-o", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isextensible-o", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2256", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2257", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isintegralnumber", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isinteger", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isintegralnumber", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iscallable", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iscallable", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2258", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2259", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isconstructor", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isconstructor", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2260", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2261", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2262", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isextensible-o", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isextensible-o", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2263", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2264", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isintegralnumber", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isinteger", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isintegralnumber", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2265", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2266", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2267", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ispropertykey", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ispropertykey", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2268", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2269", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2270", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2271", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isregexp", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isregexp", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2272", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2273", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2274", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ispropertykey", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ispropertykey", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2275", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2276", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2277", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2278", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstringwellformedunicode", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_210", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isregexp", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isregexp", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2279", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevalue", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevalue", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2280", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2281", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2282", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2283", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2284", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2285", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstringwellformedunicode", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_207", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2286", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevalue", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevalue", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2287", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluezero", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluezero", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2288", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2289", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2290", @@ -2376,10 +2374,9 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2292", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2293", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2294", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluezero", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluezero", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2295", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluenonnumber", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluenonnumeric", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluenonnumber", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2296", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2297", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2298", @@ -2387,12 +2384,12 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2300", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2301", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2302", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluenonnumber", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluenonnumeric", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluenonnumber", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2303", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2304", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2305", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islessthan", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-abstract-relational-comparison", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islessthan", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2306", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2307", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2308", @@ -2400,8 +2397,10 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2310", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2311", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2312", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islessthan", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-abstract-relational-comparison", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islessthan", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2313", - "https://tc39.es/ecma262/multipage/abstract-operations.html#step-arc-string-check", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2314", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2315", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2316", @@ -2409,6 +2408,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2318", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2319", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2320", + "https://tc39.es/ecma262/multipage/abstract-operations.html#step-arc-string-check", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2321", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2322", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2323", @@ -2432,22 +2432,20 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2341", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2342", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2343", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_211", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_212", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_213", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2344", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islooselyequal", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-abstract-equality-comparison", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islooselyequal", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2345", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2346", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2347", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2348", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2349", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2350", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_208", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_209", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_210", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2351", - "https://tc39.es/ecma262/multipage/abstract-operations.html#step-abstract-equality-comparison-web-compat-insertion-point", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_214", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islooselyequal", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-abstract-equality-comparison", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-islooselyequal", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2352", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2353", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2354", @@ -2455,6 +2453,8 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2356", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2357", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2358", + "https://tc39.es/ecma262/multipage/abstract-operations.html#step-abstract-equality-comparison-web-compat-insertion-point", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_211", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2359", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2360", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2361", @@ -2483,9 +2483,6 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2384", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2385", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2386", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstrictlyequal", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-strict-equality-comparison", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstrictlyequal", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2387", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2388", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2389", @@ -2493,122 +2490,123 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2391", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2392", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2393", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstrictlyequal", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-strict-equality-comparison", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstrictlyequal", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2394", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-operations-on-objects", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-makebasicobject", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-makebasicobject", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2395", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2396", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2397", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2398", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_215", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2399", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2400", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2401", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-operations-on-objects", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-makebasicobject", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-makebasicobject", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2402", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2403", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2404", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2405", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_212", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2406", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2407", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2408", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2409", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getv", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getv", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2410", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2411", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2412", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2413", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2414", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2415", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2416", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-set-o-p-v-throw", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-set-o-p-v-throw", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getv", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getv", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2417", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2418", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2419", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2420", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdataproperty", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdataproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2421", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2422", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2423", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-set-o-p-v-throw", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-set-o-p-v-throw", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2424", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createmethodproperty", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createmethodproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2425", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2426", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2427", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdataproperty", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdataproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2428", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2429", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2430", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdatapropertyorthrow", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdatapropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2431", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createmethodproperty", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createmethodproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2432", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2433", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2434", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2435", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createnonenumerabledatapropertyorthrow", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createnonenumerabledatapropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2436", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2437", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdatapropertyorthrow", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createdatapropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2438", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2439", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2440", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2441", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definepropertyorthrow", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definepropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2442", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createnonenumerabledatapropertyorthrow", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createnonenumerabledatapropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2443", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2444", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2445", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-deletepropertyorthrow", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-deletepropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2446", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2447", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2448", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getmethod", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getmethod", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definepropertyorthrow", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definepropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2449", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2450", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2451", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2452", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-deletepropertyorthrow", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-deletepropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2453", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2454", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2455", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getmethod", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getmethod", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2456", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasproperty", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2457", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2458", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2459", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2460", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2461", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2462", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2463", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasproperty", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2464", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-call", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-call", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2465", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2466", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2467", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2468", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2469", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2470", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2471", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-call", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-call", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2472", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2473", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2474", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2475", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2476", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2477", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2478", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2479", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2480", @@ -2616,50 +2614,52 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2482", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2483", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2484", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2485", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2486", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-setintegritylevel", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-setintegritylevel", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2487", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2488", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2489", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2490", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2491", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2492", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-testintegritylevel", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-testintegritylevel", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2493", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-setintegritylevel", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-setintegritylevel", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2494", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2495", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2496", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createarrayfromlist", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createarrayfromlist", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2497", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2498", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2499", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-testintegritylevel", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-testintegritylevel", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2500", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2501", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2502", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2503", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createarrayfromlist", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createarrayfromlist", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2504", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2505", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2506", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2507", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2508", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2509", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2510", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistfromarraylike", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistfromarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2511", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2512", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2513", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2514", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2515", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2516", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2517", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistfromarraylike", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistfromarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2518", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2519", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2520", @@ -2668,8 +2668,6 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2523", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2524", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2525", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2526", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2527", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2528", @@ -2677,13 +2675,13 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2530", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2531", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2532", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2533", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2533", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2534", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2535", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2536", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2537", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2538", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2539", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2540", @@ -2691,11 +2689,11 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2542", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2543", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2544", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2545", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2546", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2547", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-speciesconstructor", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-speciesconstructor", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2548", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2549", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2550", @@ -2703,15 +2701,14 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2552", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2553", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2554", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-speciesconstructor", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-speciesconstructor", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2555", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2556", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2557", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2558", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2559", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2560", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-enumerableownproperties", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-enumerableownpropertynames", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-enumerableownproperties", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2561", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2562", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2563", @@ -2719,10 +2716,11 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2565", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2566", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2567", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-enumerableownproperties", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-enumerableownpropertynames", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-enumerableownproperties", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2568", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2569", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getfunctionrealm", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getfunctionrealm", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2570", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2571", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2572", @@ -2730,40 +2728,40 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2574", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2575", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2576", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getfunctionrealm", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getfunctionrealm", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2577", - "https://tc39.es/ecma262/multipage/abstract-operations.html#step-getfunctionrealm-default-return", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2578", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_216", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2579", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-copydataproperties", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-copydataproperties", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2580", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2581", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2582", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2583", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2584", + "https://tc39.es/ecma262/multipage/abstract-operations.html#step-getfunctionrealm-default-return", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2585", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_213", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2586", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-copydataproperties", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-copydataproperties", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2587", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2588", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateelementfind", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateelementfind", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2589", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2590", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2591", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2592", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatefieldadd", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatefieldadd", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2593", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2594", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2595", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateelementfind", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateelementfind", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2596", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2597", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2598", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2599", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatefieldadd", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatefieldadd", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2600", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatemethodoraccessoradd", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatemethodoraccessoradd", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2601", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2602", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2603", @@ -2771,8 +2769,8 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2605", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2606", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2607", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hostensurecanaddprivateelement", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hostensurecanaddprivateelement", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatemethodoraccessoradd", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatemethodoraccessoradd", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2608", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2609", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2610", @@ -2780,13 +2778,13 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2612", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2613", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2614", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hostensurecanaddprivateelement", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hostensurecanaddprivateelement", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2615", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2616", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2617", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2618", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2619", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateget", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateget", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2620", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2621", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2622", @@ -2794,8 +2792,8 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2624", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2625", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2626", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateset", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateset", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateget", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateget", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2627", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2628", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2629", @@ -2803,8 +2801,8 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2631", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2632", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2633", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definefield", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definefield", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateset", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateset", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2634", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2635", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2636", @@ -2812,34 +2810,36 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2638", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2639", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2640", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definefield", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definefield", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2641", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2642", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-initializeinstanceelements", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-initializeinstanceelements", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2643", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2644", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2645", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2646", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2647", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2648", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-operations-on-iterator-objects", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_217", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterator-records", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterator-records", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2649", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_218", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-iterator-record-fields", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-initializeinstanceelements", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-initializeinstanceelements", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2650", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2651", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getiterator", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getiterator", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2652", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2653", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2654", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2655", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-operations-on-iterator-objects", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_214", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterator-records", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterator-records", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2656", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_215", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-iterator-record-fields", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2657", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2658", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getiterator", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getiterator", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2659", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2660", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2661", @@ -2850,8 +2850,6 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2666", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2667", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2668", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratornext", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratornext", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2669", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2670", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2671", @@ -2859,84 +2857,84 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2673", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2674", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2675", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorcomplete", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorcomplete", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratornext", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratornext", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2676", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2677", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2678", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2679", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorvalue", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorvalue", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2680", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2681", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2682", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorcomplete", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorcomplete", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2683", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorstep", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorstep", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2684", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2685", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2686", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorvalue", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorvalue", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2687", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2688", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorclose", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorclose", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2689", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2690", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorstep", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorstep", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2691", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2692", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2693", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2694", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2695", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorclose", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorclose", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2696", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2697", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2698", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ifabruptcloseiterator", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ifabruptcloseiterator", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2699", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2700", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2701", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2702", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2703", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2704", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-asynciteratorclose", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-asynciteratorclose", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2705", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ifabruptcloseiterator", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ifabruptcloseiterator", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2706", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2707", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2708", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2709", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2710", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2711", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-asynciteratorclose", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-asynciteratorclose", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2712", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2713", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2714", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2715", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2716", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createiterresultobject", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createiterresultobject", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2717", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2718", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2719", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2720", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2721", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiteratorRecord", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-listiterator-next", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-listiteratornext-functions", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiterator", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiteratorRecord", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2722", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2723", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createiterresultobject", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createiterresultobject", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2724", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_219", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2725", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2726", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2727", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2728", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiteratorRecord", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-listiterator-next", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-listiteratornext-functions", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiterator", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiteratorRecord", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2729", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2730", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2731", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterabletolist", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterabletolist", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_216", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2732", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2733", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2734", @@ -2944,10 +2942,19 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2736", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2737", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2738", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterabletolist", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterabletolist", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2739", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2740", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2741", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2742", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2743", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2744", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2745", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2746", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2747", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2748", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2749", "https://tc39.es/ecma262/multipage/abstract-operations.html#references-pane-container", "https://tc39.es/ecma262/multipage/abstract-operations.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/abstract-operations.html#references-pane", @@ -2966,10 +2973,10 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#shortcuts-help", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#spec-container", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2743", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2750", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-evaluation", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2744", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2745", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2751", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2752", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-scope-analysis", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-boundnames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-exports-static-semantics-boundnames", @@ -2986,624 +2993,624 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-variable-statement-static-semantics-boundnames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-let-and-const-declarations-static-semantics-boundnames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-identifiers-static-semantics-boundnames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2746", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2747", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#note-star-default-star", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_220", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2748", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Yc3dQCIS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15280", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2749", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2750", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15281", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0oRvH9Oa", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eP6tRBFI", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WhUrx1KG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15282", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15283", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2751", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15284", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pdmM8758", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15285", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15286", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2752", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15287", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2753", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15288", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2754", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SIbbs3t0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15289", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15290", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#note-star-default-star", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_217", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2755", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15291", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIK7IbR", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15292", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15293", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2756", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Yc3dQCIS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15294", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PvG06doO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2756", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2757", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15295", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0oRvH9Oa", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eP6tRBFI", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WhUrx1KG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15296", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2757", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15297", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2758", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15298", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2759", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TRoL9A8A", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pdmM8758", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15299", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15300", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2760", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2759", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15301", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uemJBnZk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2760", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15302", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15303", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2761", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SIbbs3t0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15303", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15304", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HmBRwRUL", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2762", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VrgiRc7B", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15305", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIK7IbR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15306", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2763", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15307", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2764", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2763", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15308", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2765", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-e52_ta72", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PvG06doO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15309", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2766", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gapTHhxd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15310", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2764", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15311", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2767", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2765", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15312", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQApgi98", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2766", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TRoL9A8A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15313", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15314", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2768", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2767", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15315", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UADb9W1C", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uemJBnZk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15316", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15317", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2768", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15318", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HmBRwRUL", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2769", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VrgiRc7B", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15319", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2770", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15320", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2771", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hRHC-ltw", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2770", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15321", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2771", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15322", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2772", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-e52_ta72", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15323", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2773", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gapTHhxd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15324", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2774", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HS4vlt-j", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15325", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2774", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15326", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2775", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQApgi98", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15327", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2776", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15328", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2777", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-C9gIgbxU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2775", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15329", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UADb9W1C", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15330", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2778", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15331", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MJIzQe4_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15332", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2776", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15333", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2779", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2777", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15334", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T0DsYQHz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2778", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hRHC-ltw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15335", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15336", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2780", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2779", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15337", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XX1yN-l7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2780", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15338", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15339", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2781", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HS4vlt-j", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15339", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15340", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wj-eaJJJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2782", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15341", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2783", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15342", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2782", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2784", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-C9gIgbxU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15343", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AAggAe5k", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15344", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2785", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15345", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MJIzQe4_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15346", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2783", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15347", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rmB8ZP2j", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2786", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15348", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T0DsYQHz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15349", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NuuiWZ7v", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2784", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-po75ZBLy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15350", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2787", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15351", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2785", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XX1yN-l7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15352", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2786", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15353", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2787", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dSRi9b3k", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2788", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15354", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wj-eaJJJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15355", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2788", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15356", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2789", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15357", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2790", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B1jl1kwZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AAggAe5k", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15358", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15359", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2791", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15360", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2792", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t6vQVPUG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2790", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15361", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rmB8ZP2j", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15362", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15363", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2793", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NuuiWZ7v", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2791", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-po75ZBLy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15364", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qJNJRowC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15365", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2792", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15366", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D36uGDV1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2793", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15367", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2794", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dSRi9b3k", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15368", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15369", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2794", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2795", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15370", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fiyc5-gj", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2796", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15371", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2797", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B1jl1kwZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15372", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_x3zvham", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15373", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2798", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15374", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2795", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2799", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t6vQVPUG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15375", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0u78ulHy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15376", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G-h1FrC4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15377", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2800", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15378", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qJNJRowC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15379", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2796", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15380", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NaC_U8xV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D36uGDV1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15381", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15382", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kRyJKqmR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15383", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2801", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15384", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fiyc5-gj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15385", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2797", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15386", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2798", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jZE2c8MZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_x3zvham", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15387", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15388", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2799", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2802", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15389", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-me1fjwho", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0u78ulHy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15390", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2800", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gnkPkMbr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G-h1FrC4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15391", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15392", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2801", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15393", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2802", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15394", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2803", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTIt04mh", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15394", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NaC_U8xV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15395", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15396", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2804", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kRyJKqmR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15397", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2805", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15398", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2806", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2q0gunUG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2807", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-phtlO1Je", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15399", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2804", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15400", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2808", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2805", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jZE2c8MZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15401", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2809", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15402", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2810", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4FuZGlZe", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2806", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15403", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-me1fjwho", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15404", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2811", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2807", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gnkPkMbr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15405", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OyREyUBO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15406", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2808", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15407", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sOWb3AM5", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2809", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15408", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2812", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wpPb0--4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2810", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTIt04mh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15409", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2813", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15410", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yl8Kvf8S", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2811", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15411", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2814", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2812", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15412", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oqm8ado6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2813", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2q0gunUG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2814", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-phtlO1Je", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15413", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2815", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15414", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pmSnaEkm", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2815", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15415", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2816", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15416", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fy8WSBrE", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15417", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-declarationpart", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2817", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2818", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g7IOVGn1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4FuZGlZe", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15417", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15418", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2818", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15419", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sN7udk5J", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OyREyUBO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15420", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15421", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jjBSfSof", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sOWb3AM5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15422", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2819", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wpPb0--4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15423", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KvSTEPI7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2820", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15424", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yl8Kvf8S", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15425", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kBBrFjaX", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2821", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15426", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oqm8ado6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15427", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GAkiMJN6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2822", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15428", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pmSnaEkm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15429", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-isconstantdeclaration", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-exports-static-semantics-isconstantdeclaration", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-IsConstantDeclaration", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-isconstantdeclaration", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-isconstantdeclaration", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-isconstantdeclaration", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-isconstantdeclaration", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-let-and-const-declarations-static-semantics-isconstantdeclaration", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2819", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jGNpgH6g", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2823", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15430", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fy8WSBrE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15431", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2820", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-declarationpart", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2824", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2825", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g7IOVGn1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15432", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Iol_vN-I", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xwFhJZXb", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5tjiqCsV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15433", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sN7udk5J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15434", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15435", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fqj8pzpb", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jjBSfSof", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15436", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15437", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FmAf4OGl", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KvSTEPI7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15438", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15439", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kBBrFjaX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15440", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2O3Y8NX3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15441", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GAkiMJN6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15442", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wRhLbuAn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15443", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-isconstantdeclaration", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-exports-static-semantics-isconstantdeclaration", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-IsConstantDeclaration", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-isconstantdeclaration", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-isconstantdeclaration", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-isconstantdeclaration", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-isconstantdeclaration", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-let-and-const-declarations-static-semantics-isconstantdeclaration", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2826", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jGNpgH6g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15444", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15445", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_1WUvl3J", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2827", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15446", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Iol_vN-I", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xwFhJZXb", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5tjiqCsV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15447", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w95osZOA", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15448", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15449", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fqj8pzpb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15450", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6nHiQ-2B", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15451", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FmAf4OGl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15452", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-J5Ultzy7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15453", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15454", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v6ZGEAMc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2O3Y8NX3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15455", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w8mrwXF1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15456", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wRhLbuAn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15457", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mTdGbVUU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15458", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K87ApD92", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15459", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_1WUvl3J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15460", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-lexicallydeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-lexicallydeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-scripts-static-semantics-lexicallydeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-static-semantics-LexicallyDeclaredNames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-static-semantics-lexicallydeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-lexicallydeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-lexicallydeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-switch-statement-static-semantics-lexicallydeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-lexicallydeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2821", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2822", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mPEvRR9d", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2823", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZFtxhsq0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15461", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w95osZOA", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15462", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2824", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15463", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2825", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15464", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2826", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Rrf-OST4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6nHiQ-2B", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15465", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15466", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-J5Ultzy7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15467", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2827", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15468", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2828", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9AEMspNg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v6ZGEAMc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15469", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2829", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w8mrwXF1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15470", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--_BgAjEq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2830", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mSnfTK7z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15471", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mTdGbVUU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15472", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K87ApD92", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15473", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15474", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2831", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-lexicallydeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-lexicallydeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-scripts-static-semantics-lexicallydeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-static-semantics-LexicallyDeclaredNames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-static-semantics-lexicallydeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-lexicallydeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-lexicallydeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-switch-statement-static-semantics-lexicallydeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-lexicallydeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2828", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2829", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mPEvRR9d", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2830", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZFtxhsq0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15475", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2832", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2833", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15476", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2831", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15477", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2834", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2832", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15478", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2835", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2836", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7Gkp_Ikd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2833", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Rrf-OST4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15479", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15480", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2837", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15481", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2838", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2834", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15482", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2839", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LyDmmUT5", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2835", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9AEMspNg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15483", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2836", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15484", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--_BgAjEq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2837", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mSnfTK7z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15485", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2840", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15486", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2841", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JWPhP_ev", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15487", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15488", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2842", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2838", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15489", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2843", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BptUBlCG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2839", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2840", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15490", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15491", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2844", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2841", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15492", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FwgSl19M", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2842", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2843", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7Gkp_Ikd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15493", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2845", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_jhHTL9Z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15494", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2846", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2844", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15495", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8YrmfaA1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2847", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yRWpcHmG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2845", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15496", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2848", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2846", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LyDmmUT5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15497", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--e9cHzAJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2849", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o7NmaBd_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15498", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2850", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15499", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2xZloP4O", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2847", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15500", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2851", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tdMR5_9c", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2848", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JWPhP_ev", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15501", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2852", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pGIh8pZc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2853", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-m6bh3GpA", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15502", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2854", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2849", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15503", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2850", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BptUBlCG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15504", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15505", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t-OtLQL7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2851", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15506", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FwgSl19M", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15507", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2855", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2852", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_jhHTL9Z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15508", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2856", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2853", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15509", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2857", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vXiSx9wh", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8YrmfaA1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2854", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yRWpcHmG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15510", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2858", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2855", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15511", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v-PqD2SJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--e9cHzAJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2856", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o7NmaBd_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15512", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2857", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15513", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2xZloP4O", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15514", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2858", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tdMR5_9c", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15515", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2859", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pGIh8pZc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2860", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15515", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XYalkd2A", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-m6bh3GpA", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15516", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2861", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15517", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15518", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-exports-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-scripts-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-static-semantics-LexicallyScopedDeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-switch-statement-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2862", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2863", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2864", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dqBS0eQw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15519", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t-OtLQL7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15520", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2865", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15521", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2866", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2862", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15522", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2867", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MlufDCPG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2863", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15523", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2864", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vXiSx9wh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15524", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2865", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15525", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2868", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v-PqD2SJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15526", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2869", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IYBZJ2CF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15527", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2870", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2871", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15528", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bhogjJ1W", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2872", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-am_Z4H66", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2866", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2867", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15529", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XYalkd2A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15530", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2868", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15531", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15532", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2873", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-exports-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-scripts-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-static-semantics-LexicallyScopedDeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-switch-statement-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2869", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2870", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2871", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dqBS0eQw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15533", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2874", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2875", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15534", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2872", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15535", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2876", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2873", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15536", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2877", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2878", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LxvbRJKF", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2874", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MlufDCPG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15537", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15538", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2879", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15539", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2880", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2875", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15540", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2881", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tORmzQQv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2876", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IYBZJ2CF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15541", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2877", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2878", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15542", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bhogjJ1W", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2879", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-am_Z4H66", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15543", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2882", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15544", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2883", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-84xBBiJA", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15545", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15546", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2884", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2880", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15547", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2885", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V7zVpmtw", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2881", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2882", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15548", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15549", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2886", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2883", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15550", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3Vc5meav", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2884", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2885", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LxvbRJKF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15551", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2887", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nL_6JlM9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15552", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2886", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15553", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gtaAB-x7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2888", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aKFk9Ijn", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2887", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15554", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2889", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2888", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tORmzQQv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15555", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8GIOVjs9", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2890", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kKBABX1R", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15556", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2891", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15557", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4B0l6Nwq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2889", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15558", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2892", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0qrVz5hX", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2890", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-84xBBiJA", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15559", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2893", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-h6iH_dVj", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2894", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1WkoNRM_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15560", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2895", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2891", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15561", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eWnfpwM7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2896", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rZF3AogZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2892", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V7zVpmtw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15562", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15563", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2897", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2893", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15564", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2898", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3Vc5meav", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15565", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2899", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zqmuSkfM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2894", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nL_6JlM9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15566", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2900", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IxEr0QE9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15567", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gtaAB-x7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2895", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aKFk9Ijn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15568", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DEMJzdJ7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2896", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15569", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cMreMYU5", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8GIOVjs9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2897", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kKBABX1R", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15570", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2901", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xsgJyOoQ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2898", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15571", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2902", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2903", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4B0l6Nwq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15572", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cRTDqnfl", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2899", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0qrVz5hX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15573", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2904", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2905", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2900", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-h6iH_dVj", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2901", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1WkoNRM_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15574", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4yMGuqEs", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2902", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15575", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2906", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eWnfpwM7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2903", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rZF3AogZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15576", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XTfiw-G1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15577", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2907", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2904", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15578", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2905", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15579", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2906", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zqmuSkfM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15580", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2907", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IxEr0QE9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15581", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15582", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DEMJzdJ7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15583", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cMreMYU5", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15584", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2908", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xsgJyOoQ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15585", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2909", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2910", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15586", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cRTDqnfl", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15587", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2911", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2912", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15588", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4yMGuqEs", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15589", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2913", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15590", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XTfiw-G1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15591", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2914", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15592", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-vardeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-vardeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-scripts-static-semantics-vardeclarednames", @@ -3622,262 +3629,262 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-variable-statement-static-semantics-vardeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-vardeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-vardeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2908", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2909", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2915", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2916", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VNDj7eNH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15579", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15593", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wphgHlIl", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15580", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15594", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UQCGQIDW", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15581", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15595", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5RADtbhJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15582", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15596", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bxCHO4hn", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15583", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15597", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GyFO-xRG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15584", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15598", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HxLIoVCC", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15585", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2910", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15599", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2917", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4f3fXSme", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2911", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ikslLJyV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15586", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15587", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2912", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15588", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2913", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15589", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2914", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mb72lTih", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15590", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2915", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_o07UyGN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15591", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2916", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15592", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5Ab4YMrd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15593", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15594", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15595", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2917", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15596", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2918", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15597", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2919", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Jj9iNkQT", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15598", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15599", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2920", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ikslLJyV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15600", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MQNHAeo7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15601", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2919", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15602", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2921", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2920", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15603", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6MiGg7LY", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2921", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mb72lTih", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15604", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15605", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2922", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_o07UyGN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15605", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2923", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15606", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-22bMsY8a", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5Ab4YMrd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15607", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15608", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15609", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2924", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15610", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2923", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2925", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15611", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iNfrCk_F", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2926", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Jj9iNkQT", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15612", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15613", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2927", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15614", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MQNHAeo7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15615", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2924", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15616", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2925", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2928", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15617", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2926", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-N2GkbzwH", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6MiGg7LY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15618", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15619", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2929", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15620", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-22bMsY8a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15621", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2927", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15622", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-polenv5I", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15623", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15624", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2930", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15625", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cQmWs6F4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iNfrCk_F", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15626", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15627", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15628", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6rXrz7RR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15629", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2931", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15630", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2932", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15631", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LH0otfP0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2933", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-N2GkbzwH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15632", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15633", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15634", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UE8msfiB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15635", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2934", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15636", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-polenv5I", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15637", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xl42xW5D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15638", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15639", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cQmWs6F4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15640", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2928", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15641", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eiN5tOgj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15642", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6rXrz7RR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15643", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15644", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dkeW5WMH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15645", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LH0otfP0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15646", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15647", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dXd3oD1j", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15648", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UE8msfiB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15649", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15650", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2929", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15651", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2930", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xl42xW5D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15652", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2931", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_221", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kf6BzwpI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15653", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15654", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2932", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2935", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15655", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lB_U5kUv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eiN5tOgj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15656", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15657", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2933", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15658", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DTgBd2wQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2934", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-e2BPI-N_", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dkeW5WMH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15659", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15660", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15661", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dXd3oD1j", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15662", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2935", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15663", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2936", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2937", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15664", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2936", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15665", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2938", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2937", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15666", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2939", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2940", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_zisH9m7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2938", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_218", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kf6BzwpI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15667", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15668", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2941", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2939", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15669", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2942", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lB_U5kUv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15670", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2943", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Gdv5Uzyo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15671", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2940", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15672", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DTgBd2wQ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2941", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-e2BPI-N_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15673", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2944", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15674", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2945", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ocDhl-eB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15675", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15676", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2946", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2942", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15677", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2947", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xypmC2Rc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2943", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2944", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15678", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15679", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2948", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2945", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15680", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TKnUh23n", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2946", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2947", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_zisH9m7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15681", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2949", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K6wLfAiN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15682", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2948", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15683", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2950", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2949", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15684", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2951", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2950", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Gdv5Uzyo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15685", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2952", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-naQihl7z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15686", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15687", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2953", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2951", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15688", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2954", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2952", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ocDhl-eB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15689", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2955", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F1kslF5t", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15690", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2953", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15691", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2954", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xypmC2Rc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15692", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2956", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15693", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2957", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2955", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15694", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2958", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TKnUh23n", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15695", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2959", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1jr14zqX", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2956", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K6wLfAiN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15696", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15697", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2960", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2957", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15698", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ic6_wi6x", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2961", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fovz-BpD", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2958", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15699", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2962", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2959", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-naQihl7z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15700", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JPGgU11H", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2963", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZZJ4np60", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15701", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2964", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2960", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15702", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kKbHUs1e", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2961", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15703", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2965", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IDrLWHWU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2962", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F1kslF5t", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15704", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2966", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AiQH2RJz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2967", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_GPKA3Cb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15705", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2968", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15706", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WMKjW5iz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2963", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15707", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2964", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15708", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2969", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2965", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15709", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2970", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2966", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1jr14zqX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15710", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2971", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lGybrnks", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15711", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2972", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5uRXjJj7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2967", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15712", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ic6_wi6x", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2968", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fovz-BpD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15713", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2969", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15714", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2973", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JPGgU11H", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2970", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZZJ4np60", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15715", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2971", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15716", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kKbHUs1e", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15717", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2972", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IDrLWHWU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15718", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2973", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AiQH2RJz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2974", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_GPKA3Cb", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15719", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2975", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15720", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WMKjW5iz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15721", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15722", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2976", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15723", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2977", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15724", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2978", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lGybrnks", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15725", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2979", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5uRXjJj7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15726", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15727", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15728", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2980", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15729", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2981", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-varscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-varscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-scripts-static-semantics-varscopeddeclarations", @@ -3896,406 +3903,406 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-variable-statement-static-semantics-varscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-varscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-varscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2975", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2976", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2977", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2982", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2983", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2984", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-okevSHKw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15716", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15730", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TqyazVUw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15717", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15731", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a_WX9dEz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15718", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15732", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fC7m7rts", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15719", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15733", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycPQZtUX", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15720", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15734", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GTe_HlKz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15721", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Pc-OKRR8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15722", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2978", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--ycd0kFi", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2979", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r8z3UV58", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15723", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15724", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2980", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15725", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2981", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15726", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2982", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zHpAsUUQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15727", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2983", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r4VwMPwM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15728", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15729", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HsuXutdb", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15730", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15731", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2984", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15732", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2985", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15733", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B7KHfByo", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15734", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15735", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Pc-OKRR8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15736", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2985", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--ycd0kFi", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2986", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r8z3UV58", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15737", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2987", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15738", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2988", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yyIeKAQ3", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2987", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15739", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2988", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15740", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2989", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zHpAsUUQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15741", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QkEPe1CC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2990", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r4VwMPwM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15742", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15743", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2990", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HsuXutdb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15744", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jrq4eHFJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15745", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15746", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2991", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15746", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2992", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15747", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5lKKTAkN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B7KHfByo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15748", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15749", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15750", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2993", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15751", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2992", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2994", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15752", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-13ohOiCm", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2995", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yyIeKAQ3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15753", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15754", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2996", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15755", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QkEPe1CC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15756", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2993", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15757", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2994", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2997", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15758", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2995", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eqKiNSk1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jrq4eHFJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15759", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15760", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2998", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15761", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5lKKTAkN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15762", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2996", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15763", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KgxDtGf4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15764", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15765", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2999", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15766", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AWnFzjE8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-13ohOiCm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15767", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15768", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15769", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5TY9-yea", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15770", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3000", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15771", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3001", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15772", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t9Ps-Sf3", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3002", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eqKiNSk1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15773", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15774", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15775", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IEEeV8La", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15776", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3003", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15777", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KgxDtGf4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15778", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WOgH08rb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15779", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15780", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AWnFzjE8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15781", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2997", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15782", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SyVO6l8T", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15783", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5TY9-yea", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15784", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15785", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o2HaUKnD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15786", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t9Ps-Sf3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15787", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15788", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kZcYMT8d", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15789", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IEEeV8La", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15790", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15791", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15792", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2998", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WOgH08rb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15793", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2999", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_222", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-otI6GMSS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15794", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15795", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3000", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3004", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15796", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FjNXiCI7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SyVO6l8T", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15797", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15798", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3001", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15799", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BX82yRxg", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3002", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aW8QiumN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o2HaUKnD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15800", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15801", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15802", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kZcYMT8d", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15803", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3003", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15804", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3004", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3005", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15805", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15806", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3006", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3005", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15807", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3007", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3008", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nuKGUlOU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3006", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_219", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-otI6GMSS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15808", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15809", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3009", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3007", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15810", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3010", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FjNXiCI7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15811", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3011", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mzP2If-y", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15812", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3008", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15813", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BX82yRxg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3009", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aW8QiumN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15814", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3012", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15815", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3013", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZPHZRUV6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15816", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15817", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3014", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3010", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15818", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3015", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-i-A4iWeY", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3011", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3012", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15819", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15820", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3016", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3013", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15821", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ntkJlgei", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3014", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3015", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nuKGUlOU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15822", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3017", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RhYCwWQZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15823", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3016", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15824", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3018", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3017", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15825", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3019", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3018", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mzP2If-y", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15826", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3020", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0GInHInm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15827", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15828", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3021", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3019", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15829", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3022", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3020", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZPHZRUV6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15830", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3023", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pi8GJ951", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15831", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3021", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15832", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3022", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-i-A4iWeY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15833", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3024", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15834", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3025", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3023", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15835", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3026", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ntkJlgei", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15836", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3027", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H8Sf_rsN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3024", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RhYCwWQZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15837", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15838", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3028", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3025", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15839", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vvqmH-2l", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3029", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-x8eD4P1T", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3026", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15840", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3030", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3027", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0GInHInm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15841", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-p7Y_jFE0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3031", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o66wZ98a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15842", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3032", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3028", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15843", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWG_9qGM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3029", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15844", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3033", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VllrABp8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3030", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pi8GJ951", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15845", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3034", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-se4Mco-N", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3035", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MCeJZE_U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15846", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3036", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15847", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g_wYfia1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3037", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oVpqQZka", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3031", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15848", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3032", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15849", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3038", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3033", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15850", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3039", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3034", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H8Sf_rsN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15851", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3040", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TBDbISuB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15852", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3041", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f75VYPkN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3035", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15853", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vvqmH-2l", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3036", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-x8eD4P1T", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15854", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3037", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15855", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3042", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-p7Y_jFE0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3038", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o66wZ98a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15856", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3043", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevellexicallydeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevellexicallydeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevellexicallydeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3044", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3045", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s6Vb3QUL", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3039", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15857", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWG_9qGM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15858", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3046", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3040", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VllrABp8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15859", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3047", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3041", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-se4Mco-N", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3042", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MCeJZE_U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15860", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3048", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DWksqgz-", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3043", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15861", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3049", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ReRATT6e", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g_wYfia1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3044", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oVpqQZka", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15862", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15863", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3045", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15864", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3050", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3051", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3046", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15865", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevellexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevellexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevellexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3052", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3053", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3054", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fSl8sbck", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3047", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TBDbISuB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15866", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3048", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f75VYPkN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15867", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3055", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15868", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3056", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15869", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3057", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-68OgfJw9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3049", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15870", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3058", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--BAI6AhR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3050", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevellexicallydeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevellexicallydeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevellexicallydeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3051", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3052", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s6Vb3QUL", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15871", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15872", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3053", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15873", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3059", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3054", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15874", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevelvardeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevelvardeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevelvardeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3060", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3061", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_Kx3fMtB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3055", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DWksqgz-", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15875", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3056", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ReRATT6e", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15876", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3062", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15877", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3063", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15878", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3064", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-l-2kGEcB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3057", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3058", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15879", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevellexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevellexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevellexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3059", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3060", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3061", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fSl8sbck", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15880", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15881", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3065", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3062", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15882", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3066", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CxIyq9Kn", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3063", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15883", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3064", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-68OgfJw9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15884", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3065", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--BAI6AhR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15885", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3067", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15886", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3068", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15887", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gviukyGv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3066", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15888", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevelvardeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevelvardeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevelvardeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3067", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3068", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_Kx3fMtB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15889", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3069", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15890", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jtk1iKc9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3069", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15891", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3070", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15892", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3071", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-l-2kGEcB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15893", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3070", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15894", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3071", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15895", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5RFYGz0t", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15896", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3072", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15897", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevelvarscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevelvarscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevelvarscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15896", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3073", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3074", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3075", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MxUpZ-t-", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CxIyq9Kn", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15897", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15898", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15899", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3076", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3074", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15900", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3077", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3075", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15901", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3078", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wmlLZdyg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gviukyGv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15902", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15903", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3076", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15904", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3079", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jtk1iKc9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15905", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3080", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15906", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OvMm0IpZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15907", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3077", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15908", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3078", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15909", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3081", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5RFYGz0t", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15910", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3082", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sPvwm3DB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3079", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15911", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevelvarscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevelvarscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevelvarscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3080", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3081", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3082", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MxUpZ-t-", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15912", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3083", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15913", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-h55yOiCC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3083", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15914", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3084", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15915", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3085", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wmlLZdyg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15916", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3084", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15917", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3085", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15918", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aZ77pE36", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3086", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15919", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3087", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15920", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OvMm0IpZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15921", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15922", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15923", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3088", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15924", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3089", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sPvwm3DB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15925", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15926", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3090", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15927", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-h55yOiCC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15928", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15929", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15930", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3091", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15931", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3092", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15932", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aZ77pE36", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15933", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15934", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-labels", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-containsduplicatelabels", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-containsduplicatelabels", @@ -4311,206 +4318,206 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-if-statement-static-semantics-containsduplicatelabels", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-containsduplicatelabels", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-containsduplicatelabels", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3086", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3087", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3093", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3094", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4jLROMWA", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15921", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15935", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7RdLi7r5", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15922", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15936", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9i0SR5pB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15923", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15937", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kHTlCj8Z", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15924", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15938", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AQXoKs3Y", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15925", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15939", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g3BkTc0o", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15926", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15940", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GecuZ1YX", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15927", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15941", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QFpbuk2C", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15928", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15942", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SpvJf5dZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RfvwtRC6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15929", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IG220ePF", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15930", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15931", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3088", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15932", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3089", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15933", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iIi7e4Mv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15934", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15935", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15936", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3090", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15937", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3091", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15938", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-M7d89bkQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15939", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15940", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3092", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15941", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CSwsyonC", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15942", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15943", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3093", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IG220ePF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15944", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWs53aWN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15945", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3095", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15946", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3094", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3096", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15947", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GgLrXaaO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iIi7e4Mv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15948", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15949", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15950", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3097", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15951", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-di1-cm7_", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3098", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15952", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-M7d89bkQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15953", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15954", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3099", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15955", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zOnkGPoB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CSwsyonC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15956", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15957", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3100", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15958", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWs53aWN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15959", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3095", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15960", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rNKuYq6q", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3101", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15961", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GgLrXaaO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15962", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15963", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jKYdRg__", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15964", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15965", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-di1-cm7_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15966", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zBPUdTbl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15967", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15968", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15969", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zoCqTANq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zOnkGPoB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15970", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15971", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15972", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zqf8dZti", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15973", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3102", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15974", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rNKuYq6q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15975", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dRwtb2-L", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15976", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15977", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jKYdRg__", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15978", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kCZrLuMF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15979", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15980", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zBPUdTbl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15981", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1mQl-EgZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15982", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15983", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zoCqTANq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15984", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SKvXy5l6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15985", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15986", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zqf8dZti", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15987", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3096", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15988", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_223", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-92qu0ILT", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15989", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dRwtb2-L", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15990", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3097", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15991", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OMSfPp_0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15992", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kCZrLuMF", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15993", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3098", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15994", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8Uz0YNaN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UcaBQzki", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15995", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1mQl-EgZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15996", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15997", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15998", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3099", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SKvXy5l6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15999", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3100", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16000", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16001", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3101", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3103", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16002", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yJHneCFO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_220", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-92qu0ILT", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16003", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16004", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3102", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3104", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16005", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3103", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OMSfPp_0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16006", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YbPvJc_D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16007", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3105", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16008", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8Uz0YNaN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UcaBQzki", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16009", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3104", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16010", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-__iQJPEb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16011", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16012", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3105", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3106", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16013", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UiQoMdIo", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3107", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16014", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16015", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3106", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16016", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3107", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3108", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16016", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yJHneCFO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16017", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-j-zK1vJK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16018", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iFqlj7Lz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3109", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16019", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3110", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16020", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3109", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YbPvJc_D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16021", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3110", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16022", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DkNjzLGB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16023", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16024", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3111", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16024", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-__iQJPEb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16025", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3112", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16026", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aa8IOm4z", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3112", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16027", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UiQoMdIo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16028", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16029", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3113", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16030", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3114", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16031", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3115", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16031", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-j-zK1vJK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16032", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K0PcnMLw", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iFqlj7Lz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16033", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16034", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3116", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16035", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cn79vCHf", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_uXGEqKw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FlDPQVjo", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3117", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16036", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DkNjzLGB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16037", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3117", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16038", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3118", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16039", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2RINFrzE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3119", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16040", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OfzEYjJ0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aa8IOm4z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16041", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16042", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16043", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3120", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16044", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3121", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16045", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3122", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16046", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K0PcnMLw", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16047", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16048", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3123", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16049", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cn79vCHf", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_uXGEqKw", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FlDPQVjo", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16050", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16051", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3124", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16052", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3125", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16053", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2RINFrzE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16054", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OfzEYjJ0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16055", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-containsundefinedbreaktarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-containsundefinedbreaktarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-containsundefinedbreaktarget", @@ -4526,209 +4533,209 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-if-statement-static-semantics-containsundefinedbreaktarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-containsundefinedbreaktarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-containsundefinedbreaktarget", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3119", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3120", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3126", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3127", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KN2F74JM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16042", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16056", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pHNPZODp", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16043", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16057", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vqweAXZW", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16044", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16058", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-u--VfnyG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16045", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16059", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mk4OiTQ0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16046", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16060", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_wHAxVWB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16047", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16061", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zv1CKK_U", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16048", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16062", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YsZID3li", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H7TPYpiU", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16049", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v3tH_xWo", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16050", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16051", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3121", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16052", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3122", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16053", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OZMT2LO1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16054", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16055", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16056", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3123", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16057", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3124", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16058", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kiVPWNCJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16059", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16060", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3125", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16061", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JiuempzE", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16062", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16063", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3126", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v3tH_xWo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16064", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NfepJ8d-", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16065", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3128", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16066", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3127", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3129", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16067", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_bYykgU2", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OZMT2LO1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16068", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16069", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16070", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3130", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16071", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0RGYYYa8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3131", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16072", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kiVPWNCJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16073", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16074", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3132", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16075", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gRSHgUm2", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JiuempzE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16076", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16077", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3133", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16078", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NfepJ8d-", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16079", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3128", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16080", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mui4tXHs", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3134", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16081", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_bYykgU2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16082", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16083", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tYmMbbAK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16084", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16085", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0RGYYYa8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16086", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xkRBC0p_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16087", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16088", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16089", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3FISwBIz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gRSHgUm2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16090", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16091", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16092", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3UTSN7Q_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16093", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3135", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16094", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mui4tXHs", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16095", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0EPuBRtw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16096", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16097", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tYmMbbAK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16098", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bxXqpHGf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16099", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16100", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xkRBC0p_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16101", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DVohExfz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16102", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16103", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3FISwBIz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16104", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eDdhr4db", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16105", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16106", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3UTSN7Q_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16107", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3129", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16108", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_224", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YN_w7WcD", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sVlKX7KO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16109", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3130", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0EPuBRtw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16110", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wq9kNHey", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16111", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16112", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3131", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bxXqpHGf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16113", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zEFnXzdo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16114", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16115", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3132", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DVohExfz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16116", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MxUCmZej", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a3dtTxDp", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16117", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16118", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eDdhr4db", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16119", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16120", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3133", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16121", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3134", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3136", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16122", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_221", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YN_w7WcD", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sVlKX7KO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16123", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3135", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3137", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16124", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mWAyGNz1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wq9kNHey", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16125", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16126", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3136", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3138", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16127", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3137", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zEFnXzdo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16128", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xKDcEL_e", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16129", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3139", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16130", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MxUCmZej", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a3dtTxDp", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16131", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3138", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16132", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WyF-LUeK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16133", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16134", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3139", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3140", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16135", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zsR5iLZH", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3141", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16136", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16137", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3140", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16138", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3141", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3142", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16138", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mWAyGNz1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16139", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mu3VhVjD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16140", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Yr89pOXp", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3143", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16141", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3144", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16142", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3143", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xKDcEL_e", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16143", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3144", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16144", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3_4iLynl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16145", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16146", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3145", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16146", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WyF-LUeK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16147", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3146", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16148", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KaiFSIRm", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3146", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16149", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zsR5iLZH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16150", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16151", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3147", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16152", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3148", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16153", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3149", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16153", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mu3VhVjD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16154", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_CFhQEhr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Yr89pOXp", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16155", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16156", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3150", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16157", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fN52Tgzf", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vh6EF-BV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gDhjMfCK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3151", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16158", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3_4iLynl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16159", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3151", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16160", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3152", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16161", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vD2SO16F", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3153", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16162", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UZaVgIpu", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KaiFSIRm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16163", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16164", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16165", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3154", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16166", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3155", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16167", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3156", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16168", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_CFhQEhr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16169", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16170", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3157", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16171", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fN52Tgzf", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vh6EF-BV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gDhjMfCK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16172", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16173", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3158", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16174", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3159", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16175", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vD2SO16F", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16176", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UZaVgIpu", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16177", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-containsundefinedcontinuetarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-containsundefinedcontinuetarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-containsundefinedcontinuetarget", @@ -4744,279 +4751,279 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-if-statement-static-semantics-containsundefinedcontinuetarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-containsundefinedcontinuetarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-containsundefinedcontinuetarget", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3153", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3154", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3155", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3160", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3161", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3162", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zeOghq31", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16164", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16178", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-THlI2H2M", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16165", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16179", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-j74v1E9Q", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16166", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16180", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-S4TJmj3I", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16167", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16181", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gDEZkDbt", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16168", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16182", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uTECl_Vq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16169", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16183", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NBG_pA-N", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16170", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16184", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eptReca1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0U13tcP4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16171", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16185", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-q91g2YEq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16172", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3156", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16173", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PptGj0zd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16174", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3157", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3158", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16175", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Vrq9L4TL", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16176", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16177", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3159", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16178", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3160", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16179", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MYTRO2yV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16180", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16181", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16182", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3161", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16183", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3162", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16184", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-idT2m0fR", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16185", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16186", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3163", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16187", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1k-PvIQ6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PptGj0zd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16188", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16189", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3164", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3165", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16189", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Vrq9L4TL", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16190", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nqE7jDen", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16191", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3166", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16192", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3165", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3167", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16193", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sdOZ0OVe", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MYTRO2yV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16194", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16195", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16196", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3168", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16197", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-38R1spHk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3169", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16198", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-idT2m0fR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16199", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16200", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3170", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16201", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GQ9tF3ug", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1k-PvIQ6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16202", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16203", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3171", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16204", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nqE7jDen", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16205", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3166", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16206", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ilROtw6r", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3172", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16207", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sdOZ0OVe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16208", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16209", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RXKTOvxD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16210", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16211", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-38R1spHk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16212", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mKAcS051", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16213", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16214", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16215", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPaED8xy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GQ9tF3ug", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16216", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16217", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16218", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SLsBgk8L", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16219", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3173", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16220", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ilROtw6r", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16221", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G_08fu0g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16222", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16223", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RXKTOvxD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16224", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xuMzWdW7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16225", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16226", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mKAcS051", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16227", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xVs7Y4Vv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16228", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16229", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPaED8xy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16230", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ii0_W2zX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16231", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16232", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SLsBgk8L", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16233", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3167", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16234", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_225", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-P3ParQAP", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ngwxJt1P", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16235", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3168", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G_08fu0g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16236", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qti0YV4g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16237", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16238", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3169", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xuMzWdW7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16239", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yGASkGus", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16240", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16241", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3170", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xVs7Y4Vv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16242", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wESl6-va", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-L1SF9WLb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16243", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16244", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ii0_W2zX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16245", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16246", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3171", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16247", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3172", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3174", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16248", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_222", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-P3ParQAP", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ngwxJt1P", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16249", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3173", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3175", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16250", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mf-FlzJR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qti0YV4g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16251", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16252", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3174", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3176", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16253", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3175", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yGASkGus", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16254", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YLBmIA_U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16255", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3177", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16256", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wESl6-va", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-L1SF9WLb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16257", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3176", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16258", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycWJ_ozd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16259", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16260", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3177", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3178", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16261", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8au0KFQe", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3179", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16262", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16263", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3178", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16264", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3179", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3180", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16264", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mf-FlzJR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16265", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-I9dzHyBf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16266", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bHqvfllk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3181", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16267", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3182", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16268", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3181", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YLBmIA_U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16269", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3182", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16270", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPDlN7RI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16271", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16272", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3183", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16272", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycWJ_ozd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16273", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3184", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16274", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fYVcY74b", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3184", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16275", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8au0KFQe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16276", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16277", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3185", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16278", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3186", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16279", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3187", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16279", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-I9dzHyBf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16280", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIkG4rU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bHqvfllk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16281", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16282", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3188", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16283", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zb1__ND8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7jAHsc96", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9GocAvXy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3189", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16284", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPDlN7RI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16285", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3189", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16286", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3190", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16287", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wlyNoKqz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3191", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16288", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-35aTaLbx", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fYVcY74b", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16289", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-function-name-inference", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-hasname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-static-semantics-HasName", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-HasName", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-hasname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-hasname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-hasname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-static-semantics-hasname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-hasname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-semantics-static-semantics-hasname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3191", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sGIyUYN_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16290", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16291", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3192", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16292", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3193", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3194", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lYeq4upI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16293", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3194", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16294", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yNYR71Xj", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIkG4rU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16295", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16296", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--vrKJ_CQ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3195", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16297", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zb1__ND8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7jAHsc96", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9GocAvXy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16298", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8SfxZRyk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16299", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3196", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16300", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yzK8_iQh", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3197", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16301", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wlyNoKqz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16302", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTqF0fRI", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-35aTaLbx", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16303", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-function-name-inference", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-hasname", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-static-semantics-HasName", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-HasName", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-hasname", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-hasname", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-hasname", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-static-semantics-hasname", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-hasname", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-semantics-static-semantics-hasname", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3198", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sGIyUYN_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16304", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wvi-SSNj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16305", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3199", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16306", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_uck0Y8U", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3200", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3201", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lYeq4upI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16307", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-M26qeGCy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16308", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yNYR71Xj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16309", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16310", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_5BKcJSD", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--vrKJ_CQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16311", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16312", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8SfxZRyk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16313", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2Vz4PDlE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16314", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yzK8_iQh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16315", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16316", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OXrRSTMk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTqF0fRI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16317", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16318", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wvi-SSNj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16319", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IuRXWsQe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16320", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_uck0Y8U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16321", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-M26qeGCy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16322", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16323", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16324", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_5BKcJSD", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16325", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16326", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16327", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2Vz4PDlE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16328", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16329", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16330", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OXrRSTMk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16331", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16332", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16333", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IuRXWsQe", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16334", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16335", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-isfunctiondefinition", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-IsFunctionDefinition", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-isfunctiondefinition", @@ -5039,257 +5046,257 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-static-semantics-isfunctiondefinition", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-grouping-operator-static-semantics-isfunctiondefinition", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-semantics-static-semantics-isfunctiondefinition", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3195", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3202", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xr5TwVeJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16322", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16323", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3196", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16324", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3197", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16336", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16337", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3203", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16338", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3204", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ujSQZu1u", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uqXksnK9", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16325", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16339", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xZz3xGrw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16326", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16340", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQZUJPuk", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16327", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16341", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YSIQyJy2", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16328", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16342", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xClvmJ_T", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16329", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16343", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yobd7pAZ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16330", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16344", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-z2eYriJH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16331", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16332", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16345", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16346", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v71UqLpH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16333", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16334", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16347", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16348", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mDSr9u1p", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16335", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16336", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16349", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16350", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JqMmNc5v", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16337", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16351", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0UkusR6o", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16338", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16352", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-b4gkKBW4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16339", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16340", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lY5Cy7Sa", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16341", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16342", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iarxBSr7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16343", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VSHORtMa", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16344", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0Pk6P_by", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16345", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Vmis9Cmj", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16346", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ou259nvv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16347", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TCON8m02", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16348", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pFhFynwZ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16349", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dgjtiQ7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16350", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9gYsYykc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16351", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ol3I6Y7A", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16352", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Csq5hMXB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16353", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--Zmi0P07", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16354", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QujNq09F", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lY5Cy7Sa", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16355", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BcCJ4AWM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16356", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RqMdwBuU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iarxBSr7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16357", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jkAKpcKK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VSHORtMa", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16358", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0Pk6P_by", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16359", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycvianKq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Vmis9Cmj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16360", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ou259nvv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16361", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TCON8m02", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16362", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--l26TQ9y", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pFhFynwZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16363", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dgjtiQ7", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16364", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jEr8YSqe", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9gYsYykc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16365", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ol3I6Y7A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16366", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-q04_MZWd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Csq5hMXB", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16367", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--Zmi0P07", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16368", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1-75ya8a", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QujNq09F", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16369", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BcCJ4AWM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16370", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JHagwt8S", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RqMdwBuU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16371", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jkAKpcKK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16372", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_TEzVLPJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16373", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycvianKq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16374", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WH_Xpcdf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16375", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16376", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CcYM3Atg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--l26TQ9y", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16377", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16378", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-24rx6YNr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jEr8YSqe", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16379", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16380", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r0l0CEXN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-q04_MZWd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16381", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16382", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3O9Aii8g", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1-75ya8a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16383", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16384", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2fesP1Zk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JHagwt8S", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16385", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16386", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ryf2K57J", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_TEzVLPJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16387", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16388", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kpZwfqRO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WH_Xpcdf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16389", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16390", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TnQABgBJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CcYM3Atg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16391", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16392", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RsN8Nsde", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-24rx6YNr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16393", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16394", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yP2rVm0A", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r0l0CEXN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16395", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16396", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acZRdH_C", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3O9Aii8g", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16397", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16398", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FwH99KM9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2fesP1Zk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16399", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16400", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FOQIZ2Ww", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ryf2K57J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16401", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16402", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0Mz2aish", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kpZwfqRO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16403", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16404", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KPaiyU4J", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TnQABgBJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16405", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16406", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CMdoN6cr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RsN8Nsde", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16407", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16408", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yP2rVm0A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16409", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D9D2dUnP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16410", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F_LSmUck", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acZRdH_C", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16411", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16412", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t02tAu6_", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FwH99KM9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16413", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16414", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FOQIZ2Ww", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16415", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jgF9l9Ty", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16416", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0Mz2aish", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16417", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-U8uU_bab", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16418", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KPaiyU4J", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16419", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ooZHsevq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16420", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CMdoN6cr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16421", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1V2XVvzG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16422", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16423", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dPINdG0A", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D9D2dUnP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16424", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8REG7QdK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F_LSmUck", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16425", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZCX-L7VJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16426", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t02tAu6_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16427", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16428", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mP4b69Ye", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16429", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jgF9l9Ty", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16430", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16431", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o3PaoPru", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-U8uU_bab", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16432", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16433", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ooZHsevq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16434", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3ftZlYCP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16435", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1V2XVvzG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16436", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16437", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nQpbEu0v", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dPINdG0A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16438", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8REG7QdK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16439", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-isanonymousfunctiondefinition", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZCX-L7VJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16440", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3198", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16441", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3199", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3200", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3201", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-isidentifierref", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-static-semantics-isidentifierref", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-semantics-static-semantics-isidentifierref", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3202", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ztGhnTck", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16442", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Gs-T8p-O", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ICT5lo9j", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mP4b69Ye", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16443", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8G12k2a3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16444", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-EUf92hO8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16445", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-69s6BRll", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o3PaoPru", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16446", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YIwB3WEl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16447", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AALLJG0-", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16448", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acg3mi3y", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3ftZlYCP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16449", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9GJ_tuZU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16450", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jU920ZeK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16451", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5DrGbLLP", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nQpbEu0v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16452", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IZ2iaC5Z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16453", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--KgzMgsO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-isanonymousfunctiondefinition", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16454", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3205", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16455", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CwZtsPgL", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3206", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3207", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3208", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-isidentifierref", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-static-semantics-isidentifierref", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-semantics-static-semantics-isidentifierref", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3209", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ztGhnTck", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16456", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Gs-T8p-O", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ICT5lo9j", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16457", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPSxl2zi", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8G12k2a3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16458", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-EUf92hO8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16459", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9f3rqn9l", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-69s6BRll", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16460", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1g-ib9lg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YIwB3WEl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16461", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zcFyOLGC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AALLJG0-", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16462", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acg3mi3y", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16463", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2i2KMoZq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9GJ_tuZU", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16464", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jU920ZeK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16465", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ELtmHyea", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5DrGbLLP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16466", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6Bkmtp_X", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IZ2iaC5Z", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16467", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3VSXVmhU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--KgzMgsO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16468", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16469", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CwZtsPgL", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16470", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16471", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPSxl2zi", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16472", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16473", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9f3rqn9l", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16474", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1g-ib9lg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16475", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zcFyOLGC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16476", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16477", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2i2KMoZq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16478", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16479", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ELtmHyea", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16480", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6Bkmtp_X", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16481", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3VSXVmhU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16482", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-namedevaluation", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-runtime-semantics-namedevaluation", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-runtime-semantics-namedevaluation", @@ -5299,474 +5306,467 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-runtime-semantics-namedevaluation", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-runtime-semantics-namedevaluation", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-grouping-operator-runtime-semantics-namedevaluation", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3203", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3204", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3205", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3206", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3207", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3208", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mytcbPJI", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16469", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16470", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3209", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16471", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3210", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Q_6y5mca", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16472", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3211", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3212", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16473", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3213", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16474", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pLzR2hGq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16475", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16476", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3214", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16477", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--NqycDNV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16478", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16479", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3215", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16480", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2hHyfg58", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16481", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16482", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3216", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mytcbPJI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16483", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WZTY8BeC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16484", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3216", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16485", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3217", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Q_6y5mca", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16486", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2_XE6Qur", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3218", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3219", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16487", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3220", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16488", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3218", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pLzR2hGq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16489", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acGpB7So", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16490", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3221", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16491", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AntIZd-c", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--NqycDNV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16492", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16493", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3219", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3222", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16494", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_NxRxZOJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2hHyfg58", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16495", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3220", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16496", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3221", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3223", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16497", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-contains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-contains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-static-semantics-Contains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-Contains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-contains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-contains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-contains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-static-semantics-contains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-contains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-static-semantics-contains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-object-initializer-static-semantics-contains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3222", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3223", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3224", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JYruL-G6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WZTY8BeC", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16498", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16499", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3224", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16500", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RYB8pT4v", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2_XE6Qur", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16501", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16502", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Jc3hxjyv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3225", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16503", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acGpB7So", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16504", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16505", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YglW_lFm", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AntIZd-c", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16506", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16507", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3226", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16508", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hMB2st0D", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_NxRxZOJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16509", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3227", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16510", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5B9biisJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3228", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16511", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-contains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-contains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-static-semantics-Contains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-Contains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-contains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-contains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-contains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-static-semantics-contains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-contains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-static-semantics-contains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-object-initializer-static-semantics-contains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3229", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3230", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3231", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JYruL-G6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16512", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16513", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ow6TXQ_a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16514", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RYB8pT4v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16515", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16516", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lLs4pRL8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Jc3hxjyv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16517", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16518", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_doZ_xN0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16519", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YglW_lFm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16520", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16521", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vPfDfZVz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16522", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hMB2st0D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16523", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16524", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PDvYlV0q", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5B9biisJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16525", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16526", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0p21L8en", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16527", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ow6TXQ_a", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16528", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16529", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cKFrJVUo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16530", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lLs4pRL8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16531", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16532", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_doZ_xN0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16533", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16534", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16535", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vPfDfZVz", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16536", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3225", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3226", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16537", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16538", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rrvBSOLD", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PDvYlV0q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16539", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o1L20JNH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16540", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0p21L8en", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16541", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16542", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16543", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cKFrJVUo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16544", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16545", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3227", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16546", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3228", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CNqH7XEc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16547", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16548", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3229", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16549", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3230", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hmHHRRG6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16550", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3232", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3233", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16551", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16552", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rrvBSOLD", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16553", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o1L20JNH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16554", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16555", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3231", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dGKszgN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16556", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16557", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16558", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16559", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3234", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16560", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3235", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CNqH7XEc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16561", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3232", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16562", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3233", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3236", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16563", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3234", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3237", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hmHHRRG6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16564", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16565", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bGWft0ts", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16566", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16567", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3235", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16568", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wul2dpOd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16569", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mlsPerHg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3238", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dGKszgN", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16570", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16571", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16572", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3236", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GysYUEUH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16573", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16574", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uIhOYzuO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16575", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3239", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16576", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3240", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16577", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3237", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aeadd-iM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3241", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16578", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o08cCHMJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16579", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bGWft0ts", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16580", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16581", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3238", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-computedpropertycontains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-ComputedPropertyContains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-computedpropertycontains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-computedpropertycontains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-computedpropertycontains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-method-definitions-static-semantics-computedpropertycontains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-object-initializer-static-semantics-computedpropertycontains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3239", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-A8PF_J4D", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3242", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16582", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KBlapLw6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wul2dpOd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16583", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pgiwn-A8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mlsPerHg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16584", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16585", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3240", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZS17eYsY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16586", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3243", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GysYUEUH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16587", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16588", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vyebD6Jr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uIhOYzuO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16589", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16590", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-49ueHbo6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16591", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3244", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aeadd-iM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16592", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o08cCHMJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16593", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3241", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16594", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-clQ5cW-v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16595", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3245", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-computedpropertycontains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-ComputedPropertyContains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-computedpropertycontains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-computedpropertycontains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-computedpropertycontains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-method-definitions-static-semantics-computedpropertycontains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-object-initializer-static-semantics-computedpropertycontains", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3246", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-A8PF_J4D", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16596", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KBlapLw6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16597", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3242", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pgiwn-A8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16598", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7J1puDuJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16599", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3247", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZS17eYsY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16600", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16601", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3243", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16602", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w3-p5Y-S", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vyebD6Jr", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16603", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16604", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3244", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-49ueHbo6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16605", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3245", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16606", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a6HgYRcV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16607", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uyqDiD0W", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yQr72pM_", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3248", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16608", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-clQ5cW-v", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16609", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16610", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3246", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16611", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s8Rlgqlc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3249", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16612", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7J1puDuJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16613", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3247", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16614", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-miscellaneous", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-instantiatefunctionobject", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3248", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3249", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3250", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3251", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mfAdULQi", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16615", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3250", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16616", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w3-p5Y-S", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16617", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f7nt2HkW", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16618", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3251", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16619", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3252", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16620", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BE72OMfT", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a6HgYRcV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16621", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uyqDiD0W", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yQr72pM_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16622", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16623", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9FriOUuY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16624", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16625", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3253", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16625", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s8Rlgqlc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16626", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MBXIRXX3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16627", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3254", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16628", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-miscellaneous", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-instantiatefunctionobject", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3255", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3256", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3257", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3258", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mfAdULQi", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16629", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0BnnuWOV", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16630", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16631", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3254", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f7nt2HkW", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16632", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cpVe0Sep", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16633", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3259", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16634", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BE72OMfT", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16635", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g0-rNkU8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16636", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16637", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3255", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9FriOUuY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16638", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-bindinginitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-destructuring-binding-patterns-runtime-semantics-bindinginitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-identifiers-runtime-semantics-bindinginitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3256", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3257", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3258", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3259", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16639", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3260", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16640", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MBXIRXX3", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16641", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16642", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16643", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0BnnuWOV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16644", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16645", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3261", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16646", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cpVe0Sep", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16647", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16648", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16649", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g0-rNkU8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16650", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16651", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3262", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_226", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AUuPIcte", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16639", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16652", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-bindinginitialization", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-destructuring-binding-patterns-runtime-semantics-bindinginitialization", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-identifiers-runtime-semantics-bindinginitialization", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3263", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16640", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3264", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mvAZKdLR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3265", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SuKbQr-p", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3266", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D4AQahDE", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16641", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3267", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3268", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16642", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5QoB3lmK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16643", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3269", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_223", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AUuPIcte", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16653", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3270", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16654", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3271", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16644", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mvAZKdLR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3272", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lV7YKS21", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LZltxEP-", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16645", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--Bap0q1J", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16646", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SuKbQr-p", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3273", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16647", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PoaYdJZS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16648", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D4AQahDE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16655", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3274", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3275", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16649", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qC471RM1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16650", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16651", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3276", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16652", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16656", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5QoB3lmK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16657", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3276", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3277", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16653", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-initializeboundname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-initializeboundname", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3278", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16658", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3279", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lV7YKS21", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LZltxEP-", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16659", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--Bap0q1J", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16660", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3280", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16661", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PoaYdJZS", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16662", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3281", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3282", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16663", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qC471RM1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16664", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16665", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3283", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-iteratorbindinginitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-IteratorBindingInitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-runtime-semantics-iteratorbindinginitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-runtime-semantics-iteratorbindinginitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-destructuring-binding-patterns-runtime-semantics-iteratorbindinginitialization", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16666", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3284", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16667", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-initializeboundname", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-initializeboundname", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3285", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3286", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3287", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3288", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3289", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3290", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tsjeAqRc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--IC6X92I", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16654", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-iteratorbindinginitialization", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-IteratorBindingInitialization", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-runtime-semantics-iteratorbindinginitialization", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-runtime-semantics-iteratorbindinginitialization", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-destructuring-binding-patterns-runtime-semantics-iteratorbindinginitialization", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3291", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16655", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NrdrIJZT", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16656", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16657", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16658", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3292", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16659", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3293", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16660", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KgRoomIq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16661", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16662", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3294", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16663", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3295", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16664", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jvZ0PZvK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16665", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16666", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16667", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3296", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3297", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tsjeAqRc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--IC6X92I", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16668", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3298", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16669", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3297", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NrdrIJZT", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16670", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3298", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16671", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JkWX9ITf", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16672", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16673", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3299", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16674", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16673", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3300", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16674", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KgRoomIq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16675", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mMA3BDq4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16676", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16677", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3301", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16678", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16677", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3302", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16678", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jvZ0PZvK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16679", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SVSt7_f4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16680", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16681", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3303", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16682", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16683", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3304", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16684", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3305", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16685", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JkWX9ITf", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16686", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16687", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3306", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16688", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3307", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16689", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mMA3BDq4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16690", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16691", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3308", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16692", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3309", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16693", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SVSt7_f4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16694", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16695", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3310", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16696", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3311", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3312", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16683", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3313", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16684", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3314", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16685", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3315", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16686", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3316", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3317", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3318", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-m05a8O_b", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16687", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16688", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3319", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16697", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3320", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16698", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3321", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16699", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3322", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16700", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3323", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3324", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3325", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-m05a8O_b", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16701", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16702", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3326", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16689", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3327", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16690", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3328", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3329", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16691", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-evgdYCB8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16692", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3330", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3331", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16693", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3332", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3333", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16703", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3334", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16704", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3335", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3336", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16705", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-evgdYCB8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16706", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3337", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3338", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16707", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3339", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3340", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3341", @@ -5774,69 +5774,76 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3343", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3344", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3345", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QEcf_4fA", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16694", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3346", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3347", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3348", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3349", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3350", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3351", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16695", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3352", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QEcf_4fA", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16708", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3353", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3354", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3355", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3356", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3357", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3358", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1uizUnEF", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQ_NTpHd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16696", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16697", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16709", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3359", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16698", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3360", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16699", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F7oEv_fM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16700", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16701", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3361", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16702", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3362", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16703", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D3j0ZmD-", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16704", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3363", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3364", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3365", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1uizUnEF", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQ_NTpHd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16710", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16711", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3366", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16712", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3367", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16713", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F7oEv_fM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16714", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16715", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3368", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16716", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3369", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16717", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D3j0ZmD-", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16718", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3370", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3371", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3372", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16705", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F51qoUgS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16706", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16707", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3373", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16708", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3374", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1SN5A2Ci", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16709", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3375", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3376", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3377", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3378", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3379", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16719", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F51qoUgS", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16720", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16721", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3380", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16722", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3381", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1SN5A2Ci", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16723", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3382", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3383", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3384", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16710", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3385", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3386", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3387", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3388", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3389", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3390", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3391", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16724", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-assignmenttargettype", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-comma-operator-static-semantics-isvalidsimpleassignmenttarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-comma-operator-static-semantics-assignmenttargettype", @@ -5872,287 +5879,287 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-semantics-static-semantics-assignmenttargettype", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-identifiers-static-semantics-isvalidsimpleassignmenttarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-identifiers-static-semantics-assignmenttargettype", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3385", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3392", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RnnOsVyV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16711", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16712", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3386", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3387", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16713", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RHpmBFMY", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Q9hezMXb", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G2CxyRR8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16714", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16715", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H084cqoS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16716", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16717", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hU5p3vdM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16718", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16719", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Z77CzX6A", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16720", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16721", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fBP_qjj3", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16722", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16723", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Y1Rqw5E8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16724", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ca71SmWs", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16725", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16726", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SPo4SV-C", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3393", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3394", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16727", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RHpmBFMY", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Q9hezMXb", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G2CxyRR8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16728", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3388", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16729", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3389", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--qvqF1RP", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jrxTmiG4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H084cqoS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16730", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oEnyQ_d5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16731", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Lwy-qADd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hU5p3vdM", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16732", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YxQ7Gh2N", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16733", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XEUSovVm", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Z77CzX6A", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16734", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7L0LV2jw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16735", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PZa6fcRc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fBP_qjj3", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16736", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9QnU4opL", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16737", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JA5CM-VG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Y1Rqw5E8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16738", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SNIQNUuy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ca71SmWs", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16739", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tKZdJ1b_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16740", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-N96SKFWl", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SPo4SV-C", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16741", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UEqjljYk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16742", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fZIg56D8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3395", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16743", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3396", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--qvqF1RP", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jrxTmiG4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16744", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AgSQnEAG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oEnyQ_d5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16745", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Lwy-qADd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16746", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cHsc8BCy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YxQ7Gh2N", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16747", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-A3Jt723U", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XEUSovVm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16748", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7L0LV2jw", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16749", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AM7YtKeO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PZa6fcRc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16750", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9QnU4opL", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16751", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jkiznuvy", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6GBPx2Io", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1FBwi1xH", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JA5CM-VG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16752", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-EEgk-Yff", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SNIQNUuy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16753", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RKIk04i1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tKZdJ1b_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16754", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hxMCs-2O", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-N96SKFWl", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16755", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YQ2Qj3z4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UEqjljYk", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16756", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JRAAw485", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fZIg56D8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16757", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-L28J0B-W", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16758", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_pp9tysE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AgSQnEAG", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16759", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vWffOcNW", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16760", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mkCLwyla", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cHsc8BCy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16761", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vQJ1qlPd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-A3Jt723U", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16762", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2t1vDiwJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16763", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BbB1pUoP", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AM7YtKeO", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16764", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zzL8pmfg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16765", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jkiznuvy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6GBPx2Io", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1FBwi1xH", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16766", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8czRO4ZP", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-EEgk-Yff", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16767", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RKIk04i1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16768", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hxMCs-2O", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16769", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ORYKa--f", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YQ2Qj3z4", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16770", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JRAAw485", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16771", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oZVlZzKh", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-L28J0B-W", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16772", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_pp9tysE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16773", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-je3cRB7F", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vWffOcNW", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16774", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mkCLwyla", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16775", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SgrZC9mm", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vQJ1qlPd", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16776", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2t1vDiwJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16777", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SrzEhL0f", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BbB1pUoP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16778", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zzL8pmfg", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16779", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZtojqFO1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16780", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8czRO4ZP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16781", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oCA1ZhR8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16782", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16783", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F2jVn7Gn", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ORYKa--f", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16784", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16785", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1_mlatk2", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oZVlZzKh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16786", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16787", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V44oc_oI", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-je3cRB7F", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16788", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16789", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-I3ilBqyQ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SgrZC9mm", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16790", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16791", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-W4fdS6Hh", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SrzEhL0f", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16792", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16793", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9wMtfL2T", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZtojqFO1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16794", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16795", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pkhka4W_", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oCA1ZhR8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16796", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16797", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zJL_pZsv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F2jVn7Gn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16798", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16799", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H08KK39f", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1_mlatk2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16800", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16801", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZtMQjV14", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V44oc_oI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16802", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16803", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-b8QyJMjt", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-I3ilBqyQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16804", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16805", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-E016H1hu", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-W4fdS6Hh", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16806", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16807", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pL4CmROv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9wMtfL2T", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16808", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16809", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9euGX5p6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pkhka4W_", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16810", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16811", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CUQk8yb8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zJL_pZsv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16812", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16813", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--rPEOl_h", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H08KK39f", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16814", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16815", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZtMQjV14", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16816", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-d_vrZ4E2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16817", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MsqqUtwK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-b8QyJMjt", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16818", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OM0GWtO8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16819", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--dpqOTdc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-E016H1hu", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16820", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16821", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DZjLGTZE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pL4CmROv", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16822", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16823", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9euGX5p6", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16824", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7LWIIJBX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16825", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CUQk8yb8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16826", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Bj3Q77v8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16827", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--rPEOl_h", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16828", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Lo8Q8Acu", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16829", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16830", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PrI2fhmx", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-d_vrZ4E2", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16831", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MsqqUtwK", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16832", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-propname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-PropName", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-propname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-propname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-propname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-method-definitions-static-semantics-propname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-object-initializer-static-semantics-propname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3390", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qwkHLLWn", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OM0GWtO8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16833", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3391", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--dpqOTdc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16834", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LNEVDzQo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16835", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T9fmdB_X", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DZjLGTZE", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16836", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16837", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3392", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16838", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-u_yMpuq5", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7LWIIJBX", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16839", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3393", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16840", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xw0182zP", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Bj3Q77v8", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16841", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3394", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16842", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nyDilreQ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Lo8Q8Acu", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16843", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3395", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16844", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3396", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r9-JDvZR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PrI2fhmx", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16845", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CpdLYUt9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16846", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-propname", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-function-definitions-static-semantics-PropName", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-class-definitions-static-semantics-propname", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-generator-function-definitions-static-semantics-propname", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-propname", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-method-definitions-static-semantics-propname", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-object-initializer-static-semantics-propname", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3397", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qwkHLLWn", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16847", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3398", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16848", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5q0xQjd1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LNEVDzQo", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16849", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T9fmdB_X", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16850", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Pj7-Oy-Q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16851", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3399", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16852", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-u_yMpuq5", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16853", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3397", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3400", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16854", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zA_cSICS", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xw0182zP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16855", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3401", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16856", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nyDilreQ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16857", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3398", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3402", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16858", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kfKLLmSB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3403", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r9-JDvZR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16859", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CpdLYUt9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16860", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16861", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3399", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16862", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-auRJV_iy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5q0xQjd1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16863", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eIc0iw1U", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cOwxJsMP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16864", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Pj7-Oy-Q", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16865", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16866", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3400", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16867", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NW7fjJTs", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3404", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16868", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zA_cSICS", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16869", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3401", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16870", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5EaGoVCR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16871", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3405", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16872", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kfKLLmSB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16873", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16874", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16875", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3406", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16876", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-auRJV_iy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16877", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eIc0iw1U", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cOwxJsMP", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16878", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16879", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16880", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3407", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16881", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NW7fjJTs", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16882", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16883", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3408", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16884", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5EaGoVCR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16885", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#references-pane-container", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#references-pane", @@ -6174,52 +6181,45 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-lexical-environments", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16872", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16873", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16874", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16875", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16876", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16877", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16878", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16886", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16887", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16888", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16889", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16890", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16891", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16892", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-the-environment-record-type-hierarchy", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3402", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3403", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3404", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3405", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3406", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3407", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3408", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3409", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3410", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3411", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16879", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16880", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16881", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3412", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3413", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3414", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3415", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16882", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16883", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3416", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3417", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16884", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3418", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16885", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16893", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16894", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16895", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3419", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3420", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3421", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_227", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-abstract-methods-of-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3422", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-15", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16896", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16897", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3423", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3424", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16898", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3425", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16899", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3426", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3427", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3428", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_224", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-abstract-methods-of-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3429", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-15", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3430", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3431", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3432", @@ -6227,89 +6227,87 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3434", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3435", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3436", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasbinding-n", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasbinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3437", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3438", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createmutablebinding-n-d", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createmutablebinding-n-d", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3439", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3440", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3441", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3442", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createimmutablebinding-n-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createimmutablebinding-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3443", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasbinding-n", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasbinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3444", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3445", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createmutablebinding-n-d", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createmutablebinding-n-d", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3446", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-initializebinding-n-v", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-initializebinding-n-v", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3447", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3448", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3449", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createimmutablebinding-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-createimmutablebinding-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3450", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-setmutablebinding-n-v-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-setmutablebinding-n-v-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3451", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3452", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3453", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-initializebinding-n-v", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-initializebinding-n-v", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3454", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-setmutablebinding-missing-binding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3455", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_228", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-getbindingvalue-n-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-getbindingvalue-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3456", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3457", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-setmutablebinding-n-v-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-setmutablebinding-n-v-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3458", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3459", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3460", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-deletebinding-n", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3461", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-setmutablebinding-missing-binding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3462", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_225", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-getbindingvalue-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-getbindingvalue-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3463", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3464", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3465", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3466", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3467", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hassuperbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hassuperbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-deletebinding-n", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3468", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3469", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3470", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3471", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-withbaseobject", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-withbaseobject", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3472", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3473", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16886", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_229", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_230", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-fields-of-object-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3474", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hassuperbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-hassuperbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3475", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3476", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasbinding-n", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasbinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3477", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3478", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-withbaseobject", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-declarative-environment-records-withbaseobject", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3479", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3480", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16900", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_226", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_227", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-fields-of-object-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3481", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3482", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3483", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasbinding-n", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasbinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3484", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3485", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createmutablebinding-n-d", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createmutablebinding-n-d", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3486", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3487", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3488", @@ -6317,280 +6315,280 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3490", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3491", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3492", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createimmutablebinding-n-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createimmutablebinding-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createmutablebinding-n-d", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createmutablebinding-n-d", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3493", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-initializebinding-n-v", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-initializebinding-n-v", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3494", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3495", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3496", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3497", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3498", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3499", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-setmutablebinding-n-v-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-setmutablebinding-n-v-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createimmutablebinding-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-createimmutablebinding-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3500", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-initializebinding-n-v", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-initializebinding-n-v", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3501", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3502", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3503", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3504", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3505", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3506", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-getbindingvalue-n-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-getbindingvalue-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-setmutablebinding-n-v-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-setmutablebinding-n-v-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3507", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3508", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3509", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3510", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3511", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3512", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-deletebinding-n", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3513", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-getbindingvalue-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-getbindingvalue-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3514", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3515", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3516", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3517", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hassuperbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hassuperbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3518", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3519", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-withbaseobject", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-withbaseobject", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-deletebinding-n", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3520", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#function-environment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3521", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16887", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16888", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_231", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-fields-of-function-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3522", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-16", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3523", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16889", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3524", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hassuperbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hassuperbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3525", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3526", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-withbaseobject", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-withbaseobject", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3527", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_232", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_233", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-function-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#function-environment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3528", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-17", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16901", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16902", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_228", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-fields-of-function-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3529", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-16", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3530", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16903", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3531", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3532", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3533", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3534", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_229", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_230", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-function-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3535", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-17", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3536", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hasthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3537", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hassuperbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hassuperbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3538", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-getthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-getthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3539", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3540", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3541", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3542", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3543", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hasthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3544", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hassuperbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-hassuperbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3545", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-getthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-function-environment-records-getthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3546", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3547", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3548", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#global-environment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16890", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3549", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_234", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3550", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_235", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_236", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16891", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3551", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3552", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3553", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3554", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3555", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#global-environment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16904", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3556", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_231", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3557", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_237", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16892", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16893", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16894", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16895", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16896", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_232", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_233", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16905", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3558", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3559", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3560", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16897", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16898", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16899", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16900", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16901", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3561", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_238", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_239", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-fields-of-global-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3562", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-18", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3563", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3564", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16902", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16903", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16904", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16905", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_234", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16906", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3565", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3566", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3567", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3568", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16907", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16908", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16909", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16910", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3565", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3566", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3567", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16911", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3569", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16912", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16913", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16914", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16915", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16916", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3568", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_235", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_236", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-fields-of-global-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3569", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-18", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3570", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-global-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3571", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-19", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3572", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3573", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16916", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16917", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16918", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16919", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16920", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16921", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3572", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3573", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3574", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3575", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16921", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16922", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16923", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3575", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16924", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16925", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3576", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16926", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16927", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16928", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16929", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16930", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3577", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-global-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3578", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-19", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3579", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasbinding-n", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasbinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3580", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16931", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16932", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16933", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16934", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16935", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3581", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16936", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16937", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3582", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createmutablebinding-n-d", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createmutablebinding-n-d", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3583", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3584", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3585", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createimmutablebinding-n-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createimmutablebinding-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3586", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasbinding-n", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasbinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3587", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3588", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3589", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-initializebinding-n-v", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-initializebinding-n-v", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createmutablebinding-n-d", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createmutablebinding-n-d", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3590", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3591", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3592", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createimmutablebinding-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-createimmutablebinding-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3593", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3594", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3595", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-setmutablebinding-n-v-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-setmutablebinding-n-v-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3596", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-initializebinding-n-v", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-initializebinding-n-v", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3597", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3598", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3599", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getbindingvalue-n-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getbindingvalue-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3600", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3601", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3602", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-setmutablebinding-n-v-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-setmutablebinding-n-v-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3603", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-deletebinding-n", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3604", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3605", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3606", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getbindingvalue-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getbindingvalue-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3607", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3608", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3609", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hassuperbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hassuperbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3610", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-deletebinding-n", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3611", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-withbaseobject", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-withbaseobject", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3612", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3613", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3614", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasvardeclaration", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasvardeclaration", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3615", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16924", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16925", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-haslexicaldeclaration", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-haslexicaldeclaration", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3616", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16926", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16927", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasrestrictedglobalproperty", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasrestrictedglobalproperty", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hassuperbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-hassuperbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3617", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3618", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-withbaseobject", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-withbaseobject", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3619", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records-getthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3620", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3621", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasvardeclaration", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasvardeclaration", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3622", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16938", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16939", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-haslexicaldeclaration", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-haslexicaldeclaration", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3623", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16940", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16941", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasrestrictedglobalproperty", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasrestrictedglobalproperty", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3624", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3625", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3626", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3627", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3628", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3629", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3630", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3631", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3632", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3633", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3634", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3635", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3636", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3637", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3638", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3639", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3640", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3641", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3642", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3643", @@ -6598,277 +6596,277 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3645", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3646", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3647", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-createglobalfunctionbinding-set", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3648", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3649", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_240", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#module-environment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3650", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16928", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3651", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3652", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_241", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_242", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-module-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3653", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-20", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3654", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-createglobalfunctionbinding-set", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3655", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3656", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_237", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#module-environment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3657", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getbindingvalue-n-s", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getbindingvalue-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16942", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3658", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3659", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_238", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_239", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-module-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3660", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-20", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3661", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3662", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3663", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16929", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3664", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-deletebinding-n", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-deletebinding-n", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getbindingvalue-n-s", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getbindingvalue-n-s", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3665", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3666", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3667", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3668", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3669", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_243", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-hasthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3670", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16943", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3671", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-deletebinding-n", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-deletebinding-n", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3672", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3673", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3674", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3675", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3676", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_240", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-hasthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-hasthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3677", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3678", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-module-environment-records-getthisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3679", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-record-operations", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-lexical-environment-operations", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3680", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3681", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getidentifierreference", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getidentifierreference", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3682", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3683", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3684", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3685", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3686", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-record-operations", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-lexical-environment-operations", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3687", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3688", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newdeclarativeenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newdeclarativeenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getidentifierreference", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getidentifierreference", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3689", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3690", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3691", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newobjectenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newobjectenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3692", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3693", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3694", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newfunctionenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newfunctionenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3695", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newdeclarativeenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newdeclarativeenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3696", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newglobalenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newglobalenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3697", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3698", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newobjectenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newobjectenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3699", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3700", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3701", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newmoduleenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newmoduleenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newfunctionenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newfunctionenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3702", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3703", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newglobalenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newglobalenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3704", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-privateenvironment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#privateenvironment-record", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3705", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16930", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16931", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3706", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3707", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16932", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16933", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3708", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newmoduleenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newmoduleenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3709", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3710", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_244", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-privateenvironment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3711", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-privateenvironment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#privateenvironment-record", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3712", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16944", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16945", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3713", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3714", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16946", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16947", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3715", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3716", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3717", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-privateenvironment-record-operations", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_241", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-privateenvironment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3718", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3719", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newprivateenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newprivateenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3720", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3721", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3722", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3723", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolve-private-identifier", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolve-private-identifier", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3724", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-privateenvironment-record-operations", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3725", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3726", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newprivateenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newprivateenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3727", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3728", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3729", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-code-realms", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3730", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolve-private-identifier", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolve-private-identifier", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3731", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm-record", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_245", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-realm-record-fields", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3732", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-21", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3733", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3734", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3735", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3736", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-code-realms", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3737", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3738", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm-record", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_242", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-realm-record-fields", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3739", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-21", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3740", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3741", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3742", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3743", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3744", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16934", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3745", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3746", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3747", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createrealm", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createrealm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3748", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3749", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3750", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3751", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createintrinsics", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createintrinsics", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16948", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3752", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3753", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_246", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_247", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_248", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3754", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createrealm", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createrealm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3755", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3756", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3757", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setrealmglobalobject", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setrealmglobalobject", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3758", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createintrinsics", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createintrinsics", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3759", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3760", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_243", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_244", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_245", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3761", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3762", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3763", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setdefaultglobalbindings", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setdefaultglobalbindings", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3764", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setrealmglobalobject", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setrealmglobalobject", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3765", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3766", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_249", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3767", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3768", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_250", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_251", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_252", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3769", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3770", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setdefaultglobalbindings", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setdefaultglobalbindings", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3771", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#running-execution-context", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3772", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3773", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_246", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3774", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#execution-context-stack", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3775", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_247", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_248", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_249", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3776", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3777", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_253", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-22", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3778", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#running-execution-context", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3779", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3780", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3781", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16935", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16936", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#execution-context-stack", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3782", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3783", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3784", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_250", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-22", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3785", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3786", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3787", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3788", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16949", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16950", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3789", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3790", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3791", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3792", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3793", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3794", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3795", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3796", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#current-realm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3797", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#active-function-object", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#ecmascript-code-execution-context", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_254", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-23", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3798", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3799", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3800", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16937", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3801", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3802", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3803", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16938", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#current-realm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3804", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_255", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-generator-execution-contexts", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-24", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-generator-execution-contexts", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#active-function-object", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#ecmascript-code-execution-context", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_251", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-23", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3805", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3806", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3807", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16951", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3808", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getactivescriptormodule", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getactivescriptormodule", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3809", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3810", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16952", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3811", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_252", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-generator-execution-contexts", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-24", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-generator-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3812", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3813", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3814", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3815", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvebinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvebinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getactivescriptormodule", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getactivescriptormodule", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3816", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3817", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3818", @@ -6876,51 +6874,53 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3820", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3821", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3822", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvebinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvebinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3823", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3824", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3825", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3826", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3827", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getthisenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getthisenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3828", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3829", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3830", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3831", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-getthisenvironment-loop", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3832", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_256", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvethisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvethisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3833", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3834", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getthisenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getthisenvironment", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3835", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3836", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3837", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3838", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getnewtarget", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getnewtarget", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-getthisenvironment-loop", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3839", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_253", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvethisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvethisbinding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3840", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3841", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getglobalobject", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getglobalobject", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3842", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3843", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3844", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobs", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-queue", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-runjobs", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-enqueuejob", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobs-and-job-queues", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3845", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getnewtarget", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getnewtarget", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3846", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3847", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3848", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getglobalobject", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getglobalobject", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3849", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3850", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3851", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobs", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-queue", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-runjobs", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-enqueuejob", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobs-and-job-queues", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3852", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3853", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3854", @@ -6942,21 +6942,21 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3870", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3871", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3872", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-activescriptormodule", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3873", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3874", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3875", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3876", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3877", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3878", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-preparedtoevaluatecode", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3879", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-activescriptormodule", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3880", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3881", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3882", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3883", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3884", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3885", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-preparedtoevaluatecode", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3886", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3887", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3888", @@ -6967,8 +6967,6 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3893", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3894", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3895", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobcallback-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobcallback-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3896", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3897", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3898", @@ -6976,29 +6974,29 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3900", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3901", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3902", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobcallback-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobcallback-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3903", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3904", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3905", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3906", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3907", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3908", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_257", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-jobcallback-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3909", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3910", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3911", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3912", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostmakejobcallback", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostmakejobcallback", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3913", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3914", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3915", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_254", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-jobcallback-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3916", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3917", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3918", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3919", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostcalljobcallback", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostcalljobcallback", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostmakejobcallback", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostmakejobcallback", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3920", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3921", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3922", @@ -7006,6 +7004,8 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3924", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3925", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3926", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostcalljobcallback", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostcalljobcallback", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3927", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3928", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3929", @@ -7014,33 +7014,31 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3932", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3933", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3934", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostenqueuepromisejob", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostenqueuepromisejob", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3935", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3936", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3937", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3938", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3939", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_258", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3940", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_259", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3941", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostenqueuepromisejob", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostenqueuepromisejob", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3942", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_260", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3943", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3944", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3945", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3946", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_255", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3947", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_256", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3948", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3949", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_257", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3950", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3951", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3952", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3953", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3954", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-initializehostdefinedrealm", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-initializehostdefinedrealm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3955", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3956", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3957", @@ -7048,6 +7046,8 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3959", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3960", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3961", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-initializehostdefinedrealm", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-initializehostdefinedrealm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3962", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3963", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3964", @@ -7062,20 +7062,20 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3973", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3974", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3975", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3976", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3977", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3978", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent-record", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#executing-thread", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3979", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3980", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3981", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3982", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3983", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3984", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3985", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent-record", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#executing-thread", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3986", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3987", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3988", @@ -7086,22 +7086,22 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3993", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3994", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3995", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#surrounding-agent", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3996", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3997", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3998", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3999", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4000", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4001", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-agent-record", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4002", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#surrounding-agent", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4003", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4004", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4005", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4006", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4007", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4008", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-agent-record", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4009", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4010", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4011", @@ -7114,25 +7114,25 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4018", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4019", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4020", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentsignifier", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentsignifier", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4021", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4022", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4023", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentcansuspend", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentcansuspend", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4024", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4025", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4026", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agent-clusters", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agent-clusters", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4027", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentsignifier", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentsignifier", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4028", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4029", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4030", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentcansuspend", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agentcansuspend", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4031", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4032", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4033", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agent-clusters", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agent-clusters", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4034", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4035", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4036", @@ -7180,7 +7180,6 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4078", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4079", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4080", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-forward-progress", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4081", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4082", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4083", @@ -7188,6 +7187,7 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4085", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4086", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4087", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-forward-progress", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4088", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4089", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4090", @@ -7196,8 +7196,6 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4093", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4094", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4095", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-processing-model", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-invariants", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4096", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4097", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4098", @@ -7205,7 +7203,9 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4100", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4101", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4102", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4103", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-processing-model", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-invariants", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4103", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4104", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4105", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4106", @@ -7214,8 +7214,6 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4109", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4110", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4111", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4112", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4113", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4114", @@ -7224,19 +7222,21 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4117", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4118", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4119", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4120", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4121", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4122", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4123", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-execution", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4124", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4125", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4126", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4127", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4128", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4129", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4130", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-execution", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4131", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4132", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4133", @@ -7253,9 +7253,6 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4144", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4145", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4146", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-host-hooks", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-host-cleanup-finalization-registry", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-host-cleanup-finalization-registry", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4147", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4148", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4149", @@ -7263,26 +7260,36 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4151", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4152", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4153", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-host-hooks", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-host-cleanup-finalization-registry", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-host-cleanup-finalization-registry", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4154", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_261", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-clear-kept-objects", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-clear-kept-objects", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4155", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4156", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4157", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-addtokeptobjects", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-addtokeptobjects", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4158", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4159", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4160", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-cleanup-finalization-registry", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-cleanup-finalization-registry", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4161", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_258", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-clear-kept-objects", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-clear-kept-objects", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4162", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4163", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4164", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-addtokeptobjects", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-addtokeptobjects", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4165", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4166", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4167", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-cleanup-finalization-registry", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-cleanup-finalization-registry", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4168", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4169", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4170", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4171", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4172", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4173", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#references-pane-container", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#references-pane", @@ -7302,15 +7309,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#spec-container", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-and-exotic-objects-behaviours", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4167", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4168", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4169", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4170", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4171", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4172", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4173", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4174", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_262", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4175", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4176", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4177", @@ -7318,91 +7317,92 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4179", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4180", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4181", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-getprototypeof", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_259", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4182", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4183", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4184", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetprototypeof", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetprototypeof", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4185", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4186", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4187", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetprototypeof", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4188", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-ordinarysetprototypeof-loop", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-getprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4189", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4190", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_263", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_264", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4191", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-isextensible", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetprototypeof", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetprototypeof", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4192", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4193", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4194", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryisextensible", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryisextensible", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-preventextensions", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetprototypeof", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4195", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-ordinarysetprototypeof-loop", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4196", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4197", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarypreventextensions", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarypreventextensions", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-getownproperty-p", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_260", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_261", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4198", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-isextensible", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4199", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4200", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4201", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryisextensible", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryisextensible", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-preventextensions", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4202", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetownproperty", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetownproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4203", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4204", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarypreventextensions", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarypreventextensions", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4205", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4206", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4207", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4208", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4209", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetownproperty", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarygetownproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4210", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4211", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4212", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4213", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4214", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydefineownproperty", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydefineownproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4215", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4216", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4217", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4218", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4219", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4220", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-iscompatiblepropertydescriptor", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-iscompatiblepropertydescriptor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4221", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydefineownproperty", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydefineownproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4222", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4223", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-validateandapplypropertydescriptor", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-validateandapplypropertydescriptor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4224", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4225", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4226", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_265", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4227", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-iscompatiblepropertydescriptor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-iscompatiblepropertydescriptor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4228", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4229", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4230", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_266", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-validateandapplypropertydescriptor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-validateandapplypropertydescriptor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4231", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_267", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4232", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4233", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_262", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4234", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4235", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4236", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4237", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_263", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4238", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_264", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4239", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4240", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4241", @@ -7410,32 +7410,30 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4243", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4244", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4245", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_268", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4246", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4247", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4248", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_269", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4249", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4250", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4251", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4252", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_265", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4253", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryhasproperty", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryhasproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4254", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4255", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_266", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4256", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4257", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4258", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4259", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4260", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryhasproperty", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryhasproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4261", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4262", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4263", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryget", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryget", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4264", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4265", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4266", @@ -7443,9 +7441,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4268", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4269", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4270", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryget", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4271", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4272", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4273", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4274", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4275", @@ -7453,23 +7452,24 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4277", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4278", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4279", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryset", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryset", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4280", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4281", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4282", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4283", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4284", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4285", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetwithowndescriptor", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetwithowndescriptor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4286", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryset", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryset", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4287", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4288", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4289", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4290", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4291", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4292", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetwithowndescriptor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarysetwithowndescriptor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4293", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4294", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4295", @@ -7477,38 +7477,35 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4297", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4298", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4299", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4300", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4301", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4302", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4303", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4304", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydelete", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydelete", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4305", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4306", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4307", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4308", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4309", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4310", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4311", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydelete", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydelete", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4312", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryownpropertykeys", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4313", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4314", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4315", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4316", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4317", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4318", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4319", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryownpropertykeys", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4320", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4321", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4322", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryobjectcreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-objectcreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryobjectcreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4323", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4324", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4325", @@ -7516,9 +7513,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4327", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4328", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4329", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryobjectcreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-objectcreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryobjectcreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4330", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycreatefromconstructor", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycreatefromconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4331", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4332", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4333", @@ -7527,11 +7525,11 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4336", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4337", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4338", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycreatefromconstructor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycreatefromconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4339", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4340", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4341", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-getprototypefromconstructor", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-getprototypefromconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4342", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4343", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4344", @@ -7540,42 +7538,44 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4347", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4348", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4349", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-getprototypefromconstructor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-getprototypefromconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4350", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4351", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4352", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-requireinternalslot", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-requireinternalslot", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4353", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4354", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4355", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4356", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4357", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4358", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4359", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4360", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-requireinternalslot", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-requireinternalslot", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4361", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4362", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4363", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_270", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4364", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4365", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4366", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#strict-function", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4367", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#non-strict-function", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4368", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_271", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-ecmascript-function-objects", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-27", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4369", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4370", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4371", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_267", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4372", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4373", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4374", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#strict-function", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4375", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#non-strict-function", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4376", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_268", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-ecmascript-function-objects", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-27", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4377", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4378", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4379", @@ -7584,7 +7584,6 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4382", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4383", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4384", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_272", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4385", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4386", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4387", @@ -7593,9 +7592,9 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4390", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4391", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4392", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_269", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4393", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4394", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4395", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4396", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4397", @@ -7604,6 +7603,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4400", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4401", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4402", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4403", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4404", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4405", @@ -7614,24 +7614,22 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4410", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4411", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4412", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-call-pop-context-stack", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4413", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4414", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4415", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4416", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_273", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-prepareforordinarycall", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-prepareforordinarycall", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4417", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4418", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4419", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4420", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-call-pop-context-stack", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4421", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4422", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4423", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4424", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallbindthis", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallbindthis", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_270", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-prepareforordinarycall", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-prepareforordinarycall", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4425", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4426", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4427", @@ -7640,10 +7638,11 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4430", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4431", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4432", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallbindthis", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallbindthis", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4433", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4434", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4435", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-runtime-semantics-evaluatebody", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4436", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4437", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4438", @@ -7651,59 +7650,59 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4440", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4441", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4442", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-xc-5PFkl", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16939", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4443", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16940", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-ph5_rCcA", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16941", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-runtime-semantics-evaluatebody", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4444", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16942", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-dp9uKN5f", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16943", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4445", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16944", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-_F5bCEpP", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16945", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4446", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16946", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-V5mALOgb", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16947", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4447", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16948", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod--uh40sBe", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16949", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4448", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16950", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-pu8sYeYA", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16951", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4449", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4450", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-xc-5PFkl", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16953", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4451", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16952", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16954", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-ph5_rCcA", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16955", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4452", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16953", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16956", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-dp9uKN5f", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16957", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4453", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16954", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16958", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-_F5bCEpP", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16959", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4454", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16960", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-V5mALOgb", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16961", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4455", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16962", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod--uh40sBe", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16963", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4456", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-X0MRkB7d", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16955", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16964", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-pu8sYeYA", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16965", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4457", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4458", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16956", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallevaluatebody", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallevaluatebody", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4459", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16966", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4460", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16967", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4461", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16968", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4462", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4463", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4464", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-X0MRkB7d", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16969", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4465", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4466", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16970", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallevaluatebody", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallevaluatebody", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4467", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4468", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4469", @@ -7711,6 +7710,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4471", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4472", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4473", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4474", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4475", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4476", @@ -7728,33 +7728,31 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4488", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4489", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4490", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryfunctioncreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-async-functions-abstract-operations-async-function-create", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-asyncgeneratorfunctioncreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-generatorfunctioncreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functioncreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functioninitialize", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functionallocate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryfunctioncreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4491", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4492", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4493", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4494", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4495", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4496", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_274", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4497", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_275", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4498", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryfunctioncreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-async-functions-abstract-operations-async-function-create", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-asyncgeneratorfunctioncreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-generatorfunctioncreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functioncreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functioninitialize", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functionallocate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryfunctioncreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4499", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4500", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4501", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4502", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4503", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4504", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_271", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4505", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-addrestrictedfunctionproperties", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-addrestrictedfunctionproperties", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_272", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4506", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4507", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4508", @@ -7762,44 +7760,44 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4510", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4511", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4512", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-%throwtypeerror%", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-%throwtypeerror%", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4513", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-addrestrictedfunctionproperties", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-addrestrictedfunctionproperties", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4514", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeconstructor", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4515", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4516", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4517", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4518", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4519", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4520", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-%throwtypeerror%", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-%throwtypeerror%", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4521", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_276", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_277", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4522", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeconstructor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4523", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4524", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4525", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeclassconstructor", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeclassconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4526", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4527", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makemethod", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makemethod", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4528", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-definemethodproperty", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-definemethodproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4529", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_273", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_274", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4530", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4531", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4532", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4533", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeclassconstructor", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeclassconstructor", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4534", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4535", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makemethod", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makemethod", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4536", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionname", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionname", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-definemethodproperty", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-definemethodproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4537", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4538", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4539", @@ -7808,24 +7806,26 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4542", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4543", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4544", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionname", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionname", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4545", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionlength", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionlength", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4546", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4547", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4548", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4549", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4550", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functiondeclarationinstantiation", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functiondeclarationinstantiation", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4551", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4552", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4553", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionlength", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-setfunctionlength", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4554", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4555", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4556", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4557", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4558", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functiondeclarationinstantiation", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functiondeclarationinstantiation", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4559", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4560", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4561", @@ -7840,14 +7840,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4570", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4571", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4572", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16957", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16958", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16959", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4573", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16960", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16961", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16962", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16963", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4574", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4575", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4576", @@ -7855,7 +7848,14 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4578", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4579", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4580", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16971", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16972", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16973", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4581", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16974", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16975", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16976", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16977", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4582", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4583", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4584", @@ -7871,8 +7871,6 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4594", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4595", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4596", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-functiondeclarationinstantiation-web-compat-insertion-point", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_278", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4597", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4598", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4599", @@ -7881,42 +7879,43 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4602", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4603", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4604", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-functiondeclarationinstantiation-web-compat-insertion-point", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_275", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4605", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4606", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4607", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4608", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4609", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_279", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4610", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4611", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_280", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4612", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4613", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4614", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4615", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_281", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_282", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4616", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_283", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4617", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_276", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4618", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4619", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_284", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_277", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4620", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4621", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4622", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4623", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_278", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_279", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4624", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_280", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4625", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4626", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4627", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_281", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4628", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4629", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4630", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4631", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4632", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4633", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4634", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4635", @@ -7925,81 +7924,81 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4638", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4639", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4640", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4641", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4642", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4643", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4644", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4645", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-call-builtin-function-result", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4646", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4647", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4648", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4649", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4650", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4651", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4652", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4653", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-call-builtin-function-result", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4654", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4655", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_285", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_286", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4656", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createbuiltinfunction", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createbuiltinfunction", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4657", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4658", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4659", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4660", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4661", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4662", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4663", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_282", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_283", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4664", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createbuiltinfunction", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createbuiltinfunction", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4665", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4666", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4667", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_287", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4668", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4669", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4670", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4671", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4672", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4673", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-exotic-object-internal-methods-and-slots", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4674", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4675", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_284", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4676", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4677", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4678", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4679", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4680", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4681", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-exotic-object-internal-methods-and-slots", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4682", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#bound-function-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_288", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4683", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4684", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4685", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_289", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_290", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-bound-function-exotic-objects", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-28", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4686", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4687", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4688", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4689", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4690", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#bound-function-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_285", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4691", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4692", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4693", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_286", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_287", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-bound-function-exotic-objects", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-28", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4694", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4695", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4696", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4697", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4698", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4699", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4700", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4701", @@ -8008,11 +8007,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4704", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4705", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4706", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4707", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4708", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4709", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-boundfunctioncreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-boundfunctioncreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4710", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4711", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4712", @@ -8021,25 +8019,27 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4715", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4716", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4717", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-boundfunctioncreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-boundfunctioncreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4718", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_291", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4719", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_292", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4720", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_293", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4721", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4722", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4723", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_294", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4724", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4725", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4726", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_288", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4727", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_289", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4728", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_290", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4729", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4730", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4731", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_291", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4732", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4733", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4734", @@ -8047,10 +8047,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4736", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4737", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4738", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#array-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_295", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4739", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4740", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4741", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4742", @@ -8058,7 +8055,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4744", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4745", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4746", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#array-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_292", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4747", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4748", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4749", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4750", @@ -8069,27 +8069,27 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4755", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4756", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4757", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraycreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraycreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4758", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4759", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4760", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4761", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4762", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4763", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_296", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4764", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4765", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arrayspeciescreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arrayspeciescreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraycreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraycreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4766", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4767", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4768", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4769", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4770", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4771", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_293", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4772", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4773", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arrayspeciescreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arrayspeciescreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4774", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4775", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4776", @@ -8109,60 +8109,59 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4790", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4791", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4792", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraysetlength", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraysetlength", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4793", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4794", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4795", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4796", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-arraysetlength-newlen", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4797", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-arraysetlength-numberlen", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4798", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4799", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4800", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraysetlength", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraysetlength", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4801", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4802", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4803", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4804", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-arraysetlength-newlen", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4805", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-arraysetlength-numberlen", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4806", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4807", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4808", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4809", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4810", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4811", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_297", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_298", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4812", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4813", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4814", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4815", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4816", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4817", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#string-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_299", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4818", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4819", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_294", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_295", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4820", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4821", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4822", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4823", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4824", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4825", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#string-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_296", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4826", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4827", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4828", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4829", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4830", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4831", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4832", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4833", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4834", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4835", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4836", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4837", @@ -8170,6 +8169,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4839", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4840", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4841", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4842", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4843", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4844", @@ -8180,58 +8180,57 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4849", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4850", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4851", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringcreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringcreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4852", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4853", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4854", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_300", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_301", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_302", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4855", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4856", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringgetownproperty", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringgetownproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4857", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4858", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4859", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringcreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringcreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4860", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4861", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4862", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_297", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_298", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_299", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4863", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4864", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringgetownproperty", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringgetownproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4865", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4866", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4867", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4868", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4869", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4870", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4871", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4872", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4873", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#arguments-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_303", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4874", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4875", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4876", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4877", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4878", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4879", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_304", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4880", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4881", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#arguments-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_300", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4882", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4883", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4884", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4885", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4886", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4887", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_301", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4888", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4889", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4890", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4891", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4892", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4893", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4894", @@ -8239,8 +8238,8 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4896", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4897", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4898", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4899", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4900", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4901", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4902", @@ -8248,10 +8247,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4904", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4905", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4906", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4907", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4908", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4909", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4910", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4911", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4912", @@ -8260,9 +8259,9 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4915", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4916", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4917", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4918", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4919", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4920", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4921", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4922", @@ -8271,26 +8270,27 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4925", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4926", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4927", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4928", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4929", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4930", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4931", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4932", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4933", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4934", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4935", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4936", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createunmappedargumentsobject", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createunmappedargumentsobject", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4937", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4938", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4939", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4940", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4941", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4942", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4943", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4944", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createunmappedargumentsobject", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createunmappedargumentsobject", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4945", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4946", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4947", @@ -8298,8 +8298,6 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4949", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4950", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4951", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createmappedargumentsobject", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createmappedargumentsobject", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4952", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4953", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4954", @@ -8307,12 +8305,9 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4956", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4957", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4958", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_305", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_306", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_307", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_308", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_309", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4959", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createmappedargumentsobject", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createmappedargumentsobject", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4960", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4961", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4962", @@ -8320,6 +8315,11 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4964", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4965", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4966", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_302", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_303", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_304", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_305", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_306", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4967", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4968", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4969", @@ -8328,40 +8328,39 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4972", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4973", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4974", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makearggetter", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makearggetter", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4975", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4976", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4977", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4978", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4979", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeargsetter", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeargsetter", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4980", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4981", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4982", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makearggetter", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makearggetter", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4983", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4984", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4985", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4986", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4987", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeargsetter", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeargsetter", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4988", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_310", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4989", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#integer-indexed-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_311", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4990", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4991", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4992", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4993", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4994", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4995", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4996", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_307", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4997", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#integer-indexed-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_308", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4998", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-hasproperty-p", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4999", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5000", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5001", @@ -8370,7 +8369,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5004", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5005", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5006", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-defineownproperty-p-desc", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5007", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5008", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5009", @@ -8379,10 +8378,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5012", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5013", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5014", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5015", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5016", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5017", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5018", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5019", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5020", @@ -8391,9 +8390,9 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5023", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5024", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5025", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5026", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5027", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5028", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5029", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5030", @@ -8402,11 +8401,11 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5033", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5034", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5035", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5036", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5037", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5038", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5039", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5040", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5041", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5042", @@ -8414,8 +8413,8 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5044", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5045", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5046", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5047", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5048", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5049", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5050", @@ -8423,97 +8422,97 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5052", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5053", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5054", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5055", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5056", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5057", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5058", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5059", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5060", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedobjectcreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedobjectcreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5061", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_312", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5062", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_313", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_314", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_315", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_316", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_317", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_318", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_319", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-isvalidintegerindex", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-isvalidintegerindex", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5063", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5064", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5065", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5066", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5067", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementget", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5068", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedobjectcreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedobjectcreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5069", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_309", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5070", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_310", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_311", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_312", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_313", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_314", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_315", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_316", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-isvalidintegerindex", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-isvalidintegerindex", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5071", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5072", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5073", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementset", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementset", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5074", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5075", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementget", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5076", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5077", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5078", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5079", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5080", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5081", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementset", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integerindexedelementset", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5082", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5083", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5084", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5085", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5086", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16964", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_320", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5087", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16965", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5088", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5089", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5090", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5091", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#module-namespace-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_321", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5092", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5093", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_322", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-module-namespace-exotic-objects", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-29", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5094", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16978", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_317", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5095", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16979", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5096", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5097", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-getprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5098", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5099", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-setprototypeof-v", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#module-namespace-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_318", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5100", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5101", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_319", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-module-namespace-exotic-objects", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-29", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5102", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-isextensible", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5103", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5104", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-preventextensions", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5105", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-getprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5106", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5107", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5108", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5109", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5110", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-isextensible", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5111", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5112", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-preventextensions", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5113", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5114", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5115", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5116", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5117", @@ -8521,102 +8520,102 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5119", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5120", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5121", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5122", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5123", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5124", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5125", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5126", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5127", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5128", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5129", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5130", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5131", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5132", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5133", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5134", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5135", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5136", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5137", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5138", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5139", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5140", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5141", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5142", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5143", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5144", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5145", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5146", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5147", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5148", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5149", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5150", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5151", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5152", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5153", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5154", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5155", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5156", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-modulenamespacecreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-modulenamespacecreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5157", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5158", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5159", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5160", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5161", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_323", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5162", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_324", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5163", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_325", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-immutable-prototype-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5164", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-modulenamespacecreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-modulenamespacecreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5165", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#immutable-prototype-exotic-object", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5166", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5167", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5168", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5169", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_320", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5170", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_321", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5171", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-immutable-prototype-exotic-objects-setprototypeof-v", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_322", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-immutable-prototype-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5172", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5173", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#immutable-prototype-exotic-object", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5174", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5175", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-set-immutable-prototype", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-set-immutable-prototype", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5176", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5177", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5178", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5179", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_326", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#proxy-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-immutable-prototype-exotic-objects-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5180", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-proxy-handler-methods", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-30", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_327", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_328", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5181", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5182", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5183", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-getprototypeof", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-set-immutable-prototype", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-set-immutable-prototype", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5184", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5185", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5186", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5187", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_323", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#proxy-exotic-object", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5188", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-proxy-handler-methods", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-30", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_324", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_325", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5189", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5190", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5191", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-getprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5192", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5193", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5194", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5195", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5196", @@ -8625,10 +8624,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5199", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5200", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5201", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5202", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5203", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5204", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-isextensible", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5205", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5206", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5207", @@ -8637,11 +8636,11 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5210", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5211", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5212", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-isextensible", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5213", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5214", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5215", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5216", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-preventextensions", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5217", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5218", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5219", @@ -8650,9 +8649,9 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5222", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5223", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5224", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-preventextensions", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5225", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5226", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5227", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5228", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5229", @@ -8661,6 +8660,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5232", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5233", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5234", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5235", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5236", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5237", @@ -8669,7 +8669,6 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5240", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5241", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5242", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5243", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5244", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5245", @@ -8678,6 +8677,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5248", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5249", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5250", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5251", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5252", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5253", @@ -8686,7 +8686,6 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5256", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5257", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5258", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5259", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5260", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5261", @@ -8695,10 +8694,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5264", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5265", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5266", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5267", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5268", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5269", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5270", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5271", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5272", @@ -8707,6 +8706,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5275", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5276", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5277", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5278", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5279", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5280", @@ -8714,7 +8714,6 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5282", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5283", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5284", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5285", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5286", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5287", @@ -8723,6 +8722,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5290", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5291", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5292", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5293", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5294", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5295", @@ -8732,7 +8732,6 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5299", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5300", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5301", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5302", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5303", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5304", @@ -8741,10 +8740,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5307", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5308", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5309", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5310", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5311", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5312", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5313", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5314", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5315", @@ -8753,6 +8752,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5318", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5319", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5320", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5321", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5322", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5323", @@ -8768,7 +8768,6 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5333", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5334", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5335", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5336", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5337", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5338", @@ -8777,13 +8776,13 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5341", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5342", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5343", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5344", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5345", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5346", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5347", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5348", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5349", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5350", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5351", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5352", @@ -8792,6 +8791,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5355", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5356", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5357", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5358", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5359", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5360", @@ -8800,8 +8800,6 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5363", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5364", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5365", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxycreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxycreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5366", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5367", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5368", @@ -8810,11 +8808,21 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5371", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5372", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5373", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_329", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxycreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxycreate", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5374", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_330", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5375", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_331", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5376", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5377", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5378", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5379", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5380", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5381", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_326", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5382", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_327", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5383", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_328", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#references-pane-container", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#references-pane", @@ -8836,57 +8844,49 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-source-text", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#prod-SourceCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-source-text", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16966", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16967", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16980", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16981", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16encodecodepoint", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-codepointtoutf16codeunits", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16encoding", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5376", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5377", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5378", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5379", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-codepointstostring", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16encode", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_332", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5380", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5381", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16decodesurrogatepair", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#utf16decodesurrogatepair", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16decode", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_333", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5382", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_334", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_335", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-codepointat", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5383", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5384", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5385", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_336", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5386", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_337", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_338", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5387", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_339", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-codepointstostring", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16encode", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_329", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5388", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_340", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5389", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16decodesurrogatepair", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#utf16decodesurrogatepair", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16decode", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_330", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5390", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_331", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_332", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-codepointat", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5391", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-stringtocodepoints", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16decodestring", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5392", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_341", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5393", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_333", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5394", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-parsetext", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_334", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_335", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5395", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_336", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5396", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_337", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5397", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5398", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5399", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-stringtocodepoints", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16decodestring", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5400", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_338", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5401", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5402", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-parsetext", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5403", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5404", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5405", @@ -8895,31 +8895,20 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5408", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5409", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5410", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_342", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5411", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5412", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5413", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5414", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5415", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5416", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5417", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5418", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_339", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16968", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16969", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16970", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16971", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16972", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16973", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16974", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16975", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16976", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16977", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16978", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16979", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16980", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16981", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16982", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5411", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16983", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16984", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_343", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5412", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16985", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16986", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16987", @@ -8932,8 +8921,13 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16994", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16995", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16996", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5419", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16997", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16998", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_340", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5420", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16999", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17000", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17001", @@ -8949,9 +8943,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17011", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17012", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17013", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5413", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17014", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17015", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17016", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17017", @@ -8965,26 +8957,11 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17025", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17026", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17027", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5421", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17028", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_344", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_345", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_346", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_347", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_348", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_349", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_350", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5414", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_351", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5415", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_352", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5416", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_353", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17029", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5417", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17030", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5418", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-directive-prologues-and-the-use-strict-directive", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#directive-prologue", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17031", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17032", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17033", @@ -8993,65 +8970,96 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17036", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17037", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17038", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_354", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5419", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#use-strict-directive", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17039", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5420", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17040", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5421", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17041", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17042", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_341", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_342", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_343", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_344", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_345", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_346", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_347", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5422", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_348", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5423", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17043", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_349", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5424", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17044", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_350", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17043", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5425", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17044", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5426", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5427", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-directive-prologues-and-the-use-strict-directive", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#directive-prologue", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17045", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5428", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-strict-mode-code", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_355", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-strict-mode-code", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5429", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5430", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5431", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5432", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17046", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17047", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5433", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5434", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5435", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5436", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5437", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17048", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17049", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17050", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17051", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17052", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_351", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5427", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#use-strict-directive", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17053", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5428", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17054", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5429", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17055", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17056", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5430", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5431", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17057", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5432", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17058", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5433", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5434", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5435", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17059", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5436", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-strict-mode-code", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_352", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-strict-mode-code", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5437", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5438", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5439", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5440", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17060", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17061", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5441", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5442", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17059", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5443", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5444", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#non-strict-code", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-non-ecmascript-functions", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5445", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17062", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17063", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17064", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17065", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17066", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17067", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17068", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17069", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17070", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17071", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17072", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5446", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5447", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5448", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5449", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5450", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_17073", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5451", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5452", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#non-strict-code", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-non-ecmascript-functions", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5453", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5454", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5455", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5456", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5457", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane", @@ -9070,292 +9078,292 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#shortcuts-help", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#spec-container", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-ecmascript-language-lexical-grammar", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17060", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17061", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5450", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17062", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17063", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17064", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17065", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17066", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17067", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17068", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17069", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5451", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17070", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17071", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17072", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17073", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17074", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17075", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5458", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17076", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17077", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5452", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17078", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_356", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17079", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17080", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementDiv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17081", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17082", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17083", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5459", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17084", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17085", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17086", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExp", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17087", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17088", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17089", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17090", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17091", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5460", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17092", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExpOrTemplateTail", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_353", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17093", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17094", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementDiv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17095", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17096", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17097", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17098", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementTemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17099", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17100", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExp", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17101", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17102", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17103", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17104", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementHashbangOrRegExp", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17105", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17106", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExpOrTemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17107", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17108", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17109", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17110", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-unicode-format-control-characters", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5453", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17111", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5454", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_357", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_358", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-format-control-code-point-usage", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-31", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17112", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementTemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17113", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17114", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-white-space", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17115", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17116", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17117", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17118", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementHashbangOrRegExp", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17119", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_359", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-white-space-code-points", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-32", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_360", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17120", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-WhiteSpace", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-line-terminators", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_361", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17121", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17122", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17123", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17124", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-unicode-format-control-characters", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5461", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17125", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5462", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_354", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_355", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-format-control-code-point-usage", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-31", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17126", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17127", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_362", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-line-terminator-code-points", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-33", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_363", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_364", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17128", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineTerminator", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineTerminatorSequence", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-comments", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-white-space", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17129", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17130", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_365", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17131", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17132", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Comment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17133", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_356", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-white-space-code-points", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-32", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_357", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17134", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineComment", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-WhiteSpace", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-line-terminators", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_358", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17135", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17136", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17137", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17138", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-PostAsteriskCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17139", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17140", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17141", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotAsteriskChar", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_359", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-line-terminator-code-points", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-33", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_360", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_361", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17142", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotForwardSlashOrAsteriskChar", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineTerminator", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineTerminatorSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-comments", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17143", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17144", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChars", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_362", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17145", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17146", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChar", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Comment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17147", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17148", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_366", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-hashbang", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HashbangComment", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17149", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-tokens", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CommonToken", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17150", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17151", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17152", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-PostAsteriskCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17153", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17154", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17155", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotAsteriskChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17156", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotForwardSlashOrAsteriskChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17157", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17158", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17159", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17160", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-names-and-keywords", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17161", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17162", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_363", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-hashbang", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HashbangComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17163", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-tokens", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CommonToken", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17164", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17165", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17166", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17167", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17168", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17169", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-PrivateIdentifier", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-j40wR5UN", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17170", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierName", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NFOBX-lw", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17171", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-dbXHPjzF", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17172", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17173", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStart", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-XMog322C", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17174", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-names-and-keywords", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17175", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierPart", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ba_xP9Ao", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17176", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17177", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStartChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17178", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierPartChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17179", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-AsciiLetter", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-UnicodeIDStart", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-UnicodeIDContinue", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17180", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_367", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17181", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17182", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifier-names", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17183", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-PrivateIdentifier", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-j40wR5UN", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17184", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierName", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NFOBX-lw", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17185", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-dbXHPjzF", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17186", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_368", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17187", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStart", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-XMog322C", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17188", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17189", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierPart", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ba_xP9Ao", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17190", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17191", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStartChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17192", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierPartChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17193", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-AsciiLetter", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-UnicodeIDStart", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-UnicodeIDContinue", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17194", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_364", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17195", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17196", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifier-names", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17197", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17198", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifier-names-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17199", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5455", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17200", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_365", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17201", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17202", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5456", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17203", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17204", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifiercodepoints", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5457", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5458", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NbI37jnW", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17205", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5459", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17206", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VGIPQeJb", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17207", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17208", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5460", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17209", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5461", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17210", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5462", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifiercodepoint", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5463", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-KPs_9x-C", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17211", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17212", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fncA2sGb", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifier-names-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17213", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5463", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17214", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Ju5Gi-Fv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17215", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17216", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-XpfJkBRq", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5464", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17217", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17218", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifiercodepoints", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5465", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5466", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NbI37jnW", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17219", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5467", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17220", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VGIPQeJb", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17221", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17222", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5468", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17223", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5469", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17224", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5470", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifiercodepoint", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5471", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-KPs_9x-C", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17225", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17226", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fncA2sGb", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17227", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17228", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Ju5Gi-Fv", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17229", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17230", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-XpfJkBRq", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17231", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17232", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-future-reserved-words", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-reserved-words", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17219", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17233", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17220", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5464", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17221", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17234", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5472", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17235", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_366", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5473", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_367", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_368", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_369", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5465", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_370", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_371", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_372", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_373", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17222", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5466", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17223", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17236", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5474", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17237", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ReservedWord", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_371", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17238", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17239", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17240", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17241", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5475", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_372", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5476", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5477", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5478", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_373", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_374", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17224", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17225", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17226", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17227", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5467", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_375", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5468", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5469", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5470", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_376", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_377", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_378", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_379", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_380", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_381", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-punctuators", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Punctuator", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17228", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17229", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17242", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17243", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OptionalChainingPunctuator", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17230", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17244", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OtherPunctuator", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DivPunctuator", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RightBracePunctuator", @@ -9369,140 +9377,126 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NumericLiteralSeparator", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NumericLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Qn_oyvq2", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17231", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17232", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-U27qMVVP", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17233", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-lP2MlcII", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17234", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17235", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-9vicHpLh", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17236", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalBigIntegerLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-v-a6rh2w", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17237", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-b9VW4Mn-", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17238", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17239", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17240", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fgQ6BNSW", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17241", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17242", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17243", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17244", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17245", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17246", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-U27qMVVP", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17247", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BigIntLiteralSuffix", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-lP2MlcII", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17248", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17249", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-9vicHpLh", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17250", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalBigIntegerLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-v-a6rh2w", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17251", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-b9VW4Mn-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17252", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17253", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17254", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalIntegerLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fgQ6BNSW", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17255", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17256", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17257", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17258", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17259", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17260", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17261", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BigIntLiteralSuffix", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17262", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17263", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17264", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17265", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalDigit", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonZeroDigit", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ExponentPart", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17266", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17267", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ExponentIndicator", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SignedInteger", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17268", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17269", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17270", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17271", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17272", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17273", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17274", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17275", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17276", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17277", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17278", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryDigit", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17279", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalDigit", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonZeroDigit", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ExponentPart", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17280", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17281", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ExponentIndicator", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SignedInteger", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17282", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17283", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17284", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17285", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17286", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalIntegerLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17287", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17288", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17289", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17290", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17291", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17292", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryDigit", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17293", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17294", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalLikeDecimalIntegerLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17295", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17296", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17297", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalDigit", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDigit", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17298", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17299", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17300", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17301", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17302", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17303", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17304", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17305", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17306", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17307", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17308", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalLikeDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17309", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-numeric-literals-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17310", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17311", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5471", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5472", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5473", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5474", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-mv", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-additional-syntax-numeric-literals-status-semantics", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5475", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5476", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalDigit", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDigit", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17312", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17313", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17314", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17315", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17316", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17317", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17318", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17319", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17320", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17321", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17322", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17323", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-numeric-literals-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17324", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17325", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5479", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5480", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5481", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5482", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-mv", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-additional-syntax-numeric-literals-status-semantics", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5483", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5484", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17326", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17327", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17328", @@ -9585,181 +9579,179 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17405", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17406", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17407", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-numericvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5477", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6EKD79IF", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17408", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5478", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17409", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VwBAoy40", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17410", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5479", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17411", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-n5uysvQ-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17412", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5480", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17413", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MgVpq-Ot", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17414", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17415", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17416", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-_KqL62EN", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17417", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-k8d8Sn1k", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17418", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17419", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17420", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6lkR-0p2", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17421", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-numericvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5485", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6EKD79IF", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17422", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5486", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17423", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Rb94_ol-", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VwBAoy40", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17424", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5487", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17425", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-n5uysvQ-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17426", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5488", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17427", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MgVpq-Ot", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17428", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17429", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17430", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-_KqL62EN", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17431", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5481", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-literals-string-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-additional-syntax-string-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_382", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-StringLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-k8d8Sn1k", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17432", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17433", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17434", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6lkR-0p2", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17435", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17436", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17437", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacter", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Rb94_ol-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17438", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17439", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17440", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17441", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17442", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17443", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17444", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17445", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineContinuation", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5489", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-literals-string-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-additional-syntax-string-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_379", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-StringLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17446", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17447", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17448", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17449", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17450", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17451", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17452", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CharacterEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17453", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17454", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleEscapeCharacter", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonEscapeCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17455", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17456", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17457", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17458", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17459", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineContinuation", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17460", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17461", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17462", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17463", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17464", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17465", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17466", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CharacterEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17467", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17468", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleEscapeCharacter", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonEscapeCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17469", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonZeroOctalDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17470", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ZeroToThree", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-FourToSeven", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDecimalEscapeSequence", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17471", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17472", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-UnicodeEscapeSequence", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-yPsTqmeL", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17473", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-qIqpq7Bo", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17474", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Hex4Digits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17475", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17476", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17477", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17478", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17479", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_383", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17480", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_384", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17481", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-string-literals-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17482", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17483", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5482", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5483", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5484", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5485", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5486", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_385", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-sv", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-additional-syntax-string-literals-static-semantics", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-string-literals-static-semantics-stringvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5487", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5488", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5489", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_386", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonZeroOctalDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17484", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ZeroToThree", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-FourToSeven", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDecimalEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17485", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5490", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17486", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-UnicodeEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-yPsTqmeL", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17487", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-qIqpq7Bo", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17488", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Hex4Digits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17489", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5491", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17490", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17491", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17492", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17493", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5492", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_380", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17494", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_381", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17495", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-string-literals-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17496", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17497", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5490", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5491", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5492", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5493", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5494", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_382", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-sv", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-additional-syntax-string-literals-static-semantics", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-string-literals-static-semantics-stringvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5495", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5496", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5497", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_383", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17498", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17499", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5498", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17500", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17501", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_387", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-string-single-character-escape-sequences", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-34", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17502", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17503", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5499", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17504", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5494", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17505", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17506", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17507", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5500", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17508", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17509", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17510", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17511", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5501", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17512", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17513", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17514", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17515", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_384", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-string-single-character-escape-sequences", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#table-34", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17516", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5495", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17517", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-string-literals-static-semantics-mv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17518", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5502", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17519", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17520", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17521", @@ -9772,7 +9764,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17528", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17529", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17530", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5503", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17531", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-string-literals-static-semantics-mv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17532", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17533", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17534", @@ -9785,262 +9779,262 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17541", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17542", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17543", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-literals-regular-expression-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_388", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5496", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_389", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17544", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17545", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_390", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_391", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17546", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17547", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6WVj7Zp6", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17548", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17549", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBody", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17550", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17551", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17552", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17553", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFirstChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17554", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17555", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17556", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17557", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-literals-regular-expression-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_385", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5504", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_386", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17558", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17559", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBackslashSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_387", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_388", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17560", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionNonTerminator", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17561", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6WVj7Zp6", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17562", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClass", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17563", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChars", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBody", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17564", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17565", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChar", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17566", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17567", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFlags", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFirstChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17568", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17569", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-bodytext", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5497", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-GHASI6lr", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17570", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17571", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17572", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-flagtext", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5498", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-U3zNjneX", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17573", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBackslashSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17574", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionNonTerminator", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17575", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-template-literal-lexical-components", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Template", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17576", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClass", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17577", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NoSubstitutionTemplate", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17578", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateHead", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17579", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateSubstitutionTail", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17580", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17581", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateMiddle", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFlags", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17582", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17583", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacters", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-bodytext", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5505", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-GHASI6lr", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17584", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17585", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17586", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-flagtext", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5506", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-U3zNjneX", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17587", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17588", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17589", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-template-literal-lexical-components", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Template", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17590", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17591", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NoSubstitutionTemplate", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17592", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateHead", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17593", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateSubstitutionTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17594", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17595", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateMiddle", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17596", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17597", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17598", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17599", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17600", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17601", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17602", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17603", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17604", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17605", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17606", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17607", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17608", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17609", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17610", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17611", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17612", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17613", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17614", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17615", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotCodePoint", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17616", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17617", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CodePoint", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17618", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17619", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17620", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17621", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-tv", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-tv-and-trv", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5499", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5500", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17622", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17623", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17624", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17625", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5501", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17626", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17627", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17628", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17629", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5502", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotCodePoint", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17630", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17631", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5503", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CodePoint", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17632", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17633", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17634", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5504", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17635", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17636", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-trv", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5505", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5506", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-tv", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-tv-and-trv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5507", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5508", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17636", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17637", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17638", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5508", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17639", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5509", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17640", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17641", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17642", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5509", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17643", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17644", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5510", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17644", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17645", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17646", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5511", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17646", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17647", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17648", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5512", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17649", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17650", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-trv", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5513", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5514", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5515", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17651", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17652", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5513", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5516", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17653", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17654", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17655", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17656", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5514", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5517", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17657", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17658", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5518", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17659", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17660", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5515", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5519", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17661", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17662", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5520", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17663", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17664", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17665", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17666", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5516", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5521", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17667", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17668", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17669", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17670", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5517", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5522", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17671", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17672", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5518", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17673", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17674", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5523", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17675", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5519", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17676", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5520", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17677", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5521", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17678", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5522", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17679", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17680", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5523", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5524", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17681", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17682", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17683", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5524", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17684", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17685", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5525", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17685", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17686", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5526", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17687", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17688", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17689", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5527", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17690", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5526", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5528", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17691", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5529", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17692", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5530", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17693", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17694", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5531", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17695", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17696", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5527", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17697", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5532", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17698", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5528", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17699", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5529", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5533", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17700", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5530", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17701", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17702", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5531", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17703", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-automatic-semicolon-insertion", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-rules-of-automatic-semicolon-insertion", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14830", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_392", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17704", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_393", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5534", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17705", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17706", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_394", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17707", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17708", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17709", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17710", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5535", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17711", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17712", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5536", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17713", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5537", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17714", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5538", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17715", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17716", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5539", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17717", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-automatic-semicolon-insertion", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-rules-of-automatic-semicolon-insertion", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_14843", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_389", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17718", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_390", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17719", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17720", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_391", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17721", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17722", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17723", @@ -10094,33 +10088,47 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17771", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17772", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17773", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-examples-of-automatic-semicolon-insertion", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17774", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17775", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-interesting-cases-of-automatic-semicolon-insertion", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-asi-interesting-cases-in-statement-lists", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17776", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17777", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17778", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17779", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17780", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_395", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17781", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17782", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-asi-cases-with-no-lineterminator-here", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17783", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17784", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17785", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17786", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-no-lineterminator-here-automatic-semicolon-insertion-list", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17787", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-examples-of-automatic-semicolon-insertion", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17788", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17789", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-interesting-cases-of-automatic-semicolon-insertion", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-asi-interesting-cases-in-statement-lists", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17790", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17791", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17792", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_396", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_397", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17793", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17794", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_392", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17795", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17796", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-asi-cases-with-no-lineterminator-here", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17797", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17798", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17799", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17800", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-no-lineterminator-here-automatic-semicolon-insertion-list", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17801", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17802", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17803", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17804", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17805", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17806", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_393", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_394", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#references-pane", @@ -10142,618 +10150,592 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IdentifierReference", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dL7e73Zt", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17793", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17807", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dN4C9Ooo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iAOJjaxZ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BindingIdentifier", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5vbjd2EY", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17794", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17808", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bP3zkqsh", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k8G1I2qF", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LabelIdentifier", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17795", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17809", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-aHP0cTnm", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8xe5-4Uo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Identifier", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OqjWNqf4", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17796", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17797", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17798", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5532", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17799", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5533", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5534", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5535", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17800", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5536", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5537", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5538", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17801", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17802", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17803", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17804", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5539", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17805", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17810", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17811", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17812", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5540", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17806", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17807", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17808", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17813", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5541", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5542", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17809", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5543", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17810", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17814", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5544", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17811", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5545", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17812", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5546", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17813", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5547", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17814", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17815", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17816", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17817", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-stringvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifier-names-static-semantics-stringvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-static-semantics-stringvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5548", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RwRM8vDx", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17818", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NS6rHu2W", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5547", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17819", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5548", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17820", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5549", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17821", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5550", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TEe-WTI-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZpP1WoNY", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-APZnd9XH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ov5ki9Up", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fu2iq4OH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-z0WsNljd", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3LDrFiW5", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17822", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5549", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5550", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17823", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5551", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17824", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nzu557qc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17825", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5552", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17825", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5553", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17826", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Vk-n5Kcs", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17827", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5554", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17827", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5555", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17828", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-12IVipzn", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17829", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5555", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5556", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17830", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MHlI0_J2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5557", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7dhF3jkA", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5558", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17831", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5559", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5560", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-stringvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifier-names-static-semantics-stringvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-static-semantics-stringvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5556", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RwRM8vDx", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17832", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NS6rHu2W", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17833", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5561", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PrimaryExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6iVAqhjf", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Qw-BmNvs", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17834", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Sla8Mecg", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5557", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17835", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Caejwk3t", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5558", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TEe-WTI-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZpP1WoNY", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-APZnd9XH", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ov5ki9Up", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fu2iq4OH", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-z0WsNljd", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3LDrFiW5", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17836", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4t3kIOlY", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17837", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SoPEL49Y", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5559", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17838", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Je5YcOXI", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nzu557qc", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17839", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1wa_TGAR", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5560", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5561", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17840", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-D7ySJoLP", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Vk-n5Kcs", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17841", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4BCWI5RW", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5562", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17842", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rfJuuLNW", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-12IVipzn", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17843", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iJnRUrcY", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5563", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5564", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17844", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-INZ21P3A", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MHlI0_J2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5565", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7dhF3jkA", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5566", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17845", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoverParenthesizedExpressionAndArrowParameterList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5567", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5568", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17846", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17847", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5569", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PrimaryExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6iVAqhjf", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Qw-BmNvs", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17848", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Sla8Mecg", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17849", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Caejwk3t", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17850", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4t3kIOlY", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17851", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SoPEL49Y", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17852", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Je5YcOXI", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17853", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1wa_TGAR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17854", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-D7ySJoLP", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17855", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ParenthesizedExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-m5AWMC3P", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4BCWI5RW", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17856", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-this-keyword", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-this-keyword-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P91j5SRi", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5562", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifier-reference", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_398", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rfJuuLNW", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17857", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Literal", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3wWoyoyk", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iJnRUrcY", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17858", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-T8-D_rlw", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-INZ21P3A", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17859", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qwQbursv", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoverParenthesizedExpressionAndArrowParameterList", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17860", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JuPoYov6", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17861", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-literals-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5gR2ZD66", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17862", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-phcGo5D8", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17863", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17864", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17865", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JJ6LucaR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17866", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5563", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17867", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_399", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JaYVP4rC", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17868", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5564", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17869", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_400", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ParenthesizedExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-m5AWMC3P", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17870", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-this-keyword", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-this-keyword-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P91j5SRi", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5570", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifier-reference", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_395", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17871", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArrayLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oN6pjX9m", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Literal", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3wWoyoyk", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17872", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Y8wRJ4om", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-T8-D_rlw", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17873", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-je9iGq8a", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qwQbursv", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17874", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JuPoYov6", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17875", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ElementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nakNeXAG", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-literals-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5gR2ZD66", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17876", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-phcGo5D8", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17877", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XL4uSEt_", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17878", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17879", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rNLR62Va", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JJ6LucaR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17880", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5571", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17881", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_396", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JaYVP4rC", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17882", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BSaguLF3", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5572", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17883", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_397", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17884", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17885", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Elision", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UVeRCADp", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lq_Nojbr", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArrayLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oN6pjX9m", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17886", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SpreadElement", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H9W06sct", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Y8wRJ4om", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17887", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-arrayaccumulation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-elisionwidth", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5565", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5566", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5567", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5568", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5569", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ACq7eTCD", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5570", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5571", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KyZNZ-MT", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-je9iGq8a", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17888", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5572", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17889", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_juTnZH7", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ElementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nakNeXAG", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17890", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17891", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XL4uSEt_", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17892", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5573", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17893", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5574", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rNLR62Va", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17894", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5575", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5576", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5577", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5578", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNKSiljq", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17895", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17896", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BSaguLF3", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17897", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5579", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17898", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5580", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17899", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9ZiZA1Ch", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Elision", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UVeRCADp", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lq_Nojbr", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17900", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SpreadElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H9W06sct", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17901", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-arrayaccumulation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-elisionwidth", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5573", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5574", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5575", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5576", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5577", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ACq7eTCD", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5578", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5579", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KyZNZ-MT", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17902", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5581", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5580", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17903", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_juTnZH7", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17904", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5582", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17905", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5583", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17906", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5581", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17907", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5582", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17908", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5583", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5584", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5585", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5586", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5587", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HRfw0EOP", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17907", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17908", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNKSiljq", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17909", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5588", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17910", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17911", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5589", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5587", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17912", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5590", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5588", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17913", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_w8Sn596", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9ZiZA1Ch", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17914", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5591", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17915", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17916", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5589", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17917", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17918", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5590", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17919", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5591", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17920", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5592", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5593", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5594", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5595", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HRfw0EOP", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17921", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17922", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17923", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5596", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17924", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17925", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5597", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17926", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5598", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17927", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_w8Sn596", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17928", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5599", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17929", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5600", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8EXlViH4", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17916", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5601", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17917", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5602", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17918", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-58ym50AN", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17919", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5603", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5604", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17920", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-f05iKqYb", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17921", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17922", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5605", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5606", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17923", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17924", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5607", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17925", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5608", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ObjectLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4iBxhmtp", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-tbtFUUOH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17926", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k6AQl_P9", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17927", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyDefinitionList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BIN60s98", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17928", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-c72dXkTz", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17929", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8EXlViH4", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17930", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyDefinition", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_kSpAuMA", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5609", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17931", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5610", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17932", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jsxupyj1", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-58ym50AN", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17933", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5611", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5612", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17934", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mDvkFMKq", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-f05iKqYb", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17935", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vZMKiSRJ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17936", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyName", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0EhkgOcT", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5613", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5614", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17937", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vr_cfE7P", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17938", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LiteralPropertyName", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-j68LXthC", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5615", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17939", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ueikIsNm", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5616", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ObjectLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4iBxhmtp", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-tbtFUUOH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17940", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6-SoljXV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k6AQl_P9", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17941", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ComputedPropertyName", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V7gahr3e", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyDefinitionList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BIN60s98", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17942", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoverInitializedName", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-c72dXkTz", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17943", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17944", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Initializer", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P2DNnhoV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyDefinition", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_kSpAuMA", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17945", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17946", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_401", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jsxupyj1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17947", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17948", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mDvkFMKq", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17949", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-__proto__-property-names-in-object-initializers", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vZMKiSRJ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17950", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5609", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyName", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0EhkgOcT", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17951", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5610", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vr_cfE7P", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17952", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LiteralPropertyName", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-j68LXthC", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17953", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ueikIsNm", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17954", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6-SoljXV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17955", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ComputedPropertyName", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V7gahr3e", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17956", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoverInitializedName", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17957", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17958", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Initializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P2DNnhoV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17959", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17960", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_398", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17961", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17962", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17963", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-__proto__-property-names-in-object-initializers", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17964", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5611", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5617", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17965", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5618", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17966", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17967", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17968", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17969", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_402", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_403", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5612", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5613", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17970", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-iscomputedpropertykey", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5614", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SPDqK5VR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17971", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SOs-1o2b", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17972", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-propertynamelist", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5615", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5616", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ojv3z_1M", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17973", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5617", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17974", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5618", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-arjQ9VdV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17975", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17976", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5619", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17977", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5620", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17978", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5621", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iYCMBfyG", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5622", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5623", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0f4gdKLJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5619", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17979", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HzxDeaw2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17980", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5624", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5625", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5626", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17981", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZrDWUX2E", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17982", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5627", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17983", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jt_nMkj7", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_399", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_400", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5620", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5621", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17984", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5628", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-iscomputedpropertykey", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5622", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SPDqK5VR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17985", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_aZrbYKk", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SOs-1o2b", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17986", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5629", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-propertynamelist", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5623", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5624", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ojv3z_1M", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17987", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5630", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6rX2zzfJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5625", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17988", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5631", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5626", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-arjQ9VdV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17989", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17990", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5627", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17991", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5628", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17992", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5629", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iYCMBfyG", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5630", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5631", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0f4gdKLJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17993", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HzxDeaw2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17994", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5632", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5633", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-propertydefinitionevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-runtime-semantics-propertydefinitionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5634", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17995", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZrDWUX2E", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17996", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5635", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17997", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jt_nMkj7", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17998", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5636", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-2nasR_1u", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17990", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17991", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17999", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_aZrbYKk", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18000", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5637", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17992", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18001", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5638", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17993", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-r1teTyPc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17994", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6rX2zzfJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18002", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5639", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17995", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18003", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5640", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5641", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-propertydefinitionevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-runtime-semantics-propertydefinitionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5642", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-pxaBv7Tq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17996", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5643", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17997", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5644", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17998", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-2nasR_1u", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18004", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18005", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5645", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18006", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5646", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5647", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N8qwXXqo", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17999", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18000", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18007", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-r1teTyPc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18008", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5647", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18009", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5648", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18001", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18002", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18003", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_404", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_405", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5649", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18004", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5650", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18005", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-pxaBv7Tq", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18010", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5651", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18006", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18011", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5652", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18007", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18012", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5653", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5654", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5655", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5656", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FVQpyKtq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18008", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5657", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18009", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-defining-expressions", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_406", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18010", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_407", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18011", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_408", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18012", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_409", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N8qwXXqo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18013", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_410", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18014", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-regular-expression-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_411", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-regular-expression-literals-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5656", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18015", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5658", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18016", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-isvalidregularexpressionliteral", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18017", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_401", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_402", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5657", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18018", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5658", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18019", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5659", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18020", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5660", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18021", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5661", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5662", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5663", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5664", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5665", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-regular-expression-literals-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J9TItKDI", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18018", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5666", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5667", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18019", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5668", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5669", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18020", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5670", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-d430kMbv", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18021", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-t3USkzuD", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FVQpyKtq", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18022", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SubstitutionTemplate", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nG1t-jNI", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5665", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18023", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-defining-expressions", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_403", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18024", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_404", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18025", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateSpans", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MrvlbnHm", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_405", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18026", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-j0qqWY2p", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_406", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18027", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_407", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18028", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateMiddleList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V4hc4rPI", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-regular-expression-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_408", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-regular-expression-literals-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18029", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5666", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18030", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PHoLfCK_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-isvalidregularexpressionliteral", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18031", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5667", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5668", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5669", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5670", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5671", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5672", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5673", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-regular-expression-literals-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J9TItKDI", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18032", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5674", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5675", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18033", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-template-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-template-literals-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5676", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5677", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18034", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5678", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-d430kMbv", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18035", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5671", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-t3USkzuD", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18036", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SubstitutionTemplate", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nG1t-jNI", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18037", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5672", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18038", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18039", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateSpans", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MrvlbnHm", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18040", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-j0qqWY2p", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18041", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18042", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5673", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateMiddleList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V4hc4rPI", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18043", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18044", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PHoLfCK_", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18045", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5674", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18046", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18047", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-template-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-template-literals-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18048", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18049", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5679", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18050", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18051", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5680", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18052", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5675", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18053", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-templatestrings", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5676", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5677", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wUHw6ReH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18054", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5678", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18055", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AfRnt93a", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18056", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5681", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18057", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18058", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5679", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18059", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5680", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5682", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18060", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5681", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SXp_0Muf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18061", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5682", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18062", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fValkc1v", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18063", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18064", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5683", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18065", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5684", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18066", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5685", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-sExxMRoA", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5683", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18067", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-templatestrings", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5684", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5685", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wUHw6ReH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18068", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5686", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18069", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oVK_xc-L", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AfRnt93a", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18070", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18071", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18072", @@ -10762,27 +10744,45 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5688", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18074", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5689", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-templatestring", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SXp_0Muf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18075", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5690", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18076", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5691", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fValkc1v", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18077", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5692", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18078", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5691", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18079", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5692", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18080", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5693", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-sExxMRoA", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18081", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18082", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5694", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18083", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oVK_xc-L", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18084", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18085", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18086", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5695", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-gettemplateobject", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-gettemplateobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18087", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5696", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18088", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5697", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-templatestring", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18089", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5698", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18090", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5699", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18091", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5700", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18092", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5701", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5702", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5703", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-gettemplateobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-gettemplateobject", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5704", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5705", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5706", @@ -10793,396 +10793,388 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5711", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5712", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5713", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18079", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5714", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_412", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18080", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-substitutionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5715", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5716", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5717", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5718", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5719", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-h8M7VnrX", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18081", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5720", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0ukbbNyO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18082", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18083", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5721", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18084", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oOPfrahZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18085", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18086", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18093", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5722", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18087", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_409", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18094", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-substitutionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5723", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jm_C6N1j", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18088", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18089", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18090", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5724", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18091", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5725", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18092", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5726", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5727", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1J8emXVO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18093", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5728", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18094", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_413", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uvbVZ8aQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-h8M7VnrX", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18095", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5728", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0ukbbNyO", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18096", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18097", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5729", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18098", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_414", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5730", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oOPfrahZ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18099", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5731", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5732", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5733", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18100", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5734", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5730", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18101", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Cn8o0vt2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5731", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jm_C6N1j", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18102", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5735", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18103", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_415", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4-zhpQ6s", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18104", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5732", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18105", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5736", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5733", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18106", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5737", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5734", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5735", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1J8emXVO", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18107", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_416", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5738", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EX4ICnFk", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5736", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18108", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_410", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uvbVZ8aQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18109", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5739", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18110", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_417", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5740", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18111", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5741", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5742", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5743", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5737", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18112", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-F5opRz-R", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_411", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5738", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18113", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5739", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5740", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5741", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18114", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5742", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18115", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5744", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Cn8o0vt2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18116", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5745", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5743", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18117", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_418", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5746", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_412", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4-zhpQ6s", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18118", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5747", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5748", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5749", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18119", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5744", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18120", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5745", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18121", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5750", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_413", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5746", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EX4ICnFk", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18122", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-U7_IxrKv", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18123", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5747", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18124", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5751", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_414", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5748", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18125", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5752", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-cTC10Rwh", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5749", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5750", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5751", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18126", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5753", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-F5opRz-R", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18127", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5754", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5755", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18128", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-hand-side-expressions", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MemberExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RT3Hrl25", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18129", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IScPEVPu", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5752", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18130", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5753", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18131", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BTxM7XK0", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_415", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5754", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18132", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5755", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5756", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5757", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18133", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hF7lIb25", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18134", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18135", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gkYgn85G", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5758", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18136", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EZ2BF6v8", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-U7_IxrKv", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18137", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BRZkuqi1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18138", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5759", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18139", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-20SfjmEZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5760", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-cTC10Rwh", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18140", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5761", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18141", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SuperProperty", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lWlOKYig", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5762", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5763", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18142", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6y-_egWQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-hand-side-expressions", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MemberExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RT3Hrl25", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18143", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MetaProperty", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IScPEVPu", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18144", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18145", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NewTarget", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4bMdCOPa", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportMeta", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qIsN6LkP", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NewExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BTxM7XK0", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18146", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NMg_0YQR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18147", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CallExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ltrZioVe", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hF7lIb25", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18148", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-G9gIp39y", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18149", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5bjr6Yqy", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gkYgn85G", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18150", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kYvem_87", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EZ2BF6v8", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18151", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BRZkuqi1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18152", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Shb6Dgff", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18153", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-20SfjmEZ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18154", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EOA2Fe3-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18155", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SuperProperty", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lWlOKYig", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18156", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-WPBp76A-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6y-_egWQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18157", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MetaProperty", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18158", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FwaLgcLH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18159", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NewTarget", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4bMdCOPa", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportMeta", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qIsN6LkP", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NewExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18160", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SuperCall", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qBjKPlc1", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NMg_0YQR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18161", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportCall", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uZn3IQfi", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CallExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ltrZioVe", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18162", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Arguments", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lgwqNVq7", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-G9gIp39y", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18163", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5bjr6Yqy", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18164", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArgumentList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7tzqa9tS", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kYvem_87", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18165", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bq3bMpyK", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18166", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--rnN0MQv", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Shb6Dgff", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18167", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18168", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1jakKBk1", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EOA2Fe3-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18169", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18170", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OptionalExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AiLVvGnw", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-WPBp76A-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18171", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18172", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dfra8X0j", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FwaLgcLH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18173", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18174", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iAWRBWZp", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SuperCall", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qBjKPlc1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18175", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportCall", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uZn3IQfi", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18176", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OptionalChain", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J4fvvwWl", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Arguments", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lgwqNVq7", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18177", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-a5k1i_eU", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18178", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JoCAeM_3", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArgumentList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7tzqa9tS", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18179", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bq3bMpyK", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18180", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qtd11XGp", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--rnN0MQv", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18181", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zMZUOMrf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18182", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1jakKBk1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18183", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4aVR1jLh", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18184", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OptionalExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AiLVvGnw", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18185", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-25V7_u74", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18186", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dfra8X0j", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18187", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18188", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iAWRBWZp", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18189", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MW9Cgivd", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18190", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OptionalChain", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J4fvvwWl", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18191", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LeftHandSideExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-a5k1i_eU", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18192", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-cMsSM13C", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JoCAeM_3", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18193", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-xKiE8xPm", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18194", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qtd11XGp", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18195", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zMZUOMrf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18196", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CallMemberExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18197", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4aVR1jLh", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18198", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-hand-side-expressions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18199", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-25V7_u74", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18200", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18201", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_419", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5756", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18202", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18203", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MW9Cgivd", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18204", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18205", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LeftHandSideExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18206", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-cMsSM13C", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18207", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-xKiE8xPm", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18208", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18209", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18210", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CallMemberExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18211", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18212", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-hand-side-expressions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18213", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18214", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18215", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_416", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5764", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18216", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5757", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18217", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3HizunKA", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18218", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18219", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5758", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18220", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5759", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5760", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18221", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5761", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5762", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18222", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BG7ZKp5h", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18223", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18224", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5763", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18225", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5764", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5765", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18226", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5766", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5767", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18227", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ufIc-5xW", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18228", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18229", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5768", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18230", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5769", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5770", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5765", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18231", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5771", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JQpFT9fK", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3HizunKA", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18232", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18233", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5772", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5766", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18234", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5773", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5774", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5767", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5768", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18235", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5775", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5776", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5769", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5770", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18236", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zAM15mqm", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BG7ZKp5h", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18237", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18238", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5777", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5771", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18239", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5778", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5779", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5772", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5773", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18240", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5780", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5781", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5774", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5775", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18241", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CLxiRtJM", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ufIc-5xW", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18242", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18243", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5782", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5776", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18244", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5777", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5778", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18245", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5779", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JQpFT9fK", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18246", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18247", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5780", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18248", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5781", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5782", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18249", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5783", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5784", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18245", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18250", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zAM15mqm", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18251", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18252", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5785", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-expression-key-property-access", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18253", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5786", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5787", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18254", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5788", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5789", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18255", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CLxiRtJM", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18256", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18257", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5790", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18258", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5791", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5792", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18259", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5793", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-expression-key-property-access", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5794", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-identifier-key", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-identifier-key-property-access", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-identifier-key", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5795", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18246", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5796", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5797", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5798", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5799", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-new-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-new-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oglQ-mZC", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18247", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5800", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18248", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ynRwNJgH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18249", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18250", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5801", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18251", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18252", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatenew", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatenew", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18253", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5802", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18254", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-identifier-key", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-identifier-key-property-access", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-identifier-key", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5803", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18255", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18260", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5804", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5805", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5806", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5807", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-new-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-new-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oglQ-mZC", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18261", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5808", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18262", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ynRwNJgH", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18263", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18264", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5809", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18265", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18266", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatenew", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatenew", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18267", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5810", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18268", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5811", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18269", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5812", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5813", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4XjrYD2l", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18256", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18257", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5814", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18258", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18259", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18260", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5815", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5816", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5817", @@ -11190,38 +11182,46 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5819", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5820", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5821", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4XjrYD2l", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18270", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18271", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5822", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18261", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18272", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18273", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18274", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5823", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-callexpression-evaluation-direct-eval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5824", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18262", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5825", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5826", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18263", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_420", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nikwMTuV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18264", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18265", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5827", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18266", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5828", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18267", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5829", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5830", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18268", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatedirectcall", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18275", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5831", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-callexpression-evaluation-direct-eval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5832", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18276", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5833", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5834", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18277", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_417", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nikwMTuV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18278", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18279", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5835", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18280", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5836", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18281", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5837", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5838", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18282", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatedirectcall", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5839", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5840", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5841", @@ -11231,287 +11231,285 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5845", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5846", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5847", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-super-keyword", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-super-keyword-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AopplWA-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18269", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5848", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5849", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18270", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5850", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5851", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5852", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18271", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5853", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5854", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-YiE5fXTa", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18272", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5855", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-super-keyword", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-super-keyword-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AopplWA-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18283", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5856", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18273", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5857", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18274", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18284", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5858", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5859", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--j5ruhLQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18275", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5860", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18285", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5861", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5862", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-YiE5fXTa", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18286", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5863", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5864", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18276", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18287", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5865", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18288", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5866", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5867", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--j5ruhLQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18289", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5868", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5869", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5870", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-getsuperconstructor", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-getsuperconstructor", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5871", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5872", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18290", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5873", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5874", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5875", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5876", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-makesuperpropertyreference", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-makesuperpropertyreference", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5877", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5878", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-getsuperconstructor", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-getsuperconstructor", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5879", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5880", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5881", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5882", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5883", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5884", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-argument-lists", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-makesuperpropertyreference", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-makesuperpropertyreference", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5885", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-argumentlistevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-argument-lists-runtime-semantics-argumentlistevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-argumentlistevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5886", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5887", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5888", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5889", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5890", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qXYYcvIK", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5891", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6LIBrAp-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18277", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5892", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18278", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-argument-lists", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5893", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9NFeGQ82", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18279", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-argumentlistevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-argument-lists-runtime-semantics-argumentlistevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-argumentlistevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5894", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5895", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18280", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5896", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5897", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5898", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qXYYcvIK", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5899", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-avUGM8aa", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18281", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18282", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6LIBrAp-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18291", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5900", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18283", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18292", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5901", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18284", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9NFeGQ82", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18293", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5902", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5903", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Au9Wi9yT", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18285", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18286", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18294", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5904", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18287", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5905", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18288", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5906", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5907", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-avUGM8aa", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18295", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18296", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5908", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18297", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5909", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EUsfaoKE", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18289", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18290", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18298", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5910", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_obYKRXG", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18291", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18292", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5911", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Au9Wi9yT", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18299", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18300", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5912", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18293", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18301", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5913", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RX4K7HKv", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18294", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18295", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18296", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18302", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5914", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18297", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5915", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5916", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18298", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5917", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EUsfaoKE", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18303", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18304", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5918", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_obYKRXG", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18305", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18306", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5919", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chains", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chaining-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--_aqugGj", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18299", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18300", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5920", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18301", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18307", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5921", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RX4K7HKv", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18308", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18309", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18310", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5922", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18302", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k1PrC9LR", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18303", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18304", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18311", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5923", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18305", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5924", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18312", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5925", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18306", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TDZnNZ1K", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18307", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18308", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5926", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18309", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5927", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chains", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chaining-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--_aqugGj", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18313", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18314", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5928", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18310", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chaining-chain-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18315", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5929", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5930", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18316", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k1PrC9LR", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18317", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18318", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5931", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18319", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5932", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5933", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18320", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TDZnNZ1K", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18321", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18322", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5934", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18323", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5935", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5936", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1C3YSxR_", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18311", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18312", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18324", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chaining-chain-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5937", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5938", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18313", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w5u7jzLu", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18314", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5939", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18315", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5940", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5941", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18316", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9T4kB2jq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18317", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5942", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18318", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5943", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5944", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18319", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JeRaAt5H", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18320", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1C3YSxR_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18325", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18326", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5945", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18321", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5946", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kAXkNcIE", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18322", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18323", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18324", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18327", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w5u7jzLu", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18328", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5947", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18329", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5948", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18325", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5949", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18330", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9T4kB2jq", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18331", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5950", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18326", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNgnxyKa", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18327", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18328", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18329", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18332", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5951", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5952", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5953", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18330", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5954", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5955", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18331", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Il7WrbnC", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18332", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18333", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JeRaAt5H", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18334", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5956", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5957", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5958", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5953", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18335", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5959", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5960", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5954", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kAXkNcIE", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18336", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5tv-oPv9", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18337", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18338", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5955", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5956", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18339", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5957", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5958", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18340", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNgnxyKa", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18341", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18342", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18343", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5959", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5960", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5961", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18344", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5962", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5963", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18340", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18345", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Il7WrbnC", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18346", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18347", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18348", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5964", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-calls", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-call-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4N8EtSSM", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18341", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5965", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5966", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18342", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18349", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5967", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5968", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18350", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5tv-oPv9", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18351", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18352", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18353", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5969", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5970", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5971", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18354", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5972", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-calls", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-call-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4N8EtSSM", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18355", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5973", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-tagged-templates", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18343", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_421", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_422", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18344", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-tagged-templates-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZiK0MveV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18345", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18346", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5974", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18347", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18356", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5975", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18348", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5976", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5977", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18349", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N2ZjHnZW", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18350", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18351", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5978", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18352", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5979", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18353", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5980", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5981", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18354", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-meta-properties", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-meta-properties-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OIanAQRE", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-tagged-templates", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18357", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_418", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_419", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18358", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-tagged-templates-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZiK0MveV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18359", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18360", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5982", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZjGYptj_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18361", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5983", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18362", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5984", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5985", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18363", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N2ZjHnZW", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18364", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18365", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5986", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18366", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5987", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18367", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5988", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5989", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18368", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-meta-properties", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-meta-properties-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OIanAQRE", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5990", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZjGYptj_", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5991", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5992", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostgetimportmetaproperties", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostgetimportmetaproperties", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5993", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5994", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5995", @@ -11520,6 +11518,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5998", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5999", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6000", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostgetimportmetaproperties", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostgetimportmetaproperties", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6001", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6002", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6003", @@ -11528,56 +11528,51 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6006", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6007", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6008", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostfinalizeimportmeta", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostfinalizeimportmeta", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6009", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6010", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6011", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6012", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6013", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6014", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-update-expressions", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UpdateExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18355", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w05b3u14", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18356", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18357", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ij__hpSO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18358", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18359", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qnUAnDpi", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18360", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-an6Vm9J4", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18361", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-update-expressions-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18362", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18363", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6015", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18364", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18365", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18366", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6016", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18367", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-increment-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-increment-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rHS1jNn2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18368", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostfinalizeimportmeta", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostfinalizeimportmeta", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6017", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18369", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6018", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6019", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6020", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6021", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6022", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-update-expressions", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UpdateExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18369", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w05b3u14", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18370", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18371", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ij__hpSO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18372", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18373", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qnUAnDpi", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18374", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-an6Vm9J4", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18375", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-update-expressions-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18376", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18377", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6023", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18378", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18379", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18380", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6024", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18381", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-increment-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-increment-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rHS1jNn2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18382", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6025", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-decrement-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-decrement-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wioTQf27", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18370", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18383", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6026", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18371", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6027", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6028", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6029", @@ -11585,13 +11580,13 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6031", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6032", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6033", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-decrement-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-decrement-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wioTQf27", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18384", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6034", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-increment-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-increment-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-10GLxGSJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18372", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18385", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6035", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18373", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6036", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6037", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6038", @@ -11599,13 +11594,13 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6040", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6041", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6042", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-increment-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-increment-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-10GLxGSJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18386", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6043", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-decrement-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-decrement-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DhW7Culr", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18374", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18387", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6044", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18375", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6045", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6046", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6047", @@ -11613,105 +11608,95 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6049", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6050", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6051", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-decrement-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-decrement-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DhW7Culr", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18388", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6052", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18389", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6053", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6054", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6055", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6056", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6057", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6058", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6059", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6060", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-operators", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UnaryExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18376", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18390", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-n3f1x4OA", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18377", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18391", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bEnaiUfM", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18378", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18392", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oOmRMvU8", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18379", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18393", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-55Xz_E0Z", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18380", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18394", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yxAmCDj1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18381", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18395", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nw8eIftf", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18382", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18396", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4lEraLTO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18383", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18397", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zVi0tVGF", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18384", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18398", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-delete-operator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-delete-operator-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18385", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18386", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6053", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18387", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18388", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18389", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18390", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18391", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18392", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18393", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18394", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18395", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18396", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18397", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18398", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18399", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6054", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-delete-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1QeAbR0Z", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18400", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6055", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18401", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6056", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6057", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6058", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6059", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6060", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6061", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18401", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18402", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18403", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18404", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18405", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18406", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18407", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18408", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18409", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18410", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18411", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18412", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18413", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6062", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-delete-operator-toobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-delete-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1QeAbR0Z", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18414", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6063", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18415", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6064", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6065", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6066", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18402", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6067", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_423", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6068", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-void-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-void-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-aU1kwA1W", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18403", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6069", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18404", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6070", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-delete-operator-toobject", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6071", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-typeof-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-typeof-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1gTisO9f", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18405", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6072", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18406", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6073", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6074", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18416", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6075", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-typeof-web-compat-insertion-point", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_424", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_425", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#table-typeof-operator-results", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#table-35", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_426", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-plus-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_420", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6076", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-plus-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-2HNipbZz", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18407", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-void-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-void-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-aU1kwA1W", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18417", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6077", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18408", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18418", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6078", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6079", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-minus-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-typeof-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-typeof-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#table-typeof-operator-results", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1gTisO9f", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18419", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6080", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-minus-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-pAGhFy1g", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18409", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18420", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6081", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18410", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6082", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6083", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6084", @@ -11719,594 +11704,606 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6086", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6087", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6088", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-not-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-not-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JRszWout", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18411", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6089", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18412", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6090", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-typeof-web-compat-insertion-point", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_421", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-plus-operator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6091", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-plus-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-2HNipbZz", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18421", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6092", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18422", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6093", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6094", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-minus-operator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6095", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-minus-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-pAGhFy1g", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18423", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6096", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-logical-not-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-logical-not-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bMAu-F7p", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18413", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18424", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6097", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18414", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6098", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6099", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-exp-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ExponentiationExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18415", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EEr7dA-y", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18416", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18417", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-exp-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ig4oSMA1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18418", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18419", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6100", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18420", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18421", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-multiplicative-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MultiplicativeExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18422", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-D9vYTSYe", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18423", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18424", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6101", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6102", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6103", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-not-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-not-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JRszWout", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18425", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MultiplicativeOperator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-multiplicative-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k6IpXNbV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6104", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18426", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6105", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6106", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6107", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6108", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6109", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6110", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6111", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-logical-not-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-logical-not-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bMAu-F7p", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18427", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6112", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18428", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6101", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6113", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6114", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-exp-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ExponentiationExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18429", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6102", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EEr7dA-y", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18430", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18431", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-additive-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AdditiveExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-exp-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ig4oSMA1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18432", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--RZPkEex", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18433", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6115", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18434", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XorHFOnH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18435", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-multiplicative-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MultiplicativeExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18436", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-addition-operator-plus", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-addition-operator-plus-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-QDoARwWX", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-D9vYTSYe", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18437", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18438", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6103", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18439", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MultiplicativeOperator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-multiplicative-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k6IpXNbV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18440", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-subtraction-operator-minus", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-subtraction-operator-minus-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-YHTEjt6S", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18441", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18442", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6104", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6116", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18443", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6117", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18444", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-shift-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ShiftExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18445", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fBlf7SId", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-additive-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AdditiveExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18446", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--RZPkEex", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18447", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--QVo0NY2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18448", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XorHFOnH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18449", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VbX7s-GB", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18450", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-addition-operator-plus", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-addition-operator-plus-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-QDoARwWX", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18451", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-shift-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-shift-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-17NrpRTI", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18452", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6118", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18453", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6105", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18454", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-subtraction-operator-minus", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-subtraction-operator-minus-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-YHTEjt6S", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18455", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-signed-right-shift-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-signed-right-shift-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wu5oH3lt", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18456", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6119", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18457", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6106", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18458", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-shift-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ShiftExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18459", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unsigned-right-shift-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unsigned-right-shift-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-erFDFU2C", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fBlf7SId", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18460", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18461", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6107", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--QVo0NY2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18462", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18463", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-relational-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RelationalExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VbX7s-GB", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18464", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KibMHocH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18465", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-shift-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-shift-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-17NrpRTI", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18466", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-W1sKvRa9", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18467", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6120", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18468", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H5jP53q2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18469", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-signed-right-shift-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-signed-right-shift-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wu5oH3lt", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18470", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-g28T6iwt", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18471", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6121", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18472", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-abEstsgg", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18473", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unsigned-right-shift-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unsigned-right-shift-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-erFDFU2C", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18474", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8_yvvfCY", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18475", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6122", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18476", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3D8w-akN", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18477", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-relational-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RelationalExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18478", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-relational-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3gCYoRfU", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KibMHocH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18479", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18480", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6108", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-W1sKvRa9", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18481", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6109", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6110", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18482", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6111", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6112", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4iUOHdEx", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H5jP53q2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18483", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18484", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6113", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-g28T6iwt", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18485", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6114", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6115", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18486", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6116", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6117", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-jZs1rFWK", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-abEstsgg", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18487", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18488", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6118", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8_yvvfCY", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18489", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6119", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6120", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18490", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6121", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6122", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZF2k2rEh", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3D8w-akN", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18491", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18492", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6123", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-relational-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3gCYoRfU", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18493", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18494", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6123", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18495", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6124", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6125", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18494", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18496", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6126", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6127", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-X4T8u1As", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18495", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18496", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6128", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4iUOHdEx", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18497", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18498", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6128", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18499", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6129", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6130", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18498", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18500", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6131", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6132", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Xv5acyHs", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18499", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18500", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6133", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-jZs1rFWK", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18501", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18502", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6133", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18503", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6134", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6135", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18502", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18504", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6136", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6137", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZF2k2rEh", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18505", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18506", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6138", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18507", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6139", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-00OK517S", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18503", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18504", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6140", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18505", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18508", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6141", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18506", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6142", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-X4T8u1As", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18509", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18510", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6143", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18511", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6144", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6145", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18512", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6146", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-instanceofoperator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-instanceofoperator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6147", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Xv5acyHs", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18513", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18514", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6148", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18515", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6149", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6150", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18516", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6151", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6152", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6153", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6154", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-00OK517S", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18517", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18518", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6155", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18519", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6156", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-check-function", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18520", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6157", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-fallback", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6158", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_427", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_428", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6159", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6160", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-equality-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EqualityExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18507", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UHCaQLr6", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18508", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18509", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J7HEcFq2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18510", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18511", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ugTHi1aM", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18512", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18513", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6Ta8WxmN", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18514", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18515", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-equality-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EO4eBsqd", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18516", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18517", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6161", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18518", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-instanceofoperator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-instanceofoperator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6162", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6163", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18519", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6164", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6165", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zS10Lrlo", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18520", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18521", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6166", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18522", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6167", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6168", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18523", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6169", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6170", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gVfoAVuz", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18524", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18525", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6171", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18526", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-check-function", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6172", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-fallback", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6173", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18527", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_422", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_423", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6174", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6175", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-q4vp8E6E", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-equality-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EqualityExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18521", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UHCaQLr6", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18522", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18523", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J7HEcFq2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18524", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18525", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ugTHi1aM", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18526", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18527", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6Ta8WxmN", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18528", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18529", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6176", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-equality-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EO4eBsqd", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18530", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18531", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6176", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18532", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6177", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6178", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18531", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18533", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6179", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6180", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-bitwise-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseANDExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18532", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wrUN23HO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18533", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zS10Lrlo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18534", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseXORExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18535", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9YKtCpIQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6181", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18536", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6182", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6183", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18537", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseORExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6184", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6185", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gVfoAVuz", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18538", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AgJdAkQg", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18539", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6186", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18540", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-bitwise-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_rEQOot5", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6187", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6188", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18541", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6189", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6190", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-q4vp8E6E", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18542", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6181", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18543", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6191", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18544", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Q4tADXpb", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6192", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6193", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18545", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6194", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6195", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-bitwise-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseANDExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18546", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6182", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wrUN23HO", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18547", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18548", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KiqD724B", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseXORExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18549", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9YKtCpIQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18550", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6183", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18551", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseORExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18552", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-logical-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LogicalANDExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AgJdAkQg", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18553", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vZbQbZtn", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18554", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-bitwise-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_rEQOot5", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18555", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LogicalORExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18556", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ACEMYh2d", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6196", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18557", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18558", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoalesceExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-au86anjM", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Q4tADXpb", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18559", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18560", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoalesceExpressionHead", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6197", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18561", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18562", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ShortCircuitExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KiqD724B", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18563", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18564", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-logical-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7s2sQWPJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6198", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18565", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18566", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6184", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-logical-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LogicalANDExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18567", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6185", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6186", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6187", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vZbQbZtn", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18568", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6188", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3FN9c95J", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18569", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LogicalORExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18570", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6189", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ACEMYh2d", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18571", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6190", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6191", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6192", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18572", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6193", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VuyYXoKA", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoalesceExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-au86anjM", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18573", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18574", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6194", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoalesceExpressionHead", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18575", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6195", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6196", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18576", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6197", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-conditional-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ConditionalExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ShortCircuitExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18577", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mR1mZxSc", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18578", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-logical-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7s2sQWPJ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18579", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18580", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6199", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18581", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6200", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6201", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6202", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18582", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6203", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3FN9c95J", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18583", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-conditional-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yhd-4Qj-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18584", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6204", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18585", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6205", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6206", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6207", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18586", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6198", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6208", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VuyYXoKA", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18587", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6199", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6200", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6201", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18588", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6202", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6203", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6209", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18589", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6204", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6210", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6211", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18590", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wU5Xsk6s", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6212", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-conditional-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ConditionalExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18591", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nUwhqikN", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mR1mZxSc", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18592", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iYk5nCgu", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18593", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-eXKFjh2J", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18594", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18595", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-shfKC2mw", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18596", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18597", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-conditional-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yhd-4Qj-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18598", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hQLdzapj", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18599", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18600", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w-48XpMo", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6213", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18601", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6214", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6215", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6216", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18602", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7NM9KEaO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6217", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6218", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18603", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6219", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18604", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentOperator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wU5Xsk6s", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18605", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nUwhqikN", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18606", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iYk5nCgu", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18607", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-eXKFjh2J", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18608", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18609", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-shfKC2mw", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18610", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6205", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18611", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18612", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hQLdzapj", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18613", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18614", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6206", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w-48XpMo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18615", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18616", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7NM9KEaO", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18617", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18618", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentOperator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18619", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18620", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18621", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18622", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18623", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18624", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6207", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6220", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18625", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dpJd5ekV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18626", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18627", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18628", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6221", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18629", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18630", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6208", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18631", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6209", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18632", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6210", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18633", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6211", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18634", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6212", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18635", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6213", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-simple-putvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6214", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18636", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6215", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18637", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6216", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18638", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6217", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6218", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-d86UjzUy", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6222", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18639", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dpJd5ekV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18640", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18641", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6219", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18642", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-getvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6220", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6221", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18643", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6222", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6223", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18644", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6223", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18645", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6224", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-putvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6225", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-tjCiSw-h", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18645", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18646", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6226", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6225", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18647", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-and-getvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6226", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18648", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6227", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18649", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6228", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-simple-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6229", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18648", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18650", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6230", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18649", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18651", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6231", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18650", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18652", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6232", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18651", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6233", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-and-putvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6234", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H705EMCV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18652", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-d86UjzUy", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18653", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6235", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18654", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-or-getvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18655", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6234", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18656", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-getvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6235", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6236", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18657", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6237", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6238", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18655", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18658", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6239", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18656", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6240", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18657", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-tjCiSw-h", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18659", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18660", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6241", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18658", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18661", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-and-getvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6242", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-or-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6243", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ity5YYTe", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18659", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18660", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6244", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18661", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-nullish-getvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18662", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6245", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18663", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6246", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18662", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18664", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6247", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18663", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18665", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6248", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18664", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-and-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6249", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18665", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H705EMCV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18666", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18667", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6250", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-nullish-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18668", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-or-getvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6251", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6252", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_429", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_430", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_431", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_432", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_433", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_434", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_435", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_436", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_437", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6253", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18669", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6254", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18670", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6255", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18671", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6256", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18672", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6257", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-or-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6258", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ity5YYTe", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18673", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18674", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6259", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-lval", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18675", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-nullish-getvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6260", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-rval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6261", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-string-check", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18676", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6262", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18677", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6263", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18678", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6264", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18679", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6265", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-lgcl-nullish-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6266", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6267", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_424", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_425", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_426", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_427", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_428", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_429", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_430", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_431", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_432", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6268", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6269", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6270", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6271", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6272", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6273", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6274", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-lval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6275", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-rval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6276", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-string-check", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6277", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6278", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6279", @@ -12329,14 +12326,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6296", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6297", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6298", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_438", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_439", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6299", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_440", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_441", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6300", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatestringornumericbinaryexpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatestringornumericbinaryexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6301", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6302", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6303", @@ -12346,376 +12337,397 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6307", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6308", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6309", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6310", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6311", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6312", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6313", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_433", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_434", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6314", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_435", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_436", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6315", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatestringornumericbinaryexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatestringornumericbinaryexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6316", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6317", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6318", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6319", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6320", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6321", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6322", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6323", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6324", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-destructuring-assignment", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18666", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18667", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18668", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentPattern", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18669", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18670", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ObjectAssignmentPattern", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ix53lok1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-O0K_hLF1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18671", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3uSyi6IT", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18672", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-S2lwsZIP", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18673", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18674", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArrayAssignmentPattern", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lF9xCwj2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18675", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18676", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VmyFmgP-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18677", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-U5w44WHu", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18678", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18679", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18680", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentRestProperty", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mUDd8nHs", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18681", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentPropertyList", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18682", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Zg8oWRHF", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentPattern", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18683", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18684", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3BNUmQs7", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ObjectAssignmentPattern", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ix53lok1", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-O0K_hLF1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18685", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ud4u6J-Q", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3uSyi6IT", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18686", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-S2lwsZIP", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18687", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElisionElement", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-sl9Zadb9", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18688", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArrayAssignmentPattern", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lF9xCwj2", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18689", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentProperty", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3q7yGYEa", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18690", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VmyFmgP-", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18691", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-v1dWCZ87", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-U5w44WHu", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18692", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18693", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElement", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qvQWEQo1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18694", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentRestProperty", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mUDd8nHs", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18695", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentRestElement", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DMURMN0m", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentPropertyList", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18696", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DestructuringAssignmentTarget", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Zg8oWRHF", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18697", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-destructuring-assignment-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18698", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3BNUmQs7", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18699", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6310", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ud4u6J-Q", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18700", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18701", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElisionElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-sl9Zadb9", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18702", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18703", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentProperty", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3q7yGYEa", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18704", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18705", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-v1dWCZ87", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18706", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18707", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qvQWEQo1", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18708", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18709", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6311", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentRestElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DMURMN0m", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18710", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DestructuringAssignmentTarget", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18711", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-destructuring-assignment-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18712", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18713", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6312", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6325", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18714", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-destructuringassignmentevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6313", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6314", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6315", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6316", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3gUcVFuf", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6317", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BL-EfQkR", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18715", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w0nDUCli", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18716", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6318", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6319", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18717", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V79sItM3", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18718", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6320", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6321", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6322", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18719", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-c6GsLBP6", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18720", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18721", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6323", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6324", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18722", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6325", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18723", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EbrhbyXb", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6326", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18724", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18725", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18726", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18727", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6327", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18728", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-destructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6328", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zzOr3EoW", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18724", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6329", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6330", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6331", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18725", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3gUcVFuf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6332", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--ENeYZ8i", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18726", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18727", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BL-EfQkR", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18729", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w0nDUCli", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18730", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6333", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18728", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6334", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18731", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V79sItM3", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18732", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6335", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18729", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6336", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6337", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18733", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-c6GsLBP6", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18734", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18735", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6338", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6339", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18730", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18736", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6340", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IYCbjDvt", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18731", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18737", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EbrhbyXb", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6341", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6342", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6343", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18732", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zzOr3EoW", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18738", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6344", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-GIS42l5L", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18733", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18734", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18735", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6345", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6346", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18739", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6347", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18736", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--ENeYZ8i", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18740", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18741", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6348", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18742", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6349", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18737", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6350", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18743", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6351", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18738", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6352", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6353", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18739", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6354", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18744", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6355", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18740", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IYCbjDvt", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18745", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6356", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-propertydestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6357", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6358", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18746", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6359", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-GIS42l5L", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18747", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18748", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18749", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6360", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6361", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6362", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18750", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6363", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ysaEPEoc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18741", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18742", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6364", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18743", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18751", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6365", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18744", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6366", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yhW4Xo3o", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18745", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18746", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18752", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6367", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18747", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6368", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18753", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6369", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18748", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6370", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18749", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18754", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6371", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18750", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-propertydestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6372", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18751", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6373", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6374", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P2UQDIgF", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18752", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18753", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6375", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18754", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6376", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18755", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-restdestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6377", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6378", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ysaEPEoc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18755", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18756", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6379", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18757", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6380", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18758", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6381", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yhW4Xo3o", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18759", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18760", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6382", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uer86s2s", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18756", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18761", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6383", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18757", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6384", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18762", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6385", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18763", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6386", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18764", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6387", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-iteratordestructuringassignmentevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18765", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6388", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6389", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P2UQDIgF", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18766", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18767", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6390", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18768", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6391", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wdwg9MFc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18758", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18769", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-restdestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6392", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18759", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LgDa64vV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18760", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18761", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6393", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18762", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6394", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18763", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vVbhdjr0", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18764", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6395", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18765", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gwNUTqrO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18766", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18767", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6396", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18768", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6397", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18769", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4Wj_oyTQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uer86s2s", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18770", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6398", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18771", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6399", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6400", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6401", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zWmQntmV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18770", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6402", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18771", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-iteratordestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6403", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6404", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6405", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6406", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-L7cVew9S", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wdwg9MFc", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18772", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6407", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18773", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LgDa64vV", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18774", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18775", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18776", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6407", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18777", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6408", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18776", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6409", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18777", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vVbhdjr0", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18778", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6410", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18779", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gwNUTqrO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18780", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18781", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6411", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18782", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6412", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18783", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4Wj_oyTQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6413", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6414", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6415", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18778", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6416", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18779", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zWmQntmV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18784", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6417", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18780", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18785", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6418", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18781", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6419", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18782", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6420", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18783", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18784", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18785", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18786", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6421", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-L7cVew9S", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18786", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18787", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6422", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6423", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18788", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18789", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NB8JhQlN", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18790", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6422", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18791", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18792", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18793", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6423", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6424", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18794", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6425", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6426", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6427", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6428", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6429", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6430", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18792", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6431", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18793", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6432", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18794", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6433", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6434", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6435", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6436", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18795", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6434", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18796", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6435", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18797", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6437", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18798", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6438", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18799", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18800", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6436", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18801", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6437", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6438", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18802", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18803", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NB8JhQlN", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18804", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18805", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18806", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18807", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6439", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-keyeddestructuringassignmentevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18808", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6440", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6441", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6442", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6443", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6444", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-M4lsIchc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18800", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18801", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18802", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18803", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18804", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6445", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18805", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6446", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18806", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6447", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18807", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6448", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18808", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6449", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18809", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6450", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18810", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6451", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18809", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18810", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18811", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6452", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18812", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6453", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18813", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6454", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-keyeddestructuringassignmentevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6455", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6456", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6457", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6458", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6459", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-M4lsIchc", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18814", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6452", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18815", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6453", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6454", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-comma-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Expression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0GReIdCH", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18816", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lT8vYmn_", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18817", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18818", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-comma-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9ohd9wHn", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6460", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18819", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6461", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18820", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6455", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6462", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18821", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6456", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6457", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6463", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18822", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6458", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6459", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6464", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18823", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6465", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18824", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6466", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18825", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18826", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18827", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18828", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6467", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18829", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6468", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6469", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-comma-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Expression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0GReIdCH", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18830", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lT8vYmn_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18831", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18832", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-comma-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9ohd9wHn", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18833", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18834", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6470", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18835", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6471", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6472", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18836", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6473", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6474", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#references-pane", @@ -12736,412 +12748,393 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-ecmascript-language-statements-and-declarations", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-c1cDILr5", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18823", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18837", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-PfH00D1w", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18824", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18838", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-YqiTL09y", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18825", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18839", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-WCz7iwtm", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18826", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18840", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jug3e433", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18827", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18828", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18841", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18842", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Ro8XgDsH", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18829", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18843", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Rrel7YUC", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18830", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18844", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-twdIgE_o", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18831", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18845", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xepAqppR", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18832", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18833", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18846", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18847", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GHPcIp4f", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18834", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18848", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HB_2xdti", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18835", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18849", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bDeNjo3k", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18836", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18850", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Declaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18837", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18851", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-o4HYrPz3", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18838", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18852", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-9H9FGeT7", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18839", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18853", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HoistableDeclaration", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xo77HsL9", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18840", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18854", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-dpslEYBS", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18841", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18855", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-InkDjQLb", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18842", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18856", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-OBGQy9cZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18843", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18857", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BreakableStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IZrgrSFg", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18844", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18858", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-r35GfF0W", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18845", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18859", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-statement-semantics", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-statement-semantics-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-F2xRdnbO", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18846", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18860", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-19_kIcSj", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18847", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18861", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-AdaKcE7P", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18848", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18862", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-80Y3L4PZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18849", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6460", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18850", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18863", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6475", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18864", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FFjrmEWz", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18851", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18865", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-cXJGjZtb", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18852", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6461", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6462", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18853", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18866", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6476", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6477", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18867", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-block", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BlockStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18854", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18868", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Block", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-30nvN6ck", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18855", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-StatementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18856", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--OFVjnjw", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18857", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18858", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-StatementListItem", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GHY4Vd3_", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18859", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-yYByJL6Z", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18860", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-block-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18861", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6463", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18862", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6464", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18863", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6465", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18864", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-block-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GN03td2O", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CUMWT9xI", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18865", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6466", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6467", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6468", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18866", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6469", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6470", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6471", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18867", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6472", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18868", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qY9k7-Mq", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18869", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-StatementList", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18870", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6473", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--OFVjnjw", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18871", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6474", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6475", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18872", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6476", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-StatementListItem", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GHY4Vd3_", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18873", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-yYByJL6Z", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18874", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-blockdeclarationinstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-blockdeclarationinstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6477", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-block-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18875", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6478", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18876", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6479", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18877", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6480", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18875", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18876", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18878", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-block-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GN03td2O", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CUMWT9xI", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18879", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6481", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6482", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6483", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18880", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6484", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6485", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6486", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#step-blockdeclarationinstantiation-createmutablebinding", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_442", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18877", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18878", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18879", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18880", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6487", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6488", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#step-blockdeclarationinstantiation-initializebinding", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_443", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-declarations-and-the-variable-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-let-and-const-declarations", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6489", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6490", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18881", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6487", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18882", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qY9k7-Mq", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18883", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18884", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6488", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18885", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6489", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6490", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18886", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6491", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18887", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18888", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-blockdeclarationinstantiation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-blockdeclarationinstantiation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6492", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6493", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6494", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6495", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18889", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LexicalDeclaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-10DUWE8d", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18890", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6496", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6497", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6498", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6499", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6500", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6501", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#step-blockdeclarationinstantiation-createmutablebinding", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_437", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18891", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LetOrConst", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-7oqY0VPN", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-rTRI6GVQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingList", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18892", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FYQ2Ly4e", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18893", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18894", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LexicalBinding", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-l3Hg2UJ0", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6502", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6503", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#step-blockdeclarationinstantiation-initializebinding", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_438", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-declarations-and-the-variable-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-let-and-const-declarations", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6504", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6505", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18895", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18896", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FppJpMK8", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18897", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18898", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-let-and-const-declarations-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18899", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18900", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6491", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18901", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6492", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18902", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18903", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LexicalDeclaration", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-10DUWE8d", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18904", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18905", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6493", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LetOrConst", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-7oqY0VPN", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-rTRI6GVQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingList", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18906", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FYQ2Ly4e", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18907", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-let-and-const-declarations-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-dx4AGe8K", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18908", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LexicalBinding", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-l3Hg2UJ0", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18909", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6494", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18910", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EyFo2V-D", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FppJpMK8", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18911", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18912", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6495", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-let-and-const-declarations-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18913", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6496", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18914", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-mW_TWZBz", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6506", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18915", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6497", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6498", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6507", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18916", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6499", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6500", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18917", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gOqjOKq_", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18918", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18919", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6501", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6508", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18920", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6502", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6503", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18921", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6504", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-let-and-const-declarations-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-dx4AGe8K", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18922", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6505", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18923", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6506", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6507", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HJPtX-Q7", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6509", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18924", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EyFo2V-D", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18925", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6508", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18926", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6509", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6510", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6511", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18927", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-variable-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6512", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6513", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6511", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18928", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-mW_TWZBz", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18929", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6512", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6513", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18930", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6514", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6515", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18931", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gOqjOKq_", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18932", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18933", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6516", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18934", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VariableStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-03w8p9mr", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6517", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6518", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18935", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VariableDeclarationList", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bXRN6REu", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6519", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18936", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-kqbqpKlK", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6520", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18937", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6521", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6522", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HJPtX-Q7", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18938", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VariableDeclaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IeHby7A3", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18939", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6523", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18940", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-MhsdViui", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6524", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6525", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6526", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18941", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-variable-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6527", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6528", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18942", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-variable-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3b9-3HdT", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18943", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6514", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18944", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-mRNvbUb_", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18945", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18946", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6515", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18947", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6516", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18948", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DloKhDSp", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VariableStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-03w8p9mr", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18949", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-luUzRvcA", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VariableDeclarationList", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bXRN6REu", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18950", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-kqbqpKlK", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18951", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6517", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18952", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6518", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6519", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VariableDeclaration", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IeHby7A3", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18953", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6520", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18954", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6521", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-MhsdViui", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18955", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6522", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#step-vardecllist-evaluation-putvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6523", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18956", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-variable-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3b9-3HdT", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18957", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6529", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18958", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6524", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6525", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_444", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-mRNvbUb_", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18959", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-615TDHeB", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18960", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6530", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18961", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6526", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6531", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18962", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6527", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6528", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DloKhDSp", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18963", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingPattern", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-5GwwFymY", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-luUzRvcA", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18964", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nQ2ZFnUa", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18965", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ObjectBindingPattern", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Zq1KBCx2", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-5lmgiaFr", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6532", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18966", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xrMoI6uo", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6533", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6534", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18967", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ZImPf3XQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6535", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18968", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6536", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18969", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ArrayBindingPattern", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GTLtfjt0", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6537", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#step-vardecllist-evaluation-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6538", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18970", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18971", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18972", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ZEEMEcAo", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6539", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6540", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_439", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18973", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-615TDHeB", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18974", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18975", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingRestProperty", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ltwW708a", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6541", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18976", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingPropertyList", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6542", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6543", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18977", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TkJ_upuv", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingPattern", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-5GwwFymY", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18978", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nQ2ZFnUa", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18979", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingElementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ObjectBindingPattern", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Zq1KBCx2", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-5lmgiaFr", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18980", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-QAGJVJ9v", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xrMoI6uo", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18981", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ZImPf3XQ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18982", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingElisionElement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eAKFkNTn", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18983", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ArrayBindingPattern", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GTLtfjt0", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18984", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingProperty", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-P9s8hLuP", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18985", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VmvTFDAY", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18986", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ZEEMEcAo", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18987", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingElement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18988", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qY39_uPQ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18989", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingRestProperty", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ltwW708a", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18990", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-SingleNameBinding", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-8lbkfoVZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingPropertyList", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18991", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TkJ_upuv", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18992", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingRestElement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0fOwNHr-", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18993", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-iBHkClE5", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingElementList", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18994", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns-runtime-semantics-propertybindinginitialization", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6529", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6530", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6531", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6532", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6533", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6534", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6535", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jhtKd-Y5", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-QAGJVJ9v", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18995", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18996", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6536", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingElisionElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eAKFkNTn", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18997", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6537", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18998", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6538", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--5EhKk0m", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingProperty", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-P9s8hLuP", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18999", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6539", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VmvTFDAY", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19000", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6540", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19001", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-1euONYQ-", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingElement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19002", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qY39_uPQ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19003", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6541", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19004", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6542", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-SingleNameBinding", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-8lbkfoVZ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19005", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns-runtime-semantics-restbindinginitialization", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6543", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19006", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingRestElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0fOwNHr-", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19007", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-iBHkClE5", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19008", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns-runtime-semantics-propertybindinginitialization", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6544", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6545", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6546", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6547", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6548", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6549", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jjw6mbi6", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19006", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6550", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jhtKd-Y5", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19009", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19010", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6551", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19007", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19011", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6552", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19012", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6553", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--5EhKk0m", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19013", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6554", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19014", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6555", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19015", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-1euONYQ-", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19016", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19017", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6556", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-keyedbindinginitialization", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19018", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6557", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19019", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns-runtime-semantics-restbindinginitialization", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6558", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6559", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6560", @@ -13149,340 +13142,342 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6562", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6563", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6564", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-kKvAd4Kx", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19008", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19009", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jjw6mbi6", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19020", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6565", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19010", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6566", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19011", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19021", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6567", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6568", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19012", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-v4J727kL", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19013", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19014", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6569", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19015", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6570", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6571", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19016", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-keyedbindinginitialization", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6572", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19017", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6573", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19018", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6574", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19019", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6575", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6576", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6577", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-empty-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EmptyStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-hl28S5p6", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-empty-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-il1Ue5QP", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-expression-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ExpressionStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-XGPiPhtM", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19020", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19021", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6578", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6579", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-kKvAd4Kx", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19022", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19023", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6580", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19024", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6578", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6581", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19025", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6582", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6583", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19026", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-v4J727kL", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19027", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19028", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6584", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19029", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6585", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6586", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19030", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6587", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19031", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6588", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19032", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6589", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19033", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6590", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6591", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6592", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-empty-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EmptyStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-hl28S5p6", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-empty-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-il1Ue5QP", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-expression-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ExpressionStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-XGPiPhtM", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19034", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-expression-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zmcsioZW", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19035", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6579", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19036", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6580", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-if-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IfStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_lf1EvXT", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19037", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19038", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6593", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19039", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--e2u-nCd", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19040", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19041", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-if-statement-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19042", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19043", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19044", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6581", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19045", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6582", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19046", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19047", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19048", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6583", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-expression-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zmcsioZW", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19049", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_445", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-if-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-V-mFBCSX", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6594", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19050", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6595", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-if-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IfStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_lf1EvXT", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19051", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19052", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6584", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19053", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6585", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6586", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6587", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6588", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--e2u-nCd", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19054", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6589", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6590", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19055", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6591", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-31mgDA5h", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-if-statement-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19056", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19057", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6592", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19058", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6593", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6594", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6595", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6596", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19059", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6597", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-iteration-statements", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IterationStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nthWw5bM", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19060", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-J0YbLQ2x", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19061", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-r-Sjm4F3", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19062", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Q0CapowH", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19063", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-iteration-statements-semantics", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-loopcontinues", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-loopcontinues", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6598", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6599", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19063", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_440", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-if-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-V-mFBCSX", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19064", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19065", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19066", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-loopevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6599", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19067", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6600", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6601", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6602", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6603", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19068", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6604", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bY0mbJsd", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19067", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6605", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19068", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pBcbxGRB", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19069", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6606", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-31mgDA5h", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19070", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FuTGGBHg", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19071", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6607", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19072", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-RfvZcfJK", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19073", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6608", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19074", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-do-while-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DoWhileStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-9vnoeXX4", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19075", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19076", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-do-while-statement-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19077", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19078", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6609", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19079", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_446", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-dowhileloopevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-do-while-statement-runtime-semantics-labelledevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6610", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6611", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19073", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6612", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-iteration-statements", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IterationStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nthWw5bM", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19074", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-J0YbLQ2x", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19075", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-r-Sjm4F3", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19076", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Q0CapowH", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19077", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-iteration-statements-semantics", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-loopcontinues", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-loopcontinues", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6613", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6614", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3uzJdijq", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19078", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19079", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19080", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19081", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-loopevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6615", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6616", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19082", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6617", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6618", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6619", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19083", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bY0mbJsd", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19081", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6620", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19082", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pBcbxGRB", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19083", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6621", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-while-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-WhileStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Tx40AFG0", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19084", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FuTGGBHg", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19085", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-while-statement-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6622", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19086", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-RfvZcfJK", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19087", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6622", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19088", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_447", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-whileloopevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-while-statement-runtime-semantics-labelledevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6623", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19088", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-do-while-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DoWhileStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-9vnoeXX4", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19089", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19090", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-do-while-statement-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19091", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19092", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6624", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19093", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_441", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-dowhileloopevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-do-while-statement-runtime-semantics-labelledevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6625", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6626", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6627", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0mdwhc7l", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19089", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19090", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6628", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19091", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6629", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3uzJdijq", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19094", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19095", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6630", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6631", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19096", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6632", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19092", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6633", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6634", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-NvPgd2yM", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19093", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19094", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19095", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19096", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pYXfSJG_", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19097", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6635", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6636", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-while-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-WhileStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Tx40AFG0", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19098", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19099", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-while-statement-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19100", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0Y0bZAvD", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19101", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6637", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19102", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_442", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-whileloopevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-while-statement-runtime-semantics-labelledevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6638", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6639", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6640", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6641", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6642", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0mdwhc7l", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19103", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19104", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-statement-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6643", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19105", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6644", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6645", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6646", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6647", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19106", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6648", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6649", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-NvPgd2yM", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19107", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19108", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19109", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19110", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pYXfSJG_", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19111", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19112", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19113", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19114", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0Y0bZAvD", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19115", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19116", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6635", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19117", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_448", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19118", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-statement-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19119", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19120", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19121", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6636", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19122", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6637", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19123", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forloopevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-statement-runtime-semantics-labelledevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6638", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6639", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6640", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6641", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6642", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qUCVnDNm", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19124", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19125", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19126", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19127", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19128", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6643", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19129", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6644", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19130", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6650", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19131", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_443", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19132", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19133", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6645", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19134", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HwfL-Win", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19135", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6651", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19136", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6652", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19137", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forloopevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-statement-runtime-semantics-labelledevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6653", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6654", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6655", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6656", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6657", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qUCVnDNm", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19138", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6646", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19139", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19140", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19141", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19142", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6658", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19143", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6647", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6659", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19144", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-PMtIFugG", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19145", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19146", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19147", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6660", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19148", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6648", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6649", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6650", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HwfL-Win", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19149", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6651", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19150", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6652", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6653", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6654", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19151", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6655", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6656", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6657", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19152", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6661", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19153", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19154", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19155", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6658", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6659", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19156", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6660", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-forbodyevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-forbodyevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19157", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6661", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19158", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6662", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19158", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-PMtIFugG", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19159", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19160", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19161", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19162", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6663", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6664", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6665", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19163", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6666", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19164", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6667", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6668", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6669", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19165", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6670", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6671", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6672", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19166", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19167", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19168", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19169", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6673", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6674", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19170", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6675", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-forbodyevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-forbodyevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19171", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6676", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19172", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6677", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19173", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6678", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6679", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createperiterationenvironment", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createperiterationenvironment", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6680", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6681", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6682", @@ -13490,69 +13485,72 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6684", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6685", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6686", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6687", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6688", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6689", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6690", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6691", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6692", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6693", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6694", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createperiterationenvironment", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createperiterationenvironment", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6695", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6696", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6697", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6698", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6699", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6700", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6701", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForInOfStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Za8VIr4f", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19160", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19161", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19162", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_N8Q-kim", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19163", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19164", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19165", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xutvwaXc", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19166", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19167", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19168", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nLtPS4oB", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19169", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19170", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19171", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-M1zjKbr6", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19172", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19173", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19174", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EoyoF5LI", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19175", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19176", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_N8Q-kim", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19177", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ReDwT2-b", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19178", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19179", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xutvwaXc", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19180", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ut_uoPzp", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19181", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19182", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nLtPS4oB", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19183", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jY1gwM9V", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19184", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19185", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-M1zjKbr6", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19186", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForDeclaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ygJ0cdk1", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19187", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19188", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForBinding", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gwk9Iaq2", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EoyoF5LI", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19189", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-rDLkyb_q", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19190", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_449", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19191", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ReDwT2-b", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19192", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19193", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19194", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ut_uoPzp", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19195", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19196", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19197", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jY1gwM9V", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19198", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19199", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19200", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForDeclaration", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ygJ0cdk1", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19201", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19202", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForBinding", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gwk9Iaq2", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19203", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-rDLkyb_q", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19204", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_444", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19205", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19206", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19207", @@ -13566,9 +13564,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19215", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19216", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19217", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6687", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19218", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_450", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19219", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19220", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19221", @@ -13582,12 +13578,12 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19229", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19230", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19231", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6688", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6702", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19232", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_445", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19233", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19234", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19235", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6689", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19236", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19237", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19238", @@ -13598,207 +13594,206 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19243", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19244", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19245", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6690", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6703", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19246", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6691", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19247", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6692", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19248", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6693", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19249", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-static-semantics-isdestructuring", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-static-semantics-isdestructuring", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-static-semantics-static-semantics-isdestructuring", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6694", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HvnSrzbi", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6704", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19250", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19251", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19252", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19253", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nfrnC2qv", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19254", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19255", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pVCOt4bB", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19256", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19257", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IOJOqU1K", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19258", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19259", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-e3LgGUUv", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6705", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19260", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-uCaMN-Ha", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6706", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19261", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-vPeih5lN", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6707", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19262", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6708", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19263", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IWE0dD8s", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-static-semantics-isdestructuring", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-static-semantics-isdestructuring", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-static-semantics-static-semantics-isdestructuring", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6709", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HvnSrzbi", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19264", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19265", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-fNvFZX0j", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19266", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-9Ion7RwA", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19267", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Q5WdRWI1", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nfrnC2qv", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19268", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gowHZDoa", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19269", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pVCOt4bB", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19270", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6695", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19271", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-AsYWUqR1", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IOJOqU1K", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19272", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-n6CWa3rF", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19273", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_451", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-fordeclarationbindinginitialization", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-bindinginitialization", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6696", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6697", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6698", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6699", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6700", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6701", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6702", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_452", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-S5lZ05os", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-e3LgGUUv", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19274", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-uCaMN-Ha", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19275", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6703", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-vPeih5lN", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19276", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-fordeclarationbindinginstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-bindinginstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6704", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6705", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bTiDTykL", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19277", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IWE0dD8s", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19278", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6706", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19279", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6707", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-fNvFZX0j", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19280", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forinofloopevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6708", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6709", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6710", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6711", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6712", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-dhS3iRZF", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-9Ion7RwA", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19281", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Q5WdRWI1", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19282", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gowHZDoa", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19283", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6713", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19284", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6714", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6710", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19285", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-AsYWUqR1", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19286", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-A6rVBZNm", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-n6CWa3rF", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19287", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_446", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-fordeclarationbindinginitialization", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-bindinginitialization", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6711", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6712", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6713", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6714", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6715", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6716", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6717", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_447", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-S5lZ05os", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19288", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19289", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6715", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6718", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19290", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6716", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-fordeclarationbindinginstantiation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-bindinginstantiation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6719", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6720", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bTiDTykL", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19291", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19292", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zcGoySgU", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6721", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19293", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6722", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19294", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forinofloopevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6723", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6724", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6725", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6726", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6727", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-dhS3iRZF", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19295", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6717", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6718", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19296", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19297", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6719", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6728", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19298", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6729", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19299", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xXfkt6k0", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19300", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-A6rVBZNm", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19301", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19302", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6720", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19303", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6721", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6730", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19304", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6731", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19305", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pPrWP7Ph", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19306", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zcGoySgU", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19307", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19308", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6722", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19309", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6723", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6732", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6733", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19310", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19311", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-OIo-GNlm", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6734", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19312", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19313", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xXfkt6k0", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19314", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6724", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6725", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19315", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19316", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6726", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6735", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19317", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6736", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19318", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Z4scLosS", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19319", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pPrWP7Ph", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19320", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19321", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6727", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19322", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6728", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6737", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19323", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6738", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19324", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-5PDN6AV3", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19325", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-OIo-GNlm", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19326", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19327", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6729", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19328", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6730", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6739", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6740", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19329", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19330", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-KdWnMB6i", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6741", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19331", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19332", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Z4scLosS", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19333", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6731", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6732", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19334", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19335", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6733", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6742", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19336", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6743", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19337", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_453", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forinofheadevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forin-div-ofheadevaluation-tdznames-expr-iterationkind", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6734", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19338", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6735", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-5PDN6AV3", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19339", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6736", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6737", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6738", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6739", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6740", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6741", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6742", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6743", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19340", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19341", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6744", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19342", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6745", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19343", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19344", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-KdWnMB6i", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19345", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19346", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19347", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6746", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6747", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19348", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19349", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6748", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19350", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19351", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_448", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forinofheadevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forin-div-ofheadevaluation-tdznames-expr-iterationkind", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6749", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19352", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6750", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19353", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6751", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6752", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6753", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6754", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6755", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19340", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6756", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6757", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6758", @@ -13808,35 +13803,36 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6762", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6763", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6764", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19341", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19342", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6765", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6766", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6767", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6768", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6769", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6770", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19354", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6771", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6772", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6773", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6774", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19343", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6775", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6776", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6777", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6778", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6779", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19355", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19356", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6780", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6781", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6782", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6783", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19344", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6784", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6785", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6786", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6787", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6788", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6789", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19357", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6790", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6791", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6792", @@ -13846,6 +13842,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6796", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6797", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6798", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19358", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6799", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6800", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6801", @@ -13856,17 +13853,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6806", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6807", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6808", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_anR-waH", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19345", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-K8Yvyf4p", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-KzQjZu5p", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6809", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19346", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6810", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-enumerate-object-properties", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-enumerate-object-properties", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_454", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6811", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6812", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6813", @@ -13876,492 +13864,516 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6817", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6818", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6819", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_455", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6820", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6821", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-iterator-objects", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6822", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createforiniterator", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createforiniterator", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6823", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_anR-waH", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19359", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-K8Yvyf4p", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-KzQjZu5p", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6824", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19360", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6825", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-enumerate-object-properties", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-enumerate-object-properties", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_449", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6826", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-%foriniteratorprototype%-object", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-%foriniteratorprototype%-object", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6827", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6828", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-%foriniteratorprototype%.next", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6829", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6830", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6831", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_456", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6832", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6833", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6834", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_450", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6835", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-properties-of-for-in-iterator-instances", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6836", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-iterator-objects", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6837", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_457", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#table-for-in-iterator-instance-slots", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createforiniterator", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createforiniterator", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6838", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6839", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-continue-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ContinueStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-rfM2mnQY", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-w6m19zWs", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19347", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19348", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-continue-statement-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19349", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19350", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19351", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-continue-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-MdaDQGie", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6840", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-sLmRG5Rx", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19352", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6841", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19353", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-%foriniteratorprototype%-object", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-%foriniteratorprototype%-object", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6842", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-break-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BreakStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Jyx4vreG", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_aoH2Ltk", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19354", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19355", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-break-statement-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19356", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19357", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19358", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-break-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0ioO2qvc", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6843", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eokV1qEw", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19359", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-%foriniteratorprototype%.next", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6844", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19360", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6845", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-return-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ReturnStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zZYaGxQ8", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TbDZIC37", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19361", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19362", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19363", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19364", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6846", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_451", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6847", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-return-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-G_yzzAkQ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6848", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-iroo5DiR", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19365", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6849", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19366", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6850", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-properties-of-for-in-iterator-instances", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6851", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6852", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_452", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#table-for-in-iterator-instance-slots", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6853", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-with-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6873", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6854", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-continue-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ContinueStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-rfM2mnQY", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-w6m19zWs", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19361", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19362", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-continue-statement-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19363", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19364", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19365", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-continue-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-MdaDQGie", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6855", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-sLmRG5Rx", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19366", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6856", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_458", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-WithStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3HlNX-pI", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19367", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19368", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6857", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6858", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-with-statement-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-break-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BreakStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Jyx4vreG", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_aoH2Ltk", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19368", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19369", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-break-statement-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19370", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6859", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6860", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6861", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19371", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_459", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-with-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-OowrNhmq", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19372", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-break-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0ioO2qvc", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6858", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eokV1qEw", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19373", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6862", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6859", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19374", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6863", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6864", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6865", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6866", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6867", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6868", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6869", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6860", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-return-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ReturnStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zZYaGxQ8", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TbDZIC37", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19375", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6870", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6871", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19376", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6872", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-switch-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-SwitchStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3xRnqKfC", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19377", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19378", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CaseBlock", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-q66ZlOHI", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6861", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6862", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-return-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-G_yzzAkQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6863", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-iroo5DiR", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19379", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-JuWwIrcZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6864", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19380", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6865", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6866", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6867", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6868", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-with-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6888", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6869", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6870", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6871", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_453", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-WithStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3HlNX-pI", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19381", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19382", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CaseClauses", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6872", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6873", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-with-statement-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19383", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-sjZo1Z65", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19384", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19385", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CaseClause", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-A-5Q_6I5", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19386", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19387", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DefaultClause", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HPF3iA_C", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19388", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-switch-statement-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19389", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19390", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6874", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19391", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6875", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19392", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6876", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19393", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseblockevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19385", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_454", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-with-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-OowrNhmq", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19386", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19387", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6877", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19388", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6878", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6879", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6880", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6881", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--oXyocga", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-n6COrqbY", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19394", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6882", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19395", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19396", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19397", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6883", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6884", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19389", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6885", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6886", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19390", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6887", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bc5B_Aaw", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-switch-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-SwitchStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3xRnqKfC", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19391", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19392", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CaseBlock", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-q66ZlOHI", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19393", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-JuWwIrcZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19394", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19395", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19396", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CaseClauses", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19397", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-sjZo1Z65", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19398", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19399", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CaseClause", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-A-5Q_6I5", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19400", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19401", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6888", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DefaultClause", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HPF3iA_C", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19402", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-switch-statement-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19403", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6889", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19404", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6889", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19405", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6890", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19406", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6891", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19407", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseblockevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6892", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6893", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6894", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19405", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6895", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19406", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19407", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6896", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--oXyocga", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-n6COrqbY", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19408", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6897", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19409", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19410", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19411", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6898", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6899", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19409", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6900", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6901", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6902", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bc5B_Aaw", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19412", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19413", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19414", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19415", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6903", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19410", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19416", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19417", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6904", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19418", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6905", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19411", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19412", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6906", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6907", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19413", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6908", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6909", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseclauseisselected", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseselectorevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseclauseisselected", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19414", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19419", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6910", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19420", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19421", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6911", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19422", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6912", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6913", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6914", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19415", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19416", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19423", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6915", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19417", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6916", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6917", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19418", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19419", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19420", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-switch-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-raA0Z_ll", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19421", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19422", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6918", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19423", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19424", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6919", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6920", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19425", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19426", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6921", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6922", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19424", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19427", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6923", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6924", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseclauseisselected", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseselectorevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseclauseisselected", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19428", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6925", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19425", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6926", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19426", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pfa8PeiE", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19427", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-SiRXsnRx", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19428", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19429", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6927", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6928", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6929", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19429", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19430", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-f0Rq5Irs", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eOryVE-Y", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6930", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19431", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6928", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6931", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6932", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19432", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-labelled-statements", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LabelledStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0GG8m5VC", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19433", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19434", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LabelledItem", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-YaWmIZ1c", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-switch-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-raA0Z_ll", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19435", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GPTeOVBJ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19436", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6933", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19437", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6934", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6935", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6936", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6937", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19438", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6938", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6939", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6940", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19439", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6941", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19440", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-labelled-statements-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pfa8PeiE", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19441", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_460", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-islabelledfunction", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-SiRXsnRx", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19442", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6929", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19443", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6942", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19444", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-f0Rq5Irs", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eOryVE-Y", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19445", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6943", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19446", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6930", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-labelled-statements-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-z6MMrwO3", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-labelled-statements", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LabelledStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0GG8m5VC", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19447", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19448", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6931", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LabelledItem", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-YaWmIZ1c", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19449", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-labelledevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-labelled-statements-runtime-semantics-labelledevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-statement-semantics-runtime-semantics-labelledevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6932", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6933", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6934", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6935", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6936", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pR7DNQsN", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GPTeOVBJ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19450", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6937", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6938", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19451", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6939", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6940", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FSHcHfYw", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19452", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6941", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6942", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19453", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6943", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6944", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19454", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-labelled-statements-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19455", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GnWrgP5w", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_455", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-islabelledfunction", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19456", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6944", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19457", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6945", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19458", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19459", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19460", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6945", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-labelled-statements-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-z6MMrwO3", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19461", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19462", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6946", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19463", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-labelledevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-labelled-statements-runtime-semantics-labelledevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-statement-semantics-runtime-semantics-labelledevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6947", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6948", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19459", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6949", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6950", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3whCJM4e", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19460", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6951", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19461", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-yFnpxPRG", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19462", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Ebz5cXwH", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19463", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qI_HU3XB", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pR7DNQsN", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19464", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-aRwgRfmk", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6952", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6953", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19465", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-RLprpFgP", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6954", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6955", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FSHcHfYw", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19466", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-4r9ecQgz", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6956", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6957", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19467", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VyFRxEGQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6958", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6959", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19468", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Hgg1wqRZ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19469", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-wFzN_sG0", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GnWrgP5w", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19470", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-q_qjzdry", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19471", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-7PJ339VQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6960", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19472", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-O3yX8Gg7", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6961", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6962", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6963", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19473", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6952", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6964", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6965", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3whCJM4e", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19474", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6966", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19475", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-yFnpxPRG", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19476", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Ebz5cXwH", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19477", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-throw-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ThrowStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-E5ckYtCh", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qI_HU3XB", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19478", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-aRwgRfmk", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19479", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-throw-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-fEMuit66", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-RLprpFgP", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19480", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6953", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-4r9ecQgz", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19481", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6954", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6955", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-try-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TryStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-wD-TPYub", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VyFRxEGQ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19482", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Hgg1wqRZ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19483", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EYIEedje", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-wFzN_sG0", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19484", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-q_qjzdry", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19485", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-cfkI0NCS", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-7PJ339VQ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19486", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-O3yX8Gg7", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19487", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6967", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19488", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Catch", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IbvHsEaf", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19489", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19490", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ybInUotF", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19491", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Finally", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-throw-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ThrowStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-E5ckYtCh", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19492", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CatchParameter", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19493", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-throw-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-fEMuit66", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19494", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6968", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19495", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-try-statement-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6969", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6970", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-try-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TryStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-wD-TPYub", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19496", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19497", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6956", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EYIEedje", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19498", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6957", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19499", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6958", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-cfkI0NCS", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19500", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6959", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19501", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6960", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19502", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6961", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_461", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-catchclauseevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6962", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6963", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6964", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6965", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6966", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-tivA4mFO", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Catch", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IbvHsEaf", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19503", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19504", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6967", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6968", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6969", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ybInUotF", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19505", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6970", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Finally", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19506", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CatchParameter", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19507", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19508", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19509", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-try-statement-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19510", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19511", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6971", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19512", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6972", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19506", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19513", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6973", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19514", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6974", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19515", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6975", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19516", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6976", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19507", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_456", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-catchclauseevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6977", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-7Gz_IT_v", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19508", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6978", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19509", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19510", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-try-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TjGqXGk4", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19511", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19512", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6979", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6980", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19513", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6981", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-tivA4mFO", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19517", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19518", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6982", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19514", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6983", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BNnGZMkj", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19515", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19516", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6984", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19519", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6985", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19517", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6986", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6987", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19518", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6988", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-fUrDxi55", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19519", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19520", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19521", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6988", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6989", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6990", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19522", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6991", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19521", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6992", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19523", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-7Gz_IT_v", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19522", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6993", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6994", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19523", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19524", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-try-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TjGqXGk4", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19525", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19526", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6994", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6995", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19527", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6996", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6997", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19528", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6998", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BNnGZMkj", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19529", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19530", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6999", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7000", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19531", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7001", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7002", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19532", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7003", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-fUrDxi55", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19533", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19534", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19535", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7004", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7005", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19536", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7006", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7007", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19537", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7008", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7009", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19538", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7010", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-debugger-statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DebuggerStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Kx8jxmHA", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-debugger-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19525", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19539", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eDCsgVlr", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6996", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6997", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6998", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6999", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7011", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7012", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7013", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_7014", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#references-pane", @@ -14380,1050 +14392,1035 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#shortcuts-help", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#spec-container", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-ecmascript-language-functions-and-classes", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7000", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_462", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7001", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_463", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7015", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_457", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7016", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_458", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-parameter-lists", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UniqueFormalParameters", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19526", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19540", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FormalParameters", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-L6HGhDG8", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gUzIea_C", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19527", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19528", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19529", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-aTWifksv", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19530", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19531", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FormalParameterList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NNXqGrU3", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19532", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7NFUmaIc", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19533", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19534", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionRestParameter", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19535", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FormalParameter", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H68ZoagN", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19536", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-parameter-lists-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19537", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7002", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19538", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19539", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7003", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19540", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7004", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19541", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19542", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19543", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7005", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-containsexpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-ContainsExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-containsexpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-containsexpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-containsexpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7006", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-zkT2lhLy", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6b4rrD_8", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-aTWifksv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19544", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wtzT9EiN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19545", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FormalParameterList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NNXqGrU3", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19546", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7007", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7NFUmaIc", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19547", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-h16qYz6B", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19548", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1FzGu7Lp", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionRestParameter", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19549", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FormalParameter", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H68ZoagN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19550", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7008", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-parameter-lists-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19551", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-rkwjGbA6", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7017", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19552", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19553", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7009", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7018", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19554", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-J6x8FZJI", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7019", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19555", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19556", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19557", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7010", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7020", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-containsexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-ContainsExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-containsexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-containsexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-containsexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7021", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-zkT2lhLy", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6b4rrD_8", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19558", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7011", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wtzT9EiN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19559", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-OZ7bBYfO", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19560", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7022", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19561", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7012", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-h16qYz6B", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19562", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7013", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1FzGu7Lp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19563", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Pbu7NeJV", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19564", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7023", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19565", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7014", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-rkwjGbA6", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19566", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7015", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19567", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-l7kFOPKe", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7024", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19568", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-J6x8FZJI", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19569", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7016", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19570", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eeXd9umu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19571", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7025", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19572", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7017", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7026", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19573", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7018", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-OZ7bBYfO", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19574", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1LlZEk6k", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19575", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7027", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19576", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-4G21hRBK", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7028", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19577", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8U9yuoPy", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Pbu7NeJV", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19578", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19579", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NXTQAWlJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7029", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19580", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TzoSXJM8", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7030", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19581", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7019", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-l7kFOPKe", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19582", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-i4esWmfn", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ffwfOKFy", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19583", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7031", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19584", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7020", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eeXd9umu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19585", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7021", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19586", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Z488vACK", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7032", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19587", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7033", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19588", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7022", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1LlZEk6k", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19589", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7023", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19590", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-4Zv7nEzD", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-4G21hRBK", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19591", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-l6d_kFqp", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8U9yuoPy", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19592", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19593", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7024", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NXTQAWlJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19594", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7025", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gFcfnGJu", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TzoSXJM8", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19595", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-issimpleparameterlist", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-IsSimpleParameterList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-issimpleparameterlist", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-issimpleparameterlist", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-issimpleparameterlist", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7026", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iu5DldfN", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7034", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19596", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qrNno2ET", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-i4esWmfn", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ffwfOKFy", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19597", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19598", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0qUANoiw", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7035", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19599", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-b6-qn4pg", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7036", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19600", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Z488vACK", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19601", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tfjykC09", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3o8iyoDi", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19602", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-90MekD57", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7037", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19603", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7038", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19604", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CdQEr4_m", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-4Zv7nEzD", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19605", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-l6d_kFqp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19606", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7027", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19607", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7028", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7039", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19608", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uFFTeOPE", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7040", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gFcfnGJu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19609", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7029", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-issimpleparameterlist", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-IsSimpleParameterList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-issimpleparameterlist", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-issimpleparameterlist", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-issimpleparameterlist", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7041", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iu5DldfN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19610", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-suhNtUzj", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qrNno2ET", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19611", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-46y1StQq", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19612", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0qUANoiw", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19613", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7030", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-b6-qn4pg", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19614", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7031", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qGPu4-Bq", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19615", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bCpQszCG", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tfjykC09", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3o8iyoDi", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19616", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-90MekD57", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19617", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19618", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7032", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CdQEr4_m", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19619", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7033", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hasinitializer", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-hasinitializer", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-hasinitializer", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7034", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-HBo05lrR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19620", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3n6oU9Uv", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7042", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19621", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7043", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19622", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Qjr24iGe", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uFFTeOPE", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19623", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6kCXjXJH", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7044", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19624", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-suhNtUzj", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19625", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YlncCUel", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-46y1StQq", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19626", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19627", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7035", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7045", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19628", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7036", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7046", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qGPu4-Bq", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19629", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-expectedargumentcount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-ExpectedArgumentCount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-expectedargumentcount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-expectedargumentcount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-expectedargumentcount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7037", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7038", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eE6gHDad", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wqRyU6iR", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bCpQszCG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19630", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod--tdGBtde", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19631", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19632", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7039", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7047", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19633", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7048", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hasinitializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-hasinitializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-hasinitializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7049", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-HBo05lrR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19634", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3n6oU9Uv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19635", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19636", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Qjr24iGe", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19637", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WmFS8bja", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6kCXjXJH", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19638", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7040", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19639", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-2HGoRaSl", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YlncCUel", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19640", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19641", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7041", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7050", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19642", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7042", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7051", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19643", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7043", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-expectedargumentcount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-ExpectedArgumentCount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-expectedargumentcount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-expectedargumentcount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-expectedargumentcount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7052", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7053", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eE6gHDad", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wqRyU6iR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19644", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-u-Q5LrzT", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod--tdGBtde", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19645", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-2fYMCaig", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19646", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7054", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19647", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7044", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19648", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7045", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-01YV1lrL", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19649", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7046", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19650", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-df9_W4vY", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19651", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionDeclaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lEQdX6hk", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WmFS8bja", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19652", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7055", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19653", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-2HGoRaSl", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19654", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eqpHaG0r", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19655", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7056", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19656", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod--zvLR38c", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7057", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19657", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7058", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19658", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-u-Q5LrzT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19659", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CKMymB_i", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-2fYMCaig", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19660", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionStatementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WeOYFNsx", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19661", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7059", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19662", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7060", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-01YV1lrL", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19663", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7061", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19664", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-df9_W4vY", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19665", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionDeclaration", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lEQdX6hk", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19666", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19667", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19668", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eqpHaG0r", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19669", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7047", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19670", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7048", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod--zvLR38c", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19671", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19672", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7049", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19673", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7050", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7051", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CKMymB_i", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19674", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7052", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionStatementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WeOYFNsx", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19675", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7053", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19676", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7054", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19677", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7055", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19678", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19679", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7056", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19680", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19681", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7057", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19682", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19683", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7058", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7062", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19684", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7063", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19685", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7059", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19686", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7060", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7064", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19687", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7065", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7066", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19688", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7061", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7067", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19689", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7062", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7068", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19690", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7063", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7069", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19691", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7064", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7070", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19692", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7065", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19693", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7066", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7071", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19694", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-functionbodycontainsusestrict", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-containsusestrict", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7067", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SI3y-Fh-", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19695", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7068", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19696", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7069", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluatefunctionbody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-runtime-semantics-evaluatebody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7070", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7071", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7072", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19696", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19697", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7073", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19698", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19699", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7074", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19700", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7075", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19701", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19702", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7076", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-BiHevouZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19697", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19703", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7077", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19704", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7078", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19698", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateordinaryfunctionobject", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-runtime-semantics-instantiatefunctionobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19705", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7079", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19706", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7080", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19707", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7081", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19708", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-functionbodycontainsusestrict", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-containsusestrict", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7082", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-oT86BVb2", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19699", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19700", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19701", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SI3y-Fh-", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19709", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7083", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19702", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19710", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7084", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19703", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluatefunctionbody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-runtime-semantics-evaluatebody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7085", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7086", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19704", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19705", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7087", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7088", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TjR6TGOd", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19706", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19707", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7089", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19708", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7090", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7091", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19709", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19710", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-BiHevouZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19711", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7092", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7093", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19711", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19712", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateordinaryfunctionobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-runtime-semantics-instantiatefunctionobject", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7094", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateordinaryfunctionexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7095", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7096", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7097", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7098", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-M2Odxhb_", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19712", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-oT86BVb2", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19713", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19714", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19715", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7098", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19716", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7099", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19717", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7100", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7101", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19714", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19718", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19719", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7102", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7103", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19715", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19716", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TjR6TGOd", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19720", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19721", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7104", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19722", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7105", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ZT_oXgSx", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19717", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19718", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19719", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7106", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19723", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19724", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7107", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19720", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7108", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19725", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7109", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateordinaryfunctionexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7110", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7111", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19721", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7112", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7113", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19722", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19723", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7114", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7115", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19724", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19725", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-M2Odxhb_", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19726", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19727", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7114", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7115", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7116", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19728", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7117", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7118", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19729", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19730", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7119", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7120", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ZT_oXgSx", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19731", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JkNCEml2", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19732", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19733", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7121", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7122", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19734", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_464", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JB2pB6KU", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7123", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7124", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7125", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7126", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19735", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7127", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7128", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19736", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gx42gzY4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19737", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7129", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7130", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19738", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19739", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7116", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19740", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19741", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19742", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7117", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TAJ7Z-Ln", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowFunction", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AtXUMYu3", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19743", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19744", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19745", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowParameters", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7Fo_GcBM", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JkNCEml2", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19746", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-W9higncN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19747", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ConciseBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UOsd7muB", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19748", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-c6cxJePv", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_459", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JB2pB6KU", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19749", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ExpressionBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Eaqym5cf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19750", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gx42gzY4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19751", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19752", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowFormalParameters", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19753", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7131", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19754", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19755", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19756", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7118", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7132", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TAJ7Z-Ln", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowFunction", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AtXUMYu3", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19757", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19758", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7119", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19759", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7120", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowParameters", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7Fo_GcBM", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19760", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7121", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-W9higncN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19761", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7122", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ConciseBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UOsd7muB", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19762", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7123", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-c6cxJePv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19763", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ExpressionBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Eaqym5cf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19764", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19765", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7124", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19766", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-concisebodycontainsusestrict", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-containsusestrict", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7125", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-paSxtgKv", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowFormalParameters", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19767", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-72drK4Uu", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19768", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7126", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19769", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateconcisebody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-runtime-semantics-evaluatebody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7127", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7128", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7129", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7130", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7131", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7132", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7133", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WWzcef1e", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19770", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7133", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19771", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19772", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7134", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19773", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7135", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19771", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiatearrowfunctionexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19774", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7136", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19775", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7137", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19776", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7138", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19777", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19778", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19779", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7139", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-C8uAwDLj", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19772", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19773", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19780", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-concisebodycontainsusestrict", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-containsusestrict", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7140", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-paSxtgKv", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19781", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-72drK4Uu", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19782", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7141", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19783", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateconcisebody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-runtime-semantics-evaluatebody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7142", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19774", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#step-arrowfunction-evaluation-functioncreate", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7143", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7144", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19775", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19776", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7145", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19777", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19778", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19779", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7146", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_465", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7147", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19780", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19781", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7148", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19782", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-_r8vevEJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19783", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WWzcef1e", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19784", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7149", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19785", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K1YpROJJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19786", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7150", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19787", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19785", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiatearrowfunctionexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7151", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7152", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-MethodDefinition", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-BMcTBp4V", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7153", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7154", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-C8uAwDLj", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19786", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19787", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7155", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7156", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7157", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19788", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#step-arrowfunction-evaluation-functioncreate", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7158", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7159", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19789", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19790", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-p-hcBiIQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7160", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19791", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SD1i1opG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19792", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-y0j2wcW4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19793", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SnKN_cew", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7161", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_460", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7162", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19794", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19795", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-nWs7csn9", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7163", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19796", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-_r8vevEJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19797", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19798", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PropertySetParameterList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-KB8f5_em", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7164", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19799", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K1YpROJJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19800", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7165", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19801", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7166", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7167", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-MethodDefinition", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-BMcTBp4V", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19802", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7153", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19803", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7154", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19804", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7155", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-p-hcBiIQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19805", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7156", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SD1i1opG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19806", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-y0j2wcW4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19807", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SnKN_cew", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19808", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19809", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7157", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-nWs7csn9", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19810", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7158", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19811", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7159", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19812", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7160", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PropertySetParameterList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-KB8f5_em", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19813", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7161", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19814", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hasdirectsuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-static-semantics-HasDirectSuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-generator-function-definitions-static-semantics-hasdirectsuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-static-semantics-hasdirectsuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-hasdirectsuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7162", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-IjiMaa22", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19815", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19816", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7168", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19817", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7169", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19818", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7163", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7170", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19819", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7171", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19820", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7164", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19821", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DQeOw0IT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19822", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19823", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7172", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19824", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7165", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7173", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19825", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H05PoHaH", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7174", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19826", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7175", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19827", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7176", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19828", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hasdirectsuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-static-semantics-HasDirectSuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-generator-function-definitions-static-semantics-hasdirectsuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-static-semantics-hasdirectsuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-hasdirectsuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7177", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-IjiMaa22", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19829", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7166", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19830", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19831", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7167", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19832", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-u4Tk9i08", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7178", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19833", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19834", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7179", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19835", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DQeOw0IT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19836", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7168", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19837", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19838", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7169", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7180", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19839", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-OGEtsTHJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H05PoHaH", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19840", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19841", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19842", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19843", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7170", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7181", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19844", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19845", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7171", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7182", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19846", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-p8Pkhz62", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-u4Tk9i08", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19847", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19848", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19849", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19850", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7172", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7183", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19851", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19852", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7173", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7184", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19853", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-specialmethod", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7174", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pvkrotoO", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-OGEtsTHJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19854", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19855", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19856", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-rP4adc9Q", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19857", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YxKa5Jjx", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7185", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19858", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0jHLXbe4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19859", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wnqbOfrS", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7186", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19860", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-p8Pkhz62", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19861", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9m8VG-FD", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19862", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19863", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19864", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-definemethod", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7175", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7176", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7177", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7178", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7179", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7180", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VntM4j0E", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7187", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19865", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19866", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7188", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19867", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7181", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-specialmethod", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7189", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pvkrotoO", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19868", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7182", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7183", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7184", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7185", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19869", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7186", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19870", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-rP4adc9Q", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19871", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7187", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7188", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-methoddefinitionevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-PropertyDefinitionEvaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-propertydefinitionevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-runtime-semantics-propertydefinitionevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7189", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7190", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7191", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7192", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-w_uDCOXP", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YxKa5Jjx", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19872", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0jHLXbe4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19873", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wnqbOfrS", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19874", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7193", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19875", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7194", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7195", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JtMhObe9", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9m8VG-FD", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19876", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19877", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7196", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19878", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-definemethod", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7190", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7191", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7192", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7193", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7194", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7195", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VntM4j0E", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19879", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19880", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19881", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7196", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19882", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7197", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7198", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7199", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19879", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7200", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19883", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7201", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19880", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19884", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19885", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7202", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7203", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-methoddefinitionevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-PropertyDefinitionEvaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-propertydefinitionevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-runtime-semantics-propertydefinitionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7204", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7205", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7206", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tr90svxc", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19881", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19882", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19883", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7207", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19884", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-w_uDCOXP", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19886", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19887", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19888", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7208", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19889", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7209", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7210", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19885", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JtMhObe9", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19890", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19891", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7211", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19892", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7212", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19886", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19887", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7213", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7214", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19893", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7215", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7216", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19894", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7217", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qDk-XFAF", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19888", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19889", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19890", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7218", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19891", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7219", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7220", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7221", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19892", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tr90svxc", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19895", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19896", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19897", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7222", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19898", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7223", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19893", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19894", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7224", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7225", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19899", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7226", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7227", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19900", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19901", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7228", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7229", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lPECR135", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19895", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19896", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19897", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7230", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19898", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7231", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7232", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qDk-XFAF", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19902", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19903", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19904", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7233", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19899", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19905", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7234", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7235", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19900", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19901", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7236", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19906", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7237", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7238", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19907", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19908", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7239", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7240", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7241", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-a75_jVUN", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19902", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19903", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19904", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7242", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19905", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7243", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7244", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lPECR135", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19909", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19910", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19911", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7245", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19906", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19912", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7246", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7247", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19907", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19908", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7248", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19913", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7249", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7250", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorDeclaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-oJNsRhfl", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19909", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19910", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19911", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bWfHg6Xe", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19912", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19913", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-haubt72j", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19914", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19915", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7251", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7252", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7253", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7254", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7255", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7256", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-a75_jVUN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19916", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorMethod", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8GV2khgE", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19917", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19918", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7257", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19919", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PKmJj3Nf", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7258", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7259", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7260", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19920", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YieldExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Ldhpu6QZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eT7GKT7i", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7261", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7262", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19921", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19922", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iAdFfqlf", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7263", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7264", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7265", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorDeclaration", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-oJNsRhfl", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19923", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19924", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19925", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bWfHg6Xe", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19926", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19927", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-haubt72j", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19928", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7251", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_466", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19929", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19930", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorMethod", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8GV2khgE", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19931", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7252", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19932", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19933", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7253", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PKmJj3Nf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19934", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7254", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YieldExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Ldhpu6QZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eT7GKT7i", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19935", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7255", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19936", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7256", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iAdFfqlf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19937", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7257", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19938", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19939", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19940", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19941", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19942", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7266", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_461", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19943", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19944", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19945", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7267", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19946", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7258", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19947", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7259", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7268", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19948", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7269", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19949", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7260", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7270", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19950", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7261", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7262", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7271", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19951", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7263", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7272", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19952", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7264", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19953", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7265", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19954", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7266", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19955", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19956", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7267", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19957", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19958", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7268", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19959", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19960", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7269", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7273", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19961", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7274", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19962", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7270", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19963", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19964", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7271", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19965", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluategeneratorbody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-evaluatebody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7272", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7273", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7274", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7275", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19964", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7276", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7277", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LwSgcEYg", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19966", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19965", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7278", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19966", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7279", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7280", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19967", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7280", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19968", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7281", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiategeneratorfunctionobject", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19969", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19970", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7282", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19971", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19972", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7283", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19973", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19974", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7284", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19975", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19976", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7285", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-x_w-E_WI", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19968", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19969", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19970", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19977", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19978", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7286", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19971", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19979", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluategeneratorbody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-evaluatebody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7287", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19972", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7288", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7289", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19973", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19974", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7290", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7291", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7292", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LwSgcEYg", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19980", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7293", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-zyQVJwqE", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19975", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19976", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7294", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19977", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7295", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19981", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7296", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19978", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19979", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiategeneratorfunctionobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7297", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7298", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7299", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7300", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19980", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-x_w-E_WI", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19982", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19983", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19984", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7301", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiategeneratorfunctionexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19985", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7302", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19986", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7303", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7304", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19987", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19988", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7305", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FnOrbSnb", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19981", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19982", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7306", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7307", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7308", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19983", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-zyQVJwqE", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19989", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19990", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7309", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19991", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7310", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19984", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19985", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7311", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19992", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19993", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7312", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7313", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7314", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sxTe1ywL", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19986", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19987", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19988", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7315", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19994", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7316", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19989", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiategeneratorfunctionexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7317", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7318", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7319", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7320", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19990", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FnOrbSnb", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19995", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19996", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7321", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7322", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19991", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19992", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7323", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19997", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7324", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7325", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7326", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19993", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19994", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19995", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19996", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19997", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19998", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19999", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20000", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yHj7yISB", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20001", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20002", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20003", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7326", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7327", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20004", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-R-GDUsNW", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7328", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WbSBzREt", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20005", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7329", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20006", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sxTe1ywL", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20000", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20001", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20002", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7330", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7331", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gD5_zJlG", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20007", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20003", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7332", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7333", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20008", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7334", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7335", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20004", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7336", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7337", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20005", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20006", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7338", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7339", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7340", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7341", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20007", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20008", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20009", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20010", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20011", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20012", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20013", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20014", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yHj7yISB", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20015", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20016", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20017", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7342", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20018", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-R-GDUsNW", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7343", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WbSBzREt", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20019", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7344", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20020", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7345", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7346", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gD5_zJlG", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20021", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7347", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7348", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20022", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7349", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7350", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7351", @@ -15451,706 +15448,704 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7373", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7374", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7375", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7376", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7377", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7378", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7379", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7380", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7381", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7382", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7383", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7384", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7385", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7386", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7387", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7388", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7389", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7390", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-generator-function-definitions", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorDeclaration", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-cOKIJmRw", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20009", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20010", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20011", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20012", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1L17zU6t", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20013", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20014", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20015", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-s18yr2Ij", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20016", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20017", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20018", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20019", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorMethod", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ceV74b-L", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20020", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20021", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20022", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20023", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9f9S8TE_", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20024", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20025", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20026", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1L17zU6t", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20027", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20028", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7376", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_467", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-generator-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20029", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-s18yr2Ij", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20030", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20031", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7377", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20032", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20033", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7378", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorMethod", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ceV74b-L", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20034", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20035", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7379", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20036", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7380", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20037", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7381", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9f9S8TE_", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20038", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7382", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20039", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7383", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20040", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20041", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20042", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7391", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_462", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-generator-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20043", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20044", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20045", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7392", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20046", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20047", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7393", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20048", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7384", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20049", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7385", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7394", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20050", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7395", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20051", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7386", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7396", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20052", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7387", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7388", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7397", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20053", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7389", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7398", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20054", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7390", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20055", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7391", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20056", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7392", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20057", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20058", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7393", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20059", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20060", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7394", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20061", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20062", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7395", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7399", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20063", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7400", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20064", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7396", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20065", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20066", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7397", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20067", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20068", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7398", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20069", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateasyncgeneratorbody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-evaluatebody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7399", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7400", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7401", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20066", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7402", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7403", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20067", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7404", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SWMcozzE", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20070", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20068", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7405", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20069", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7406", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20070", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7407", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20071", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20072", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7408", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncgeneratorfunctionobject", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-instantiatefunctionobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20073", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20074", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7409", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20075", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20076", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7410", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20077", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20078", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7411", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20079", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20080", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7412", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JvNVLw_7", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20072", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20073", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20074", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20081", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20082", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7413", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20075", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20083", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateasyncgeneratorbody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-evaluatebody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7414", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20076", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7415", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7416", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20077", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20078", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7417", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7418", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7419", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SWMcozzE", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20084", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7420", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-G-CKcSEp", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20079", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20080", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7421", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20081", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7422", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20085", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7423", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20082", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20083", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncgeneratorfunctionobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-instantiatefunctionobject", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7424", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7425", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7426", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7427", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20084", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncgeneratorfunctionexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JvNVLw_7", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20086", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20087", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20088", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7428", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20089", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7429", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20090", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7430", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7431", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-A3m5kV04", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20085", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20086", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20091", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20092", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7432", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7433", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7434", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20087", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7435", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-G-CKcSEp", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20093", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20094", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7436", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20088", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20089", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20095", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7437", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7438", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20096", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20097", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7439", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7440", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7PTlQqLp", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20090", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20091", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20092", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7441", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7442", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20093", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20098", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncgeneratorfunctionexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7443", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7444", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7445", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7446", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20094", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-A3m5kV04", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20099", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20100", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7447", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7448", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20095", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20096", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7449", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20101", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7450", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7451", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7452", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20097", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20098", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20099", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20100", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20101", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20102", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20103", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7452", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7453", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7454", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7455", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7PTlQqLp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20104", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RTtPBoTs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20105", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20106", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7456", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7457", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20107", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7453", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7458", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7459", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7460", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7461", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20108", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-class-definitions", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassDeclaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-kd27yk51", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7462", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7463", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20109", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20110", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bStNnwN_", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7464", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7465", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7466", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7467", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20111", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Vthx67sj", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20112", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20113", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassTail", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mIr25y7h", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20114", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20115", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassHeritage", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20116", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VFbPG7Xd", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20117", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-haKPgLO7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20118", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sKhHHXFQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RTtPBoTs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20119", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20120", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElement", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NjP_487X", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20121", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0XtyXojL", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7468", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20122", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RVH9JhqU", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-class-definitions", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassDeclaration", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-kd27yk51", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20123", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8cGH1X5O", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20124", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-MThA5IaK", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bStNnwN_", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20125", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-40k8u1X0", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FieldDefinition", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qdC94hXo", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Vthx67sj", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20126", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20127", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElementName", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-KVWS267v", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassTail", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mIr25y7h", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20128", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yD9JWieS", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20129", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlock", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qUwUqfkW", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassHeritage", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20130", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlockBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-BArMnydQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VFbPG7Xd", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20131", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlockStatementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uVY-nrQL", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-haKPgLO7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20132", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7454", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-class-definitions-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sKhHHXFQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20133", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20134", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NjP_487X", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20135", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7455", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0XtyXojL", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20136", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7456", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RVH9JhqU", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20137", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7457", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8cGH1X5O", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20138", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7458", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-MThA5IaK", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20139", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-40k8u1X0", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FieldDefinition", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qdC94hXo", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20140", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7459", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20141", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7460", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElementName", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-KVWS267v", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20142", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7461", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yD9JWieS", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20143", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7462", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlock", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qUwUqfkW", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20144", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlockBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-BArMnydQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20145", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7463", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlockStatementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uVY-nrQL", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20146", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7464", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7469", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-class-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20147", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20148", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7465", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20149", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7470", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20150", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7466", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7471", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20151", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7472", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20152", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7473", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20153", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20154", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7467", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7474", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20155", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7475", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20156", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7476", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20157", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7468", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7477", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20158", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20159", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7469", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7478", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20160", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7479", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20161", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7470", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20162", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7471", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7480", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20163", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7472", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20164", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7473", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7481", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20165", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7474", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20166", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7475", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20167", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7476", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20168", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7482", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20169", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7477", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20170", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20171", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7478", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-classelementkind", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7479", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-z4kY36XR", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7483", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20172", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7480", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20173", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WYqnrGO2", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7484", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20174", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gbiOT0dB", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20175", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-aKP7bsri", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7485", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20176", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod--zCXluqv", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7486", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20177", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-U_NLPgRJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-constructormethod", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7481", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7487", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20178", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7482", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5dD0G3pr", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7488", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20179", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7483", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7489", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20180", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7490", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20181", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6CQGn2J9", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7491", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20182", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20183", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7484", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7492", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20184", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7485", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20185", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7493", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-classelementkind", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7494", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-z4kY36XR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20186", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7486", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-isstatic", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7487", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CtxLpivn", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7495", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20187", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lR6jUbAy", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WYqnrGO2", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20188", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gXtZ0OpF", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gbiOT0dB", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20189", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wyUVxCrb", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-aKP7bsri", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20190", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1JW7WXBn", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod--zCXluqv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20191", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LP0OJ3qJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-nonconstructorelements", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-nonconstructormethoddefinitions", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7488", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7489", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-U_NLPgRJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-constructormethod", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7496", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20192", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7490", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-19e_yBXp", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7497", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5dD0G3pr", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20193", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7491", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7498", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20194", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20195", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7492", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ax67ii0j", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6CQGn2J9", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20196", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20197", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7493", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7499", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20198", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7494", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7500", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20199", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20200", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-prototypepropertynamelist", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7495", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7496", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7497", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-A14zfyT4", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7501", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-isstatic", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7502", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CtxLpivn", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20201", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7498", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lR6jUbAy", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20202", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7499", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7500", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gXtZ0OpF", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20203", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7501", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yD4OjNLB", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wyUVxCrb", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20204", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1JW7WXBn", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20205", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7502", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20206", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LP0OJ3qJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-nonconstructorelements", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-nonconstructormethoddefinitions", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7503", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20207", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7504", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20208", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20206", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7505", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-allprivateidentifiersvalid", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-19e_yBXp", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20207", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7506", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7507", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7508", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7509", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-hH1hyF7o", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20208", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20209", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7507", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ax67ii0j", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20210", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7510", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20211", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7511", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7508", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20212", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9EwGAkEl", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7509", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20213", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20214", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-prototypepropertynamelist", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7510", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7511", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7512", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-A14zfyT4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20215", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7513", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20216", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GLUsMLG4", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20217", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7514", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20218", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LZl0sxgi", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20219", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20220", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7515", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20221", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20217", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7516", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20222", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7rm6mrow", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20223", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yD4OjNLB", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20218", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20219", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7517", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20220", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7518", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20224", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20221", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7519", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20225", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5aKAQc0s", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20226", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20227", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20222", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7520", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20228", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-allprivateidentifiersvalid", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7521", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20229", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-privateboundidentifiers", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7522", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7523", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-QQ9gR7rA", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7524", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-hH1hyF7o", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20223", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20224", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7525", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20225", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7526", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20226", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9EwGAkEl", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20227", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20228", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7527", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20229", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7528", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20230", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GLUsMLG4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20231", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7524", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7529", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20232", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3FDawUhc", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LZl0sxgi", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20233", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7525", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7526", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20234", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-T6diBlyd", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7530", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20235", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8T9v42E5", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7531", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20236", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mMa7qdyC", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7527", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PTQtTdvS", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7rm6mrow", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20237", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7532", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7533", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20238", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7528", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7534", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20239", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7529", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5aKAQc0s", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20240", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7530", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pxy6kYq7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20241", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7535", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20242", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7536", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20243", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-axmlrr3F", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-privateboundidentifiers", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7537", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7538", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-QQ9gR7rA", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20244", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20245", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9-TzGQnW", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7539", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20246", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3FDawUhc", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20247", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7540", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7541", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20248", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Qvq1cmEs", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-T6diBlyd", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20249", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8T9v42E5", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20250", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mMa7qdyC", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7542", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PTQtTdvS", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20251", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-zTa8Ph70", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20252", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7543", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20253", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7544", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20254", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1nK7U43p", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7545", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pxy6kYq7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20255", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20256", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20257", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7531", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-axmlrr3F", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20258", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-containsarguments", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7532", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7533", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7534", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K0gmEtvp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20259", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7535", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9-TzGQnW", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20260", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-cYRKXADu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20261", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20262", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Qvq1cmEs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20263", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-fA8Y53Jv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20264", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20265", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DKZGJMJp", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-zTa8Ph70", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20266", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20267", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20268", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Uf4haGDs", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1nK7U43p", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20269", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20270", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20271", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7bSRnJkd", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7546", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20272", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-containsarguments", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7547", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7548", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7549", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K0gmEtvp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20273", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RyrSiZbO", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7550", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20274", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-cYRKXADu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20275", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20276", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3lM6XkIw", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20277", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-fA8Y53Jv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20278", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20279", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-w57asuPi", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DKZGJMJp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20280", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20281", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H3uNNgf7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20282", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Uf4haGDs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20283", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20284", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-k_4DyjCo", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20285", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7bSRnJkd", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20286", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20287", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TdFyphFg", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RyrSiZbO", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20288", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20289", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-nEJuWHii", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20290", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3lM6XkIw", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20291", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20292", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6Kc2wh10", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20293", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-w57asuPi", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20294", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20295", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9ZjrMW3N", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H3uNNgf7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20296", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20297", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WPITwaqC", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20298", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-k_4DyjCo", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20299", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20300", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6uQ7SWxA", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20301", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TdFyphFg", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20302", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20303", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mThhZsRd", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-nEJuWHii", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20304", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20305", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20306", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UU7zbVYJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6Kc2wh10", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20307", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20308", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20309", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7536", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9ZjrMW3N", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20310", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-classfielddefinitionevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7537", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7538", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7539", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7540", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-deOh_-BS", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20311", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WPITwaqC", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20312", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7541", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20313", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20314", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7542", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7543", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7544", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7545", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6uQ7SWxA", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20315", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7546", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7547", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-classstaticblockdefinitionevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7548", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7549", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sy-617ri", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20316", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7550", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20317", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mThhZsRd", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20318", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20319", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20320", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UU7zbVYJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20321", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20322", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20323", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7551", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20324", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-classfielddefinitionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7552", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7553", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20317", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7554", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7555", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateclassstaticblockbody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-deOh_-BS", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20325", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20326", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7556", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20327", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20328", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7557", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7558", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7559", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7560", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1dy60deL", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20318", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20329", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7561", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7562", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20319", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-classelementevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-classstaticblockdefinitionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7563", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7564", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sy-617ri", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20330", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7565", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7566", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7567", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7568", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tPq9hD-G", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20320", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Cn1oLmsN", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20321", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20331", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7569", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20322", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RV4ZOA0y", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20323", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DNhqQKHO", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20324", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7570", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20325", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Hb23PvBK", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20326", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateclassstaticblockbody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7571", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20327", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-V88LvFxI", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-classdefinitionevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-default-constructor-functions", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7572", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7573", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7574", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7575", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1dy60deL", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20332", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7576", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7577", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20333", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-classelementevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7578", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7579", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7580", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7581", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AcPtObVs", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20328", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20329", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7582", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7583", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tPq9hD-G", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20334", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Cn1oLmsN", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20335", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7584", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20336", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RV4ZOA0y", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20337", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DNhqQKHO", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20338", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7585", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20330", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20339", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Hb23PvBK", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20340", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7586", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20331", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20341", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-V88LvFxI", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-classdefinitionevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-default-constructor-functions", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7587", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7588", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7589", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20332", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7590", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7591", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7592", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7593", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20333", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7594", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7595", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20334", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7596", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AcPtObVs", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20342", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20343", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7597", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7598", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7599", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7600", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20344", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7601", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20345", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7602", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20335", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7603", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20336", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7604", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20346", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7605", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7606", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7607", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7608", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20347", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7609", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7610", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20348", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7611", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7612", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7613", @@ -16158,20 +16153,18 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7615", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7616", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7617", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20349", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7618", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20350", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7619", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7620", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20337", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7621", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20338", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7622", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7623", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20339", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7624", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7625", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7626", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7627", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20340", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7628", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7629", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7630", @@ -16180,13 +16173,17 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7633", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7634", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7635", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20351", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7636", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20352", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7637", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7638", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20353", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7639", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7640", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7641", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7642", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20354", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7643", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7644", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7645", @@ -16204,109 +16201,108 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7657", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7658", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7659", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-bindingclassdeclarationevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7660", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7661", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7662", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7663", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JmEOsNvO", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20341", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20342", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7664", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20343", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7665", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20344", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7666", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20345", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7667", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7668", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qOUNT0OA", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20346", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7669", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20347", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7670", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20348", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20349", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20350", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_468", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-class-definitions-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-P7ajQhl1", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20351", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20352", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7671", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20353", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20354", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20355", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lm9h8Kwa", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20356", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7672", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20357", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7673", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20358", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-l8XcpxuG", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20359", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20360", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7674", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20361", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-bindingclassdeclarationevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7675", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20362", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7676", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20363", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-jq_5Nm3c", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20364", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7677", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20365", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7678", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JmEOsNvO", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20355", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20356", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7679", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20357", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7680", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20358", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7681", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sVEE0xLy", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncFunctionDeclaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iAuKx0s9", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20359", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7682", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7683", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qOUNT0OA", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20360", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7684", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20361", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7685", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20362", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20363", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20364", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_463", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-class-definitions-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-P7ajQhl1", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20365", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20366", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7686", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20367", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20368", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20369", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TaHP58mu", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lm9h8Kwa", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20370", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7687", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20371", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7688", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20372", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncFunctionExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LFCRNt3l", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-l8XcpxuG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20373", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20374", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7689", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20375", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7690", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20376", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncMethod", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-80co-gZ6", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7691", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20377", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-jq_5Nm3c", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20378", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7692", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20379", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7693", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7694", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7695", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7696", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sVEE0xLy", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncFunctionDeclaration", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iAuKx0s9", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20380", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncFunctionBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LKwCGkpu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20381", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AwaitExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-daps6IoT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20382", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7682", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20383", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TaHP58mu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20384", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20385", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20386", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncFunctionExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LFCRNt3l", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20387", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20388", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20389", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20390", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncMethod", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-80co-gZ6", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20391", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7683", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20392", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20393", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7684", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20394", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncFunctionBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LKwCGkpu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20395", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AwaitExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-daps6IoT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20396", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7697", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20397", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20398", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20399", @@ -16316,734 +16312,750 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20403", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20404", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20405", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7698", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20406", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20407", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7699", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20408", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7685", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20409", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7686", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20410", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7687", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20411", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20412", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7688", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20413", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7689", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20414", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7690", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20415", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20416", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20417", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20418", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20419", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20420", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20421", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20422", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7700", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20423", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7691", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7701", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20424", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7692", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7702", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20425", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20426", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7693", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7703", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20427", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7694", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7704", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20428", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7695", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7705", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20429", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20430", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7696", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20431", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7697", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7698", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20432", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7699", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20433", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7700", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20434", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20435", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7701", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20436", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20437", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7702", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7706", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20438", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7707", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20439", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7703", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20440", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7708", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20441", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7704", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7709", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20442", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncfunctionobject", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-InstantiateFunctionObject", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7705", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7706", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7707", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7708", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VjNDNC25", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7710", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20443", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20444", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7711", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20445", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7709", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7712", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7713", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20446", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7710", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7714", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20447", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7711", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7712", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7715", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20448", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20449", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7713", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-QVYl6PrK", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7716", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20450", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20451", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7714", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7717", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20452", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7715", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7716", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20453", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20454", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7717", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncfunctionexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7718", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20454", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20455", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7719", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20456", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncfunctionobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-InstantiateFunctionObject", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7720", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7721", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3RN98Vrc", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20455", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20456", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7722", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7723", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7724", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VjNDNC25", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20457", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7725", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7726", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20458", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20459", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7727", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iEhgnbem", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7724", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20460", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7725", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20461", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7726", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7727", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20462", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20463", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7728", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-QVYl6PrK", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20464", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20465", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7729", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20463", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20466", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7730", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7731", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20467", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20468", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7732", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncfunctionexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7733", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20464", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7734", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7735", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20465", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20466", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7736", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20467", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20468", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3RN98Vrc", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20469", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20470", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20471", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20472", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20473", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20474", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateasyncfunctionbody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-EvaluateBody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7737", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7738", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7739", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20471", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7740", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7741", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-jL__NzW5", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20475", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20472", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20473", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7742", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iEhgnbem", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20474", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20475", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20476", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7743", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7744", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20477", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7745", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7746", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7747", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7748", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20476", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7749", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-o1t7r8mz", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20477", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20478", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20479", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7749", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7750", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20479", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20480", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AKHRjjan", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20481", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7751", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20481", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20482", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7752", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7753", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncArrowFunction", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YIoJOc1p", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20483", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20484", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20485", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20486", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WTX_aban", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20487", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20488", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateasyncfunctionbody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-EvaluateBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7752", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7753", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7754", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7755", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7756", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-jL__NzW5", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20489", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncConciseBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Dfs5WPuP", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7757", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7758", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7759", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7760", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7761", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7762", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7763", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20490", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Kq4Uu2cU", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7764", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-o1t7r8mz", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20491", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncArrowBindingIdentifier", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-I7oDJnBY", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20492", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CoverCallExpressionAndAsyncArrowHead", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-HT-vtkeW", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20493", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7765", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20494", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AKHRjjan", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20495", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7766", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20496", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7767", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7768", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncArrowFunction", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YIoJOc1p", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20497", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncArrowHead", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20498", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20499", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20500", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WTX_aban", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20501", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7754", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20502", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7755", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20503", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncConciseBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Dfs5WPuP", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20504", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Kq4Uu2cU", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20505", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncArrowBindingIdentifier", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-I7oDJnBY", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20506", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7756", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CoverCallExpressionAndAsyncArrowHead", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-HT-vtkeW", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20507", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20508", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7757", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20509", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20510", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7758", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20511", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7759", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncArrowHead", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20512", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7760", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20513", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7761", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20514", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7762", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20515", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-asyncconcisebodycontainsusestrict", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-containsusestrict", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7763", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ua51hPgJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7769", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20516", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NdVhlp_L", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7770", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20517", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7764", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20518", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateasyncconcisebody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-EvaluateBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7765", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7766", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7767", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7768", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7769", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NeT6IfHf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20519", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7770", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20520", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7771", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20521", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20522", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7772", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20523", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20524", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7773", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20525", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7774", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20526", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7775", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20527", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7776", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20520", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20528", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7777", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncarrowfunctionexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20529", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-asyncconcisebodycontainsusestrict", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-containsusestrict", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7778", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ua51hPgJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20530", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NdVhlp_L", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20531", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7779", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20532", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateasyncconcisebody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-EvaluateBody", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7780", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7781", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-kBFLOl9Q", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20521", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20522", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7782", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7783", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7784", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20523", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20524", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NeT6IfHf", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20533", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7785", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7786", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20525", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7787", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YQv2CZBp", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20526", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20527", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7788", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7789", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7790", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20528", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20529", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7791", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20530", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20531", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20534", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7792", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncarrowfunctionexpression", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7793", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20532", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7794", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod---LSw2Ps", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20533", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20534", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-vJszVz5M", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20535", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20536", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7795", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20537", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-tail-position-calls", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-isintailposition", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20538", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7796", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20539", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-kBFLOl9Q", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20535", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20536", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7797", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20540", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7798", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7799", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20537", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20538", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7800", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7801", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20539", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7802", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YQv2CZBp", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20540", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20541", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7803", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7804", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7805", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20542", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20543", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7806", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20544", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20545", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7807", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7808", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20546", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7809", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod---LSw2Ps", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20547", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20548", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-vJszVz5M", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20549", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20550", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7810", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20551", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-tail-position-calls", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-isintailposition", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20552", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7811", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20553", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7801", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7802", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_469", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hascallintailposition", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-expression-rules", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-statement-rules", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7803", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7812", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20554", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7804", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7813", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7814", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7815", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20555", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7805", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20556", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7806", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7807", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7808", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7809", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7810", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7811", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-F5ertWhw", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20557", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20558", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7812", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20559", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7813", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20560", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-kIL-80Vx", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pXbgumyQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20561", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lv2KeoQI", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20562", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6SIyyGLy", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20563", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-J7MnLCgE", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20564", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ptINeFLS", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20565", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-g-hVFlsz", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20566", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5GevwvIH", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20567", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-h7wdVS_8", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7816", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7817", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_464", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hascallintailposition", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-expression-rules", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-statement-rules", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7818", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20568", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-XaV9YBUk", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1dE_5B3o", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-vYyfX_-t", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7819", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20569", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UxPxs8d_", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7820", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20570", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7821", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7822", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7823", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7824", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7825", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7826", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-F5ertWhw", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20571", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20572", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SXpahyTC", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7827", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20573", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7828", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20574", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-kIL-80Vx", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pXbgumyQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20575", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wCPQQMFx", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lv2KeoQI", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20576", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-6SIyyGLy", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20577", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-J7MnLCgE", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20578", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-xbbhi7s4", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Ko_HI6eh", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ptINeFLS", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20579", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-g-hVFlsz", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20580", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5GevwvIH", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20581", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7814", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-h7wdVS_8", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20582", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7815", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-XaV9YBUk", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1dE_5B3o", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-vYyfX_-t", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20583", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-y6CLSCid", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UxPxs8d_", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20584", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20585", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-S9zGaOvQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20586", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SXpahyTC", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20587", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-w8fD4eQR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20588", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20589", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5zL2KF3R", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wCPQQMFx", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20590", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20591", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20592", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-xbbhi7s4", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Ko_HI6eh", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20593", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NaXtYhbG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20594", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20595", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7829", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20596", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7830", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20597", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-dAMDtYUP", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-y6CLSCid", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20598", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20599", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-S9zGaOvQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20600", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20601", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bQapuc86", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-w8fD4eQR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20602", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20603", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5zL2KF3R", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20604", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-MjZJhgTY", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20605", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20606", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20607", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1PyeafOE", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NaXtYhbG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20608", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20609", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20610", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CNjVnvTr", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20611", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-dAMDtYUP", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20612", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7816", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20613", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-EJFE0gRP", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20614", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20615", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7817", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bQapuc86", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20616", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-dyDXTOIV", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20617", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7818", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20618", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5fN7_rAP", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-MjZJhgTY", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20619", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20620", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7819", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20621", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qQu0U2NT", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1PyeafOE", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20622", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20623", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20624", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CNjVnvTr", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20625", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7820", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20626", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7821", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7831", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20627", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-EJFE0gRP", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20628", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7822", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20629", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NriAn6Ov", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7832", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20630", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-dyDXTOIV", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20631", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7823", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7833", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20632", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7824", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5fN7_rAP", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20633", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-E0jD9ho5", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20634", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7834", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20635", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VmaCE56t", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qQu0U2NT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20636", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20637", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7825", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20638", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-osswrj81", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20639", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7835", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20640", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7826", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7836", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20641", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Gpv9b_Iv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20642", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7837", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20643", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-fwryg5gk", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NriAn6Ov", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20644", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20645", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7838", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20646", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7827", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7839", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20647", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WuWbjiYu", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-E0jD9ho5", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20648", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20649", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7828", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VmaCE56t", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20650", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-EisiYgar", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20651", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-vU1F8zv6", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7840", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20652", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-dfzrjfnA", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-osswrj81", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20653", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UQL2MJzG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20654", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7841", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20655", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-HJVm6lHU", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Gpv9b_Iv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20656", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20657", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-fwryg5gk", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20658", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-oNpXbeRs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20659", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20660", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TNQR4MPF", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7842", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20661", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WuWbjiYu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20662", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ML4QjaEz", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20663", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7843", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20664", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YGqkdmtG", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-EisiYgar", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20665", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-vU1F8zv6", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20666", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-N6UlC2YT", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-dfzrjfnA", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20667", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UQL2MJzG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20668", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-xCUjATPv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20669", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-HJVm6lHU", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20670", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-slB6AVFT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20671", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20672", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod--y8v2xFz", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-oNpXbeRs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20673", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20674", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3nwl9Xq9", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TNQR4MPF", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20675", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20676", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gkNFox60", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ML4QjaEz", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20677", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20678", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-moN-TY1a", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YGqkdmtG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20679", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20680", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9RitMb2a", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-N6UlC2YT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20681", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20682", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Ov8fY5LR", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-xCUjATPv", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20683", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20684", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Qjes4HD-", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-slB6AVFT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20685", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20686", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-a-QEMe-f", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod--y8v2xFz", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20687", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20688", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K4Kmo-4o", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-3nwl9Xq9", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20689", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20690", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-HF09HkQT", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gkNFox60", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20691", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20692", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uY5on6s_", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-moN-TY1a", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20693", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20694", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-2EFbRVMb", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9RitMb2a", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20695", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20696", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DGTb9f0a", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Ov8fY5LR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20697", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20698", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NqWi91A3", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Qjes4HD-", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20699", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20700", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yLTyBgd3", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-a-QEMe-f", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20701", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20702", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-siUuH5zP", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K4Kmo-4o", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20703", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20704", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-HF09HkQT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20705", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-QjBqEERx", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20706", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uY5on6s_", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20707", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AxYNo76R", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20708", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8wEdzYlR", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-2EFbRVMb", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20709", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DlZME4qQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20710", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tSq265UP", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DGTb9f0a", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20711", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AObKG7bs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20712", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bZ_A9_ek", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NqWi91A3", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20713", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wEjVGAri", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20714", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qq9s9o6K", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yLTyBgd3", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20715", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-i-bNI229", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20716", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qryce9Aj", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-siUuH5zP", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20717", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-U263_8yR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20718", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tMRR2AUd", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20719", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ErkBAfx1", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-QjBqEERx", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20720", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tR1iepZf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20721", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AxYNo76R", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20722", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-jkDZ--BF", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8wEdzYlR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20723", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DlZME4qQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20724", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qcy6aC3l", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tSq265UP", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20725", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AObKG7bs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20726", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wDQSEiH6", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bZ_A9_ek", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20727", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-O9zU8IeQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wEjVGAri", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20728", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qq9s9o6K", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20729", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pLKWI9AB", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-i-bNI229", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20730", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qryce9Aj", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20731", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-hqYKqnVA", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-U263_8yR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20732", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wTfT9w68", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tMRR2AUd", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20733", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pXKW4iCP", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ErkBAfx1", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20734", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tR1iepZf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20735", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AGU05Shk", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20736", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-jkDZ--BF", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20737", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9Nj5RIni", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-_yZN8EJG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20738", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-49th_4jp", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qcy6aC3l", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20739", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VCC2b-df", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20740", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-57nYHC9R", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wDQSEiH6", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20741", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mJe0J4L3", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-O9zU8IeQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20742", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tCjmqARP", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20743", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-_eR92TK3", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pLKWI9AB", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20744", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Jg_ST3R4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20745", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9ZhC3H4R", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-hqYKqnVA", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20746", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iAVN3dH2", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wTfT9w68", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20747", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uEE3vhkY", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pXKW4iCP", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20748", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5uO1VxFZ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20749", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tcddXWO2", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AGU05Shk", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20750", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20751", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7829", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9Nj5RIni", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-_yZN8EJG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20752", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-OM1J5OMs", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-49th_4jp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20753", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VCC2b-df", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20754", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-57nYHC9R", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20755", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7830", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mJe0J4L3", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20756", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7831", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tCjmqARP", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20757", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tjpyq_vi", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-_eR92TK3", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20758", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Jg_ST3R4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20759", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7832", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9ZhC3H4R", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20760", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mF39BKcc", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iAVN3dH2", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20761", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uEE3vhkY", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20762", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7833", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5uO1VxFZ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20763", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-XrXVT2tR", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tcddXWO2", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20764", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20765", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7834", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7844", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20766", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bByIrGsD", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-OM1J5OMs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20767", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lkRAvRUF", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20768", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20769", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-e9jubpnL", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7845", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20770", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7846", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20771", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tjpyq_vi", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20772", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qFVLp3q-", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20773", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7847", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20774", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UqoX45R5", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mF39BKcc", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20775", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20776", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pHLlfSmO", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7848", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20777", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-XrXVT2tR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20778", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7835", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20779", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gfhvmXSt", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7849", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20780", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-hHSELWtc", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-bByIrGsD", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20781", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-dlN3twzl", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lkRAvRUF", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20782", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Yn8_Hl_k", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20783", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-e9jubpnL", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20784", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-IKKs3v0D", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20785", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20786", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NQG4pluL", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qFVLp3q-", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20787", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20788", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PSEzAHN6", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-UqoX45R5", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20789", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pk-z4M2l", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20790", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pHLlfSmO", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20791", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20792", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-o5ILpQ4m", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7850", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20793", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gfhvmXSt", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20794", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-hHSELWtc", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20795", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pxpI2tU_", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-dlN3twzl", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20796", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Yn8_Hl_k", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20797", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7836", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20798", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7837", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lff4OQNv", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-IKKs3v0D", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20799", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7838", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20800", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NQG4pluL", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20801", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20802", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PSEzAHN6", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20803", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pk-z4M2l", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20804", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20805", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20806", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-o5ILpQ4m", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20807", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20808", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20809", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-pxpI2tU_", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20810", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20811", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7851", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20812", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7852", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lff4OQNv", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20813", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7853", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20814", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-preparefortailcall", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-preparefortailcall", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7839", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7840", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7841", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7842", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7843", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7854", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7855", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7856", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7857", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7858", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#references-pane", @@ -17065,106 +17077,87 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-scripts", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Script", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-JhWenwzh", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20801", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20815", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ScriptBody", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-0cNJefq0", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20802", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-scripts-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20803", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7844", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20804", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7845", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20805", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7846", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20806", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20807", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20808", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7847", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7848", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7849", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7850", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_470", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20809", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7851", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20810", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20811", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7852", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7853", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20812", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7854", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_471", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7855", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20813", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7856", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20814", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7857", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20815", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7858", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20816", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-scripts-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20817", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7859", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-isstrict", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7860", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ATUJl4Kq", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20818", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7860", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20819", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7861", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20820", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20821", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20822", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7862", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-script-semantics-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-L8JYzsWQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-script-records", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#script-record", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_472", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-script-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7863", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7864", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7865", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_465", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20823", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7866", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20821", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20824", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20825", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7867", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7868", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parse-script", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parse-script", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20826", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7869", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_466", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7870", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20827", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7871", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20828", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7872", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20829", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7873", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20822", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20830", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20831", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7874", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20823", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-isstrict", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7875", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ATUJl4Kq", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20832", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20833", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7876", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-runtime-semantics-scriptevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-runtime-semantics-scriptevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20834", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7877", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-script-semantics-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-L8JYzsWQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-script-records", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#script-record", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_467", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-script-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7878", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7879", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7880", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7881", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20835", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7882", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7883", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parse-script", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parse-script", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7884", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7885", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7886", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7887", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7888", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20836", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7889", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20837", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7890", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7891", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-runtime-semantics-scriptevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-runtime-semantics-scriptevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7892", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7893", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7894", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7895", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-globaldeclarationinstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-globaldeclarationinstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20824", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7896", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7897", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7898", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7899", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20825", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7900", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7901", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7902", @@ -17173,26 +17166,18 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7905", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7906", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7907", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20826", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20827", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20828", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7908", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20829", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20830", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20831", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20832", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7909", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7910", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20833", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20834", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20835", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-globaldeclarationinstantiation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-globaldeclarationinstantiation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20838", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7911", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7912", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7913", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7914", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20839", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7915", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#step-globaldeclarationinstantiation-web-compat-insertion-point", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_473", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7916", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7917", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7918", @@ -17200,216 +17185,225 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7920", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7921", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7922", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_474", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20836", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20837", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20840", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20841", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20842", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7923", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20843", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20844", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20845", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20846", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7924", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7925", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20838", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7926", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-modules", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Module", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7jzzWh1g", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20839", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-jN7l5yAN", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20840", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleItemList", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-AoB9QhTO", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20841", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GXF21Ewo", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20842", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20843", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleItem", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-E3Y7C_Ei", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20844", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-IobLK26D", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20845", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hV3VZEve", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20846", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleExportName", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hD8TcowF", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20847", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-50n3LPul", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20848", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20849", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7926", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7927", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20850", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7928", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20851", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7929", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20852", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7930", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20853", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#step-globaldeclarationinstantiation-web-compat-insertion-point", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_468", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7931", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20854", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7932", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20855", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7933", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20856", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20857", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7934", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20858", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7935", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20859", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7936", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20860", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7937", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20861", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_469", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20850", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20851", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7938", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20862", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7939", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20863", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7940", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20864", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20865", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20866", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20867", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20868", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20852", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7941", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-modules", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Module", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7jzzWh1g", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20853", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-jN7l5yAN", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20854", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleItemList", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-AoB9QhTO", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20855", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GXF21Ewo", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20856", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20857", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleItem", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-E3Y7C_Ei", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20858", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-IobLK26D", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20859", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hV3VZEve", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20860", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleExportName", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hD8TcowF", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20861", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-50n3LPul", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20862", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20863", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7942", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20869", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-importedlocalnames", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20864", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7943", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20865", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7944", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20866", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7945", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20867", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7946", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20868", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7947", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20869", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7948", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-modulerequests", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-modulerequests", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports-static-semantics-modulerequests", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-modulerequests", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7949", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7950", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KwkKYyRj", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7951", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-K1adkbP6", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20870", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7952", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20871", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-9OD1gHQa", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7949", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20872", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7950", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20873", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7953", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7951", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20874", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7954", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7952", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20875", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-pGkooQP4", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7953", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20876", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7955", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Fii3Jv-w", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7954", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20877", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7955", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20878", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7956", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20879", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-geKEXfWi", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20880", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7957", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7958", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20881", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ShgW98pi", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20882", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7956", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7957", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20883", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-importedlocalnames", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7958", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7959", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20884", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-x1UQSoBl", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20885", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-vvvIsXz5", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20886", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GV0VESxu", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20887", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-VYqY45eE", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20888", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-bcC47tAa", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20889", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GGFgV72D", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20890", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7960", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-abstract-module-records", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-abstract-module-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7961", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7962", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7963", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_475", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_476", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-record-fields", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-modulerequests", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-modulerequests", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports-static-semantics-modulerequests", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-modulerequests", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7964", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-36", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7965", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KwkKYyRj", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7966", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-K1adkbP6", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20884", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7967", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20885", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-9OD1gHQa", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20886", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20887", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7968", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_477", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20888", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7969", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-abstract-methods-of-module-records", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20889", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-pGkooQP4", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20890", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7970", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-37", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#resolvedbinding-record", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Fii3Jv-w", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20891", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20892", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7971", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20893", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-geKEXfWi", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20894", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7972", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7973", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-cyclic-module-records", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#cyclic-module-record", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20895", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ShgW98pi", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20896", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20897", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7974", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20898", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-x1UQSoBl", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20899", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-vvvIsXz5", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20900", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GV0VESxu", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20901", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-VYqY45eE", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20902", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-bcC47tAa", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20903", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GGFgV72D", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20904", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7975", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-abstract-module-records", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-abstract-module-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7976", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7977", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_478", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7978", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_479", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-cyclic-module-fields", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_470", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_471", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-record-fields", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7979", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-36", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7980", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7981", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7982", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7983", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_472", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7984", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-abstract-methods-of-module-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7985", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20891", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-37", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#resolvedbinding-record", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7986", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7987", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7988", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_480", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-cyclic-module-records", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#cyclic-module-record", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7989", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7990", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7991", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7992", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_473", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7993", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_481", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_474", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-cyclic-module-fields", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7994", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_482", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-cyclic-module-methods", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7995", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7996", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7997", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7998", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7999", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8000", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduledeclarationlinking", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduledeclarationinstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduledeclarationlinking", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20905", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8001", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8002", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8003", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_475", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8004", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8005", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8006", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8007", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8008", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_476", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8009", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_477", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-cyclic-module-methods", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8010", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8011", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8012", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8013", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8014", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-InnerModuleLinking", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-innermoduleinstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-InnerModuleLinking", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8015", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduledeclarationlinking", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduledeclarationinstantiation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduledeclarationlinking", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8016", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8017", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8018", @@ -17424,13 +17418,14 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8027", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8028", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8029", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-InnerModuleLinking", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-innermoduleinstantiation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-InnerModuleLinking", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8030", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8031", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8032", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8033", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8034", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduleevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduleevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8035", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8036", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8037", @@ -17446,14 +17441,14 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8047", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8048", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8049", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduleevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-moduleevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8050", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8051", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8052", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8053", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8054", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8055", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-innermoduleevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-innermoduleevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8056", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8057", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8058", @@ -17469,20 +17464,19 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8068", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8069", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8070", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-innermoduleevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-innermoduleevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8071", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8072", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8073", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8074", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8075", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_483", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8076", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8077", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8078", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8079", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8080", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8081", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-execute-async-module", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-execute-async-module", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8082", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8083", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8084", @@ -17492,28 +17486,29 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8088", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8089", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8090", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_478", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8091", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8092", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8093", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-gather-available-ancestors", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-gather-available-ancestors", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8094", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8095", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8096", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-execute-async-module", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-execute-async-module", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8097", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8098", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8099", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8100", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8101", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8102", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-fulfilled", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-fulfilled", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8103", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8104", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8105", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8106", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8107", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8108", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-gather-available-ancestors", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-gather-available-ancestors", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8109", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8110", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8111", @@ -17523,12 +17518,12 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8115", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8116", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8117", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-fulfilled", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-fulfilled", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8118", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8119", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8120", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8121", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-rejected", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-rejected", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8122", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8123", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8124", @@ -17540,25 +17535,25 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8130", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8131", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8132", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-example-cyclic-module-record-graphs", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-simple", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8133", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8134", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8135", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8136", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-rejected", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-async-module-execution-rejected", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8137", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8138", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8139", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8140", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-missing", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8141", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8142", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8143", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8144", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8145", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-cycle", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8146", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8147", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-example-cyclic-module-record-graphs", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-simple", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8148", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8149", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8150", @@ -17567,141 +17562,141 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8153", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8154", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8155", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-cycle-async", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-missing", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8156", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8157", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8158", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8159", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8160", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-cycle", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8161", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8162", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8163", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_484", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-1", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8164", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_485", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-2", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8165", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8166", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_486", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-3", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8167", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_487", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-4", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8168", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8169", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_488", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-5", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8170", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_489", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-6", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#figure-module-graph-cycle-async", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8171", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8172", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_490", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-7", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8173", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_491", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-8", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8174", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8175", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8176", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8177", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_492", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-9", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8178", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-records", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sourctextmodule-record", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_479", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-1", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8179", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_493", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_480", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-2", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8180", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20892", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8181", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_481", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-3", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8182", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_482", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-4", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8183", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_494", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8184", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_495", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_483", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-5", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8185", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-additional-fields-of-source-text-module-records", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_484", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-6", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8186", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-38", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8187", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20893", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_485", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-7", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8188", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_486", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-8", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8189", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8190", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8191", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8192", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_487", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-9", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8193", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-records", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sourctextmodule-record", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8194", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_488", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8195", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20906", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8196", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8197", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8198", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_489", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8199", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_490", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8200", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-additional-fields-of-source-text-module-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8201", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-38", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8202", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#importentry-record", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20907", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8203", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8204", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_496", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-importentry-record-fields", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8205", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-39", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20894", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20895", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_497", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-import-forms-mapping-to-importentry-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8206", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-40", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8207", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#exportentry-record", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8208", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8209", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_498", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-exportentry-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8210", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-41", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20896", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20897", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20898", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20899", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20900", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20901", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_499", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-export-forms-mapping-to-exportentry-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8211", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-42", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8212", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8213", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parsemodule", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parsemodule", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8214", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8215", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8216", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8217", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#importentry-record", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8218", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20902", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8219", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20903", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_491", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-importentry-record-fields", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8220", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-39", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20908", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20909", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_492", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-import-forms-mapping-to-importentry-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8221", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-40", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8222", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#exportentry-record", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8223", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8224", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_493", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-exportentry-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8225", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-41", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20910", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20911", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20912", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20913", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20914", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20915", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_494", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-export-forms-mapping-to-exportentry-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8226", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-42", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8227", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8228", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parsemodule", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-parsemodule", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8229", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8230", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8231", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8232", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getexportednames", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getexportednames", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8233", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20916", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8234", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20917", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8235", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8236", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8237", @@ -17715,10 +17710,10 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8245", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8246", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8247", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getexportednames", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getexportednames", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8248", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8249", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-resolveexport", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-resolveexport", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8250", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8251", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8252", @@ -17734,6 +17729,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8262", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8263", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8264", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-resolveexport", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-resolveexport", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8265", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8266", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8267", @@ -17755,8 +17752,6 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8283", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8284", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8285", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-initialize-environment", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-initialize-environment", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8286", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8287", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8288", @@ -17772,6 +17767,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8298", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8299", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8300", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-initialize-environment", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-initialize-environment", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8301", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8302", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8303", @@ -17781,14 +17778,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8307", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8308", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8309", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20904", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20905", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20906", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20907", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8310", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8311", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-execute-module", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-execute-module", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8312", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8313", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8314", @@ -17802,15 +17793,19 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8322", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8323", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8324", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20918", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20919", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20920", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20921", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8325", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8326", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-execute-module", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-execute-module", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8327", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8328", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8329", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8330", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8331", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostresolveimportedmodule", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostresolveimportedmodule", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8332", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8333", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8334", @@ -17818,16 +17813,16 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8336", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8337", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8338", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_500", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8339", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8340", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8341", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_501", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8342", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8343", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8344", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8345", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8346", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostresolveimportedmodule", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostresolveimportedmodule", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8347", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8348", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8349", @@ -17835,14 +17830,13 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8351", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8352", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8353", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostimportmoduledynamically", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostimportmoduledynamically", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_495", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8354", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8355", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8356", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_496", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8357", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8358", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_502", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8359", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8360", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8361", @@ -17853,18 +17847,18 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8366", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8367", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8368", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostimportmoduledynamically", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-hostimportmoduledynamically", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8369", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8370", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8371", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8372", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8373", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_497", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8374", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-finishdynamicimport", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-finishdynamicimport", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8375", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8376", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8377", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_503", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8378", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8379", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8380", @@ -17877,12 +17871,13 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8387", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8388", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8389", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-finishdynamicimport", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-finishdynamicimport", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8390", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8391", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8392", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_498", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8393", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getmodulenamespace", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getmodulenamespace", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8394", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8395", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8396", @@ -17892,511 +17887,528 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8400", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8401", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8402", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-950spMs_", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-6SEwZT9o", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20908", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8403", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8404", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20909", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-a5nZ7X_y", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20910", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20911", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8405", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20912", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8406", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8407", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20913", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8408", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20914", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20915", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-45q8t20X", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20916", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportDeclaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-WzAgO-V_", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20917", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20918", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-CDGJVPkq", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20919", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportClause", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20920", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20921", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getmodulenamespace", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getmodulenamespace", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8409", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8410", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8411", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8412", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8413", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8414", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8415", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8416", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8417", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-950spMs_", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-6SEwZT9o", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20922", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-kEa0XgB6", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8418", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8419", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20923", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-a5nZ7X_y", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20924", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-wyOKxI9w", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20925", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8420", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20926", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportedDefaultBinding", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-XHs8lcig", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8421", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8422", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20927", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-NameSpaceImport", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-AScJop1Y", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8423", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20928", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-NamedImports", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-SkqVKtrZ", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20929", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-45q8t20X", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20930", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-FromClause", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportDeclaration", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-WzAgO-V_", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20931", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportsList", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20932", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-UCgvcMcb", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-CDGJVPkq", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20933", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportClause", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20934", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportSpecifier", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-z0N66GR4", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20935", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7GW8ul0v", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20936", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-kEa0XgB6", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20937", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleSpecifier", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hjv695N2", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20938", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportedBinding", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-wyOKxI9w", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20939", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20940", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8409", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportedDefaultBinding", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-XHs8lcig", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20941", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-importentries", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports-static-semantics-importentries", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-importentries", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8410", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8411", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8412", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-65kV3a3C", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8413", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-8cqfbQ1C", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-NameSpaceImport", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-AScJop1Y", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20942", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-NamedImports", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-SkqVKtrZ", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20943", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8414", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20944", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8415", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-FromClause", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20945", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8416", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-qEXtoziY", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportsList", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20946", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-myYDa7qJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-UCgvcMcb", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20947", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8417", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-4FL2ok6-", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20948", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportSpecifier", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-z0N66GR4", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20949", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8418", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7GW8ul0v", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20950", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8419", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20951", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod--ST7ch2j", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleSpecifier", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hjv695N2", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20952", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8420", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-importentriesformodule", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8421", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8422", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8423", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ejkMSdRd", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportedBinding", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20953", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20954", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8424", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20955", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-importentries", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-imports-static-semantics-importentries", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-importentries", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8425", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20956", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8426", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-0jSzNM4w", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8427", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-65kV3a3C", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8428", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-8cqfbQ1C", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20956", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20957", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8429", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20958", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8427", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8430", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20959", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8428", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8431", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-qEXtoziY", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20960", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8429", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-8iON-ECl", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-myYDa7qJ", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20961", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8430", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8432", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-4FL2ok6-", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20962", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8431", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-UUrB05kM", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20963", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8432", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20964", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8433", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Cg-QzVAj", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20964", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8434", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-nXrDLJR0", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20965", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod--ST7ch2j", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20966", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8435", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20967", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-importentriesformodule", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8436", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20968", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8437", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-EknrR_3b", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20969", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8438", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20970", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ejkMSdRd", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20967", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20968", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8439", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-iQJyYMlU", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20969", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8440", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20970", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8441", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-0jSzNM4w", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20971", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20972", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8440", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8442", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20973", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8441", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8443", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20974", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8442", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportDeclaration", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-xWvkB_EQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8444", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-8iON-ECl", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20975", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8445", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20976", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod---2Mdo2Q", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8446", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-UUrB05kM", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20977", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-w_WAVAwX", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8447", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20978", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-60Xh0dpZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8448", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Cg-QzVAj", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8449", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-nXrDLJR0", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20979", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-bE4rfMak", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20980", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KPFnW3Lq", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8450", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20981", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GUPXSqcT", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8451", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20982", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8452", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-EknrR_3b", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20983", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportFromClause", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-efW0NtUW", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-N6rwTU5m", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8453", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20984", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-gG1rdVmA", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8454", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-iQJyYMlU", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20985", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-NamedExports", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-tKOro2Xm", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20986", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8455", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20987", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportsList", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8456", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20988", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-JgWQiNCe", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8457", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportDeclaration", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-xWvkB_EQ", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20989", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20990", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportSpecifier", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GlqP_AXb", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod---2Mdo2Q", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20991", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ya486nM7", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-w_WAVAwX", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20992", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-60Xh0dpZ", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20993", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-bE4rfMak", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20994", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8443", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KPFnW3Lq", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20995", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GUPXSqcT", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20996", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20997", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8444", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportFromClause", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-efW0NtUW", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-N6rwTU5m", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20998", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8445", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-gG1rdVmA", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20999", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8446", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8447", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-NamedExports", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-tKOro2Xm", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21000", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21001", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-exportedbindings", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-exportedbindings", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-exportedbindings", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8448", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8449", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportsList", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21002", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8450", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hxF0P9sA", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-JgWQiNCe", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21003", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21004", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8451", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportSpecifier", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GlqP_AXb", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21005", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8452", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ya486nM7", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21006", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8453", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-6U1eQAFM", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21007", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KKQ0xR-v", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21008", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8454", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-V3c4HtRK", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8458", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21009", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21010", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8455", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-OFghu2j_", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21011", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8456", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8459", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21012", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-IJxf-Cdm", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8460", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21013", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8457", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8461", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8462", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21014", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-PahxJv8L", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21015", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8458", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-exportedbindings", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-exportedbindings", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-exportedbindings", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8463", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8464", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21016", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Ltk1AbDn", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8465", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hxF0P9sA", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21017", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-kSrXZybF", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21018", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-tftEFTtX", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8466", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21019", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8459", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8467", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21020", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-TQTcajTg", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8460", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-2N5gUMor", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8468", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-6U1eQAFM", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21021", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KKQ0xR-v", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21022", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8461", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8469", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-V3c4HtRK", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21023", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8462", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21024", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8463", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-XDdQfOn3", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8470", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-OFghu2j_", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21025", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8464", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8465", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8471", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21026", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Hr-D5Mzb", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-IJxf-Cdm", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21027", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8472", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21028", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8466", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8467", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-PahxJv8L", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21029", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-exportednames", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-exportednames", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-exportednames", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8468", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8469", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8473", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21030", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Td0h-qi5", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Ltk1AbDn", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21031", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-kSrXZybF", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21032", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8470", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-tftEFTtX", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21033", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8471", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8474", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21034", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8472", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ebSwvFft", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-TQTcajTg", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8475", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-2N5gUMor", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21035", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8473", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21036", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Nqbdsw0J", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8476", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21037", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-fa0LziO_", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8477", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21038", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8474", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Upv45R4X", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8478", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-XDdQfOn3", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21039", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8479", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8480", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21040", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8475", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Hr-D5Mzb", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21041", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-H38kB23_", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8476", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-2_hHRuoS", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21042", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8477", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8478", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8481", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8482", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21043", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-zlltzYPM", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-exportednames", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-exportednames", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-exportednames", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8483", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8484", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21044", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8479", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Td0h-qi5", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21045", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-n6JkNQnf", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21046", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8480", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8485", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21047", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-NjdAgwQZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8486", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21048", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8481", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8487", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ebSwvFft", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21049", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-iOoR-XLv", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8488", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21050", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-BuNuTBV9", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Nqbdsw0J", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21051", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-fWfjxGVB", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-fa0LziO_", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21052", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-tyOEKkRB", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8482", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-VeE5fiYD", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8489", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Upv45R4X", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21053", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21054", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8483", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8490", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21055", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8484", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-H38kB23_", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8491", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-2_hHRuoS", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21056", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8485", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KtpQleM7", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8492", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8493", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21057", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8486", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8487", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-zlltzYPM", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21058", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-jiop1t1m", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8494", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21059", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-n6JkNQnf", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21060", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8488", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8489", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8495", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21061", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-exportentries", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-exportentries", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-exportentries", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8490", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8491", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8492", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-VtH9KIhP", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8493", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-paVpIqc4", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-NjdAgwQZ", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21062", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8496", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21063", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8494", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-iOoR-XLv", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21064", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8495", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-BuNuTBV9", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21065", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8496", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-AebNVOm2", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-fWfjxGVB", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21066", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-K7CKbuyc", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21067", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-tyOEKkRB", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8497", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Pw78KQtD", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-VeE5fiYD", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21067", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21068", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21069", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8498", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21070", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21069", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8499", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21070", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8500", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KtpQleM7", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21071", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-VQKcYkbx", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8501", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8502", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21072", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8500", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-jiop1t1m", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21073", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-vHJuGFG0", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21074", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8501", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8502", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21075", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8503", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7BCAocpR", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21076", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8504", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21075", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-exportentries", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-static-semantics-exportentries", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-static-semantics-exportentries", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8505", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21077", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8506", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-rg_YnEcS", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21078", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8507", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21079", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-VtH9KIhP", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8508", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-paVpIqc4", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21076", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21077", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8509", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-A54_tyTm", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21080", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21078", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8510", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21081", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21079", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8511", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-AebNVOm2", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21080", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-K7CKbuyc", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21081", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8512", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-04PQQ9j2", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Pw78KQtD", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21082", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21083", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8513", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_504", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-exportentriesformodule", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21084", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8514", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21085", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-VQKcYkbx", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21086", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8515", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21087", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-vHJuGFG0", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21088", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8516", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Xa_xAKMV", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8517", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-1scalAlY", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21083", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21089", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8518", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21084", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7BCAocpR", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21090", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8519", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-mzZ83dVi", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8520", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-zadzACBk", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21085", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21086", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21091", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8521", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21087", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-rg_YnEcS", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21092", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8522", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21088", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21093", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8523", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-IZvnHgpZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21089", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8524", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21090", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-A54_tyTm", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21094", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8525", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21095", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8526", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-WH6U71Y1", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21091", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21092", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8527", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21093", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-04PQQ9j2", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21096", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8528", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21094", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_499", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-exportentriesformodule", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8529", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8530", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-referencedbindings", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8531", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Xa_xAKMV", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8532", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-1scalAlY", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21097", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8533", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-SuOfrU8K", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21098", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8534", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-eGw90zQ9", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21095", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21096", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-mzZ83dVi", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8535", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21097", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8536", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21098", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8537", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-tdM6ZJNC", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-zadzACBk", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21099", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21100", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8538", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8536", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21101", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-YJpWFrW7", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8537", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21102", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8539", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8538", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-IZvnHgpZ", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21103", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hGf2GDb1", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8539", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21104", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8540", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8541", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-WH6U71Y1", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21105", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7S1R-xaK", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21106", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8542", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21107", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-HmLCnng_", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8543", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21108", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-qMwuQwD4", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8544", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8545", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-referencedbindings", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8546", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8547", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8548", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-SuOfrU8K", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8549", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-eGw90zQ9", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21109", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8541", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21110", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-RU5ba9t5", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8550", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21111", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8542", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8551", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21112", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7GDTz4eH", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8552", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-tdM6ZJNC", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21113", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8543", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21114", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-963jyNzQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8553", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21115", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8544", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-YJpWFrW7", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21116", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8545", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8554", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21117", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8546", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8547", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KpBQ_5fa", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hGf2GDb1", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21118", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8548", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8555", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21119", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8549", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7S1R-xaK", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21120", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8550", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21121", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8551", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8552", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8553", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-HmLCnng_", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21122", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-qMwuQwD4", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21123", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8556", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21124", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-RU5ba9t5", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21125", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8557", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21126", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7GDTz4eH", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21127", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8558", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21128", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-963jyNzQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21129", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8559", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21130", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8560", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21131", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8561", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8562", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KpBQ_5fa", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21132", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8563", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21133", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8564", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21134", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8565", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_21135", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8566", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8567", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8568", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#references-pane", @@ -18416,75 +18428,75 @@ "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#spec-container", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#sec-error-handling-and-language-extensions", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#early-error", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21122", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8554", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8555", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21123", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21124", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8556", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8557", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21125", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21126", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21127", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8558", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8559", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8560", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8561", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_505", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8562", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21128", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21129", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8563", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8564", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8565", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_506", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8566", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8567", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#sec-forbidden-extensions", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8568", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21136", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8569", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8570", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8571", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21130", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21131", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21132", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21133", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21134", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21135", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21136", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21137", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21138", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8571", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8572", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21139", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21140", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8572", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21141", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8573", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8574", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8575", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8576", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_500", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8577", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21142", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21143", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8578", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8579", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8580", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_507", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_508", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21141", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21142", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_501", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8581", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8582", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_509", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21143", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#sec-forbidden-extensions", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8583", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8584", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8585", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8586", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21144", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21145", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_510", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8583", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_511", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_512", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_513", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_514", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21146", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8584", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_515", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21147", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21148", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21149", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21150", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21151", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21152", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21153", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21154", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8587", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8588", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8589", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8590", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8591", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8592", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8593", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8594", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8595", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_502", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_503", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21155", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21156", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8596", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8597", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_504", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21157", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21158", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21159", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_505", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8598", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_506", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_507", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_508", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_509", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21160", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8599", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_510", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_21161", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#references-pane-container", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#references-pane", @@ -18503,34 +18515,15 @@ "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#shortcuts-help", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#spec-container", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#sec-ecmascript-standard-built-in-objects", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_21148", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_21149", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8585", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8586", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8587", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_516", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8588", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8589", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8590", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8591", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8592", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8593", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8594", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8595", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8596", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8597", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_517", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8598", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8599", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_21162", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_21163", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8600", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_518", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8601", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_519", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8602", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_511", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8603", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8604", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8605", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_520", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8606", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8607", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8608", @@ -18538,23 +18531,42 @@ "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8610", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8611", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8612", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_512", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8613", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8614", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8615", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_513", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8616", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_514", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8617", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8618", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8619", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8620", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_515", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8621", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8622", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_521", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_522", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_523", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8623", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_524", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_525", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_526", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8624", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8625", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8626", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8627", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8628", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8629", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8630", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8631", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8632", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8633", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8634", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8635", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8636", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8637", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_516", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_517", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_518", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8638", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_519", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_520", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_521", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#references-pane", @@ -18574,60 +18586,39 @@ "https://tc39.es/ecma262/multipage/global-object.html#spec-container", "https://tc39.es/ecma262/multipage/global-object.html#sec-global-object", "https://tc39.es/ecma262/multipage/global-object.html#sec-global-object", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8624", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8625", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8626", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8627", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8639", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8640", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8641", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8642", "https://tc39.es/ecma262/multipage/global-object.html#sec-value-properties-of-the-global-object", "https://tc39.es/ecma262/multipage/global-object.html#sec-globalthis", "https://tc39.es/ecma262/multipage/global-object.html#sec-globalthis", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8628", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8629", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8643", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8644", "https://tc39.es/ecma262/multipage/global-object.html#sec-value-properties-of-the-global-object-infinity", "https://tc39.es/ecma262/multipage/global-object.html#sec-value-properties-of-the-global-object-infinity", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_527", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_522", "https://tc39.es/ecma262/multipage/global-object.html#sec-value-properties-of-the-global-object-nan", "https://tc39.es/ecma262/multipage/global-object.html#sec-value-properties-of-the-global-object-nan", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_528", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_523", "https://tc39.es/ecma262/multipage/global-object.html#sec-undefined", "https://tc39.es/ecma262/multipage/global-object.html#sec-undefined", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_529", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_524", "https://tc39.es/ecma262/multipage/global-object.html#sec-function-properties-of-the-global-object", "https://tc39.es/ecma262/multipage/global-object.html#sec-eval-x", "https://tc39.es/ecma262/multipage/global-object.html#sec-eval-x", "https://tc39.es/ecma262/multipage/global-object.html#sec-eval-x", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8630", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8645", "https://tc39.es/ecma262/multipage/global-object.html#sec-performeval", "https://tc39.es/ecma262/multipage/global-object.html#sec-performeval-rules-outside-constructors", "https://tc39.es/ecma262/multipage/global-object.html#sec-performeval-rules-outside-methods", "https://tc39.es/ecma262/multipage/global-object.html#sec-performeval-rules-outside-functions", "https://tc39.es/ecma262/multipage/global-object.html#sec-performeval", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8631", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8632", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8633", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8634", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8635", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8636", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8637", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8638", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8639", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8640", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8641", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8642", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8643", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8644", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8645", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21150", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8646", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8647", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21151", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21152", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8648", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21153", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8649", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21154", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8650", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21155", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8651", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8652", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8653", @@ -18638,19 +18629,23 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_8658", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8659", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8660", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21164", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8661", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8662", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21165", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21166", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8663", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21167", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8664", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21168", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8665", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21169", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8666", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8667", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8668", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8669", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8670", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8671", - "https://tc39.es/ecma262/multipage/global-object.html#sec-hostensurecancompilestrings", - "https://tc39.es/ecma262/multipage/global-object.html#sec-hostensurecancompilestrings", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8672", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8673", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8674", @@ -18660,51 +18655,40 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_8678", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8679", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8680", - "https://tc39.es/ecma262/multipage/global-object.html#sec-evaldeclarationinstantiation", - "https://tc39.es/ecma262/multipage/global-object.html#sec-evaldeclarationinstantiation", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21156", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8681", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8682", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8683", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8684", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8685", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8686", + "https://tc39.es/ecma262/multipage/global-object.html#sec-hostensurecancompilestrings", + "https://tc39.es/ecma262/multipage/global-object.html#sec-hostensurecancompilestrings", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8687", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8688", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8689", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8690", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8691", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8692", - "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-throw-duplicate-binding", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_530", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8693", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8694", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8695", + "https://tc39.es/ecma262/multipage/global-object.html#sec-evaldeclarationinstantiation", + "https://tc39.es/ecma262/multipage/global-object.html#sec-evaldeclarationinstantiation", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21170", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8696", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8697", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8698", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8699", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21157", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21158", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21159", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8700", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21160", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21161", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21162", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21163", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8701", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8702", - "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-web-compat-insertion-point", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_531", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8703", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21164", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21165", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21166", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8704", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8705", - "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-post-validation", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8706", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8707", + "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-throw-duplicate-binding", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_525", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8708", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8709", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8710", @@ -18712,190 +18696,218 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_8712", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8713", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8714", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21171", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21172", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21173", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8715", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21174", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21175", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21176", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21177", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8716", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_532", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8717", + "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-web-compat-insertion-point", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_526", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8718", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_533", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_534", - "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number", - "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number", - "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21178", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21179", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21180", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8719", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8720", - "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number", - "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number", - "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number", + "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-post-validation", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8721", - "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", - "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", - "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8722", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8723", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21167", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_535", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21168", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8724", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8725", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_21169", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8726", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8727", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8728", - "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", - "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8729", - "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8730", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8731", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_527", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8732", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8733", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_528", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_529", + "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number", + "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number", + "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8734", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8735", + "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number", + "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number", + "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8736", + "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", + "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", + "https://tc39.es/ecma262/multipage/global-object.html#sec-parsefloat-string", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8737", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8738", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21181", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_530", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21182", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8739", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8740", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_21183", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8741", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8742", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8743", - "https://tc39.es/ecma262/multipage/global-object.html#sec-uri-handling-functions", - "https://tc39.es/ecma262/multipage/global-object.html#sec-uri-syntax-and-semantics", - "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuri-encodeduri", - "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuri-encodeduri", - "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuri-encodeduri", + "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", + "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8744", + "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8745", - "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", - "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", - "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8746", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8747", - "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", - "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_536", - "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8747", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8748", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8749", - "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", - "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_537", - "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8750", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8751", - "https://tc39.es/ecma262/multipage/global-object.html#sec-encode", - "https://tc39.es/ecma262/multipage/global-object.html#sec-encode", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8752", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8753", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_538", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8754", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8755", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8756", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8757", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8758", + "https://tc39.es/ecma262/multipage/global-object.html#sec-uri-handling-functions", + "https://tc39.es/ecma262/multipage/global-object.html#sec-uri-syntax-and-semantics", + "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuri-encodeduri", + "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuri-encodeduri", + "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuri-encodeduri", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8759", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8760", + "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", + "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", + "https://tc39.es/ecma262/multipage/global-object.html#sec-decodeuricomponent-encodeduricomponent", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8761", - "https://tc39.es/ecma262/multipage/global-object.html#sec-decode", - "https://tc39.es/ecma262/multipage/global-object.html#sec-decode", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8762", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_531", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8763", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8764", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_532", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8765", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8766", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encode", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encode", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8767", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8768", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_533", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8769", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8770", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8771", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8772", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8773", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8774", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8775", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8776", + "https://tc39.es/ecma262/multipage/global-object.html#sec-decode", + "https://tc39.es/ecma262/multipage/global-object.html#sec-decode", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8777", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8778", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8779", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8780", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8781", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8782", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8783", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-aggregate-error", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_539", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_534", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-array", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_540", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_535", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-arraybuffer", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_541", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_536", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-bigint", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_542", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_537", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-bigint64array", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_543", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_538", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-biguint64array", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_544", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_539", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-boolean", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_545", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_540", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-dataview", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_546", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_541", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-date", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_547", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_542", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-error", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_548", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_543", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-evalerror", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_549", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_544", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-finnalization-registry", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_550", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_545", "https://tc39.es/ecma262/multipage/global-object.html#sec-float32array", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_551", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_546", "https://tc39.es/ecma262/multipage/global-object.html#sec-float64array", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_552", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_547", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-function", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_553", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_548", "https://tc39.es/ecma262/multipage/global-object.html#sec-int8array", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_554", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_549", "https://tc39.es/ecma262/multipage/global-object.html#sec-int16array", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_555", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_550", "https://tc39.es/ecma262/multipage/global-object.html#sec-int32array", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_556", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_551", "https://tc39.es/ecma262/multipage/global-object.html#sec-map", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_557", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_552", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-number", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_558", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_553", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-object", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_559", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_554", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-promise", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_560", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_555", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-proxy", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_561", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_556", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-rangeerror", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_562", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_557", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-referenceerror", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_563", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_558", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-regexp", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_564", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_559", "https://tc39.es/ecma262/multipage/global-object.html#sec-set", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_565", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_560", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-sharedarraybuffer", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_566", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_561", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-string", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_567", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_562", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-symbol", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_568", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_563", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-syntaxerror", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_569", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_564", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-typeerror", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_570", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_565", "https://tc39.es/ecma262/multipage/global-object.html#sec-uint8array", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_571", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_566", "https://tc39.es/ecma262/multipage/global-object.html#sec-uint8clampedarray", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_572", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_567", "https://tc39.es/ecma262/multipage/global-object.html#sec-uint16array", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_573", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_568", "https://tc39.es/ecma262/multipage/global-object.html#sec-uint32array", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_574", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_569", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-urierror", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_575", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_570", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-weakmap", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_576", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_571", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-weakref", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_577", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_572", "https://tc39.es/ecma262/multipage/global-object.html#sec-constructor-properties-of-the-global-object-weakset", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_578", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_573", "https://tc39.es/ecma262/multipage/global-object.html#sec-other-properties-of-the-global-object", "https://tc39.es/ecma262/multipage/global-object.html#sec-atomics", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_579", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_574", "https://tc39.es/ecma262/multipage/global-object.html#sec-json", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_580", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_575", "https://tc39.es/ecma262/multipage/global-object.html#sec-math", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_581", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_576", "https://tc39.es/ecma262/multipage/global-object.html#sec-reflect", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_582", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_577", "https://tc39.es/ecma262/multipage/global-object.html#references-pane-container", "https://tc39.es/ecma262/multipage/global-object.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/global-object.html#references-pane", @@ -18917,284 +18929,257 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8769", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8770", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8771", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8772", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8773", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-value", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-value", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8774", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8775", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8776", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8777", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8778", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8779", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8780", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.assign", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.assign", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8781", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8782", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8783", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8784", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.create", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.create", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8785", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8786", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8787", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperties", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperties", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8788", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-value", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-value", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8789", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-objectdefineproperties", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-objectdefineproperties", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8790", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8791", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8792", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8793", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8794", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8795", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.assign", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.assign", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8796", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8797", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8798", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperty", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperty", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8799", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.create", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.create", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8800", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8801", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8802", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.entries", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.entries", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperties", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperties", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8803", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8804", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-objectdefineproperties", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-objectdefineproperties", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8805", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.freeze", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.freeze", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8806", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8807", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.fromentries", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-create-data-property-on-object-functions", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.fromentries", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8808", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8809", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8810", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8811", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8812", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8813", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperty", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperty", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8814", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8815", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8816", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8817", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.entries", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.entries", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8818", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8819", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8820", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptors", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptors", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.freeze", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.freeze", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8821", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8822", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.fromentries", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-create-data-property-on-object-functions", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.fromentries", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8823", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8824", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8825", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertynames", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertynames", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8826", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8827", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertysymbols", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertysymbols", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8828", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8829", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-getownpropertykeys", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-getownpropertykeys", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8830", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8831", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8832", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8833", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8834", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8835", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptors", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptors", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8836", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8837", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8838", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getprototypeof", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getprototypeof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8839", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.hasown", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.hasown", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8840", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertynames", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertynames", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8841", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8842", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.is", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.is", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertysymbols", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertysymbols", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8843", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isextensible", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isextensible", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8844", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-getownpropertykeys", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-getownpropertykeys", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8845", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isfrozen", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isfrozen", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8846", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8847", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.issealed", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.issealed", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8848", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8849", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.keys", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.keys", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8850", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8851", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8852", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.preventextensions", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.preventextensions", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8853", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getprototypeof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getprototypeof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8854", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.seal", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.seal", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.hasown", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.hasown", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8855", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8856", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.setprototypeof", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.setprototypeof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8857", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.is", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.is", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8858", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isextensible", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isextensible", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8859", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.values", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.values", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8860", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isfrozen", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isfrozen", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8861", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8862", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-prototype-object", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-additional-properties-of-the-object.prototype-object", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-prototype-object", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.issealed", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.issealed", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8863", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_583", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8864", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.keys", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.keys", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8865", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.hasownproperty", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.hasownproperty", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-hasownproperty-topropertykey", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8866", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-hasownproperty-toobject", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8867", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.preventextensions", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.preventextensions", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8868", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_584", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_585", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_586", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.isprototypeof", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.isprototypeof", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-isprototypeof-check-object", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8869", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-isprototypeof-toobject", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.seal", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.seal", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8870", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8871", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_587", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_588", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.propertyisenumerable", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.propertyisenumerable", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-propertyisenumerable-topropertykey", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.setprototypeof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.setprototypeof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8872", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-propertyisenumerable-toobject", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8873", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_589", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_590", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_591", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tolocalestring", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8874", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.values", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.values", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8875", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tostring", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8876", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8877", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-prototype-object", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-additional-properties-of-the-object.prototype-object", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8878", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_578", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8879", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8880", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.hasownproperty", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.hasownproperty", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-hasownproperty-topropertykey", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8881", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-hasownproperty-toobject", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8882", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.valueof", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.valueof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8883", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__proto__", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8889", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8890", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_579", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_580", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_581", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.isprototypeof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.isprototypeof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-isprototypeof-check-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8884", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-get-object.prototype.__proto__", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-isprototypeof-toobject", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8885", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-set-object.prototype.__proto__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8886", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_582", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_583", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.propertyisenumerable", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.propertyisenumerable", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-propertyisenumerable-topropertykey", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8887", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-propertyisenumerable-toobject", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8888", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype-legacy-accessor-methods", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8905", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8906", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__defineGetter__", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_584", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_585", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_586", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tolocalestring", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tolocalestring", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8889", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8890", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tostring", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8891", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8892", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8893", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8894", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__defineSetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8895", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8896", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8897", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.valueof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.valueof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8898", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__lookupGetter__", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__proto__", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8904", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8905", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8899", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-get-object.prototype.__proto__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8900", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-set-object.prototype.__proto__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8901", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__lookupSetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8902", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8903", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8904", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-object-instances", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype-legacy-accessor-methods", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8920", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8921", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__defineGetter__", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8906", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8907", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-objects", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-objects", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8908", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8909", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__defineSetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8910", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8911", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8912", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8913", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__lookupGetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8914", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-p1-p2-pn-body", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-p1-p2-pn-body", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8915", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8916", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-createdynamicfunction", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#table-dynamic-function-sourcetext-prefixes", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-createdynamicfunction", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__lookupSetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8917", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8918", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8919", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8920", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8921", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-object-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8922", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8923", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8924", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8925", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8926", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8927", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21170", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21171", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21172", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21173", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21174", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21175", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21176", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21177", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21178", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8928", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21179", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21180", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21181", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8929", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-p1-p2-pn-body", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-p1-p2-pn-body", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8930", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8931", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-createdynamicfunction", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#table-dynamic-function-sourcetext-prefixes", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-createdynamicfunction", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8932", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8933", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8934", @@ -19206,7 +19191,19 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8940", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8941", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8942", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21184", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21185", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21186", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21187", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21188", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21189", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21190", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21191", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21192", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8943", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21193", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21194", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21195", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8944", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8945", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8946", @@ -19220,440 +19217,426 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8954", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8955", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8956", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8957", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8958", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8959", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.length", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.length", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8960", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8961", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-prototype-object", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8962", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8963", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8964", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8965", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.apply", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.apply", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8966", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8967", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8968", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8969", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8970", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-function-proto-apply-call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8971", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8972", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8973", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8974", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.length", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.length", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8975", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_592", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.bind", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.bind", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8976", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-prototype-object", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8977", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8978", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8979", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8980", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.apply", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.apply", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8981", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8982", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8983", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8984", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8985", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-function-proto-apply-call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8986", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8987", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8988", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8989", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8990", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_587", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.bind", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.bind", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8991", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.call", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8992", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8993", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-function-proto-call-call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8994", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8995", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8996", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8997", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8998", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_593", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8999", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.tostring", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9000", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9001", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9002", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_594", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9003", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21182", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9004", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21183", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21184", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9005", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9006", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.call", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9007", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21185", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#prod-NativeFunction", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21186", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21187", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21188", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#prod-NativeFunctionAccessor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype-@@hasinstance", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9008", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-function-proto-call-call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9009", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9010", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9011", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_595", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9012", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_596", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_597", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-length", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9013", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-name", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_588", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9014", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.tostring", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9015", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9016", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9017", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_589", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9018", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21196", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9019", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21197", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21198", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9020", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21189", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21190", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21191", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21192", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-hosthassourcetextavailable", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-hosthassourcetextavailable", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9021", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9022", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21199", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#prod-NativeFunction", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21200", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21201", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21202", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#prod-NativeFunctionAccessor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype-@@hasinstance", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9023", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-objects", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-objects", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9024", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9025", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9026", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_590", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9027", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_591", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_592", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-length", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9028", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-name", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9029", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor-boolean-value", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor-boolean-value", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9030", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9031", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9032", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9033", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9034", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-prototype-object", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9035", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21203", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21204", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21205", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21206", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-hosthassourcetextavailable", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-hosthassourcetextavailable", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9036", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#thisbooleanvalue", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-thisbooleanvalue", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9037", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9038", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9039", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9040", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9041", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.tostring", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9042", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.valueof", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.valueof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9043", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-boolean-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9044", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor-boolean-value", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor-boolean-value", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9045", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-objects", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-objects", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9046", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9047", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-description", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-description", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9048", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9049", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-prototype-object", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9050", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.asynciterator", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.asynciterator", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9051", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_598", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.for", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.for", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#thisbooleanvalue", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-thisbooleanvalue", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9052", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9053", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9054", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9055", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9056", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.tostring", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9057", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.valueof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.valueof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9058", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-boolean-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9059", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9060", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9061", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_599", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#table-globalsymbolregistry-record-fields", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9062", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#table-44", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-description", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-description", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9063", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9064", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9065", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.asynciterator", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.asynciterator", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9066", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_593", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.for", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.for", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9067", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9068", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9069", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9070", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9071", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9072", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9073", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9074", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9075", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9076", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_594", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#table-globalsymbolregistry-record-fields", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9077", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#table-44", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9078", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.hasinstance", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.hasinstance", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9064", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_600", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9079", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_595", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.isconcatspreadable", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.isconcatspreadable", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9065", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_601", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9080", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_596", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.iterator", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.iterator", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9066", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_602", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9081", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_597", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.keyfor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.keyfor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9067", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9068", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_603", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9069", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9070", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9082", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9083", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_598", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9084", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9085", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.match", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.match", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9071", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_604", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9086", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_599", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.matchall", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.matchall", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9072", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_605", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9087", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_600", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9073", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9088", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.replace", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.replace", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9074", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_606", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9089", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_601", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.search", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.search", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9075", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_607", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9090", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_602", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.species", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.species", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9076", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_608", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9091", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_603", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.split", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.split", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9077", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_609", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9092", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_604", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.toprimitive", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.toprimitive", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9078", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_610", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9093", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_605", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.tostringtag", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.tostringtag", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9079", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_611", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9094", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_606", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.unscopables", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.unscopables", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9080", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_612", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9095", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_607", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-prototype-object", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9081", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9082", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9083", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#thissymbolvalue", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-thissymbolvalue", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9084", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9085", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9086", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9087", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9088", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.description", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.description", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9089", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9090", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.tostring", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.tostring", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9091", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9092", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symboldescriptivestring", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symboldescriptivestring", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9093", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9094", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9095", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.valueof", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.valueof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9096", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype-@@toprimitive", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9097", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9098", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-symbol-instances", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#thissymbolvalue", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-thissymbolvalue", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9099", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9100", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-objects", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-objects", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_613", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_614", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9101", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9102", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9103", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.description", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.description", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9104", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9105", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.tostring", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9106", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9107", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symboldescriptivestring", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symboldescriptivestring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9108", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-message", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-message", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9109", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9110", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.valueof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.valueof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9111", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype-@@toprimitive", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9112", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9113", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-error-constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-symbol-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9114", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9115", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_608", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_609", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9116", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-error-prototype-object", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-error-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9117", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9118", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9119", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.message", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.message", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.name", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.name", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.tostring", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.tostring", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9120", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9121", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9122", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9123", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-message", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-message", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9124", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9125", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-error-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9126", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9127", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_615", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-evalerror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-evalerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9128", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-evalerror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-rangeerror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-rangeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-error-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9129", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-rangeerror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-referenceerror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-referenceerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9130", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-referenceerror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-syntaxerror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-syntaxerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9131", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-syntaxerror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-error-prototype-object", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-error-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9132", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-urierror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-urierror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9133", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-urierror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror-object-structure", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_616", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9134", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.message", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.message", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.name", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.name", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.tostring", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.tostring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9135", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_617", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror-constructors", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9136", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9137", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9138", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9139", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9140", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-error-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9141", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-nativerror-ordinarycreatefromconstructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9142", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_610", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-evalerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-evalerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9143", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-evalerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-rangeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-rangeerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9144", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-rangeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-referenceerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-referenceerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9145", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_618", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-referenceerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-syntaxerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-syntaxerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9146", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-nativeerror-constructors", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-syntaxerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9147", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-urierror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-urierror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9148", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_619", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-urierror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror-object-structure", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_611", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9149", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-nativeerror-prototype-objects", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-nativeerror-prototype-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9150", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_612", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror-constructors", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9151", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9152", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_620", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.message", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.message", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9153", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.name", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.name", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9154", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9155", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-nativeerror-instances", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9156", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_621", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-objects", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-objects", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-nativerror-ordinarycreatefromconstructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9157", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9158", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9159", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9160", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_613", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9161", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-nativeerror-constructors", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9162", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9163", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_614", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9164", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-nativeerror-prototype-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-nativeerror-prototype-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9165", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9166", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9167", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_615", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.message", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.message", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9168", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.name", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.name", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9169", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-aggregate-error-constructors", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9170", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-nativeerror-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9171", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_616", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9172", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-aggregate-error-prototype-objects", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-aggregate-error-prototype-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9173", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9174", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9175", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.message", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.message", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.name", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.name", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-aggregate-error-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9176", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9177", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_622", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-abstract-operations-for-error-objects", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-installerrorcause", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-installerrorcause", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9178", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9179", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9180", @@ -19661,6 +19644,35 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9182", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9183", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9184", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-aggregate-error-constructors", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9185", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9186", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9187", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-aggregate-error-prototype-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-aggregate-error-prototype-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9188", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9189", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9190", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.message", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.message", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.name", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.name", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-aggregate-error-instances", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9191", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9192", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_617", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-abstract-operations-for-error-objects", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-installerrorcause", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-installerrorcause", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9193", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9194", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9195", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9196", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9197", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9198", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9199", "https://tc39.es/ecma262/multipage/fundamental-objects.html#references-pane-container", "https://tc39.es/ecma262/multipage/fundamental-objects.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/fundamental-objects.html#references-pane", @@ -19682,129 +19694,111 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-objects", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-objects", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9185", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9186", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9187", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9188", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9189", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9190", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor-number-value", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor-number-value", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9191", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9192", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9193", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9194", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9195", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-constructor", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9196", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9197", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.epsilon", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.epsilon", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9198", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isfinite", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isfinite", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9199", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9200", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isinteger", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isinteger", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9201", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isnan", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isnan", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9202", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_623", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.issafeinteger", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.issafeinteger", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9203", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#safe-integer", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9204", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9205", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor-number-value", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor-number-value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9206", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9207", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9208", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9209", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_safe_integer", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_safe_integer", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9210", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9211", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9212", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.epsilon", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.epsilon", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9213", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isfinite", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isfinite", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9214", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_624", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9215", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_value", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_value", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isinteger", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isinteger", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9216", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isnan", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isnan", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9217", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_safe_integer", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_safe_integer", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_618", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.issafeinteger", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.issafeinteger", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9218", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#safe-integer", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9219", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9220", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9221", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9222", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_625", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9223", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_value", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9224", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_safe_integer", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_safe_integer", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9225", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.nan", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.nan", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.negative_infinity", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.negative_infinity", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parsefloat", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parsefloat", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9226", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parseint", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parseint", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9227", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.positive_infinity", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.positive_infinity", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9228", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-prototype-object", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-prototype-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9229", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_619", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9230", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thisnumbervalue", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-thisnumbervalue", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_value", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.max_value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9231", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9232", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_safe_integer", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_safe_integer", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9233", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9234", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9235", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9236", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toexponential", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toexponential", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9237", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_620", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9238", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_value", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9239", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9240", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.nan", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.nan", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.negative_infinity", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.negative_infinity", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parsefloat", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parsefloat", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9241", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parseint", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parseint", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9242", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.positive_infinity", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.positive_infinity", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9243", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-prototype-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-prototype-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9244", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#step-number-proto-toexponential-intermediate-values", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9245", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thisnumbervalue", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-thisnumbervalue", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9246", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9247", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9248", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9249", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9250", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9251", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_626", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toexponential", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toexponential", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9252", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9253", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9254", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9255", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9256", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tofixed", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tofixed", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9257", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9258", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9259", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#step-number-proto-toexponential-intermediate-values", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9260", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9261", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9262", @@ -19812,15 +19806,14 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9264", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9265", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9266", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_621", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9267", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9268", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9269", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tolocalestring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9270", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9271", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toprecision", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toprecision", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tofixed", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tofixed", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9272", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9273", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9274", @@ -19834,11 +19827,13 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9282", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9283", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9284", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tolocalestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9285", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9286", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toprecision", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.toprecision", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9287", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tostring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9288", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9289", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9290", @@ -19846,172 +19841,170 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9292", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9293", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9294", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.valueof", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.valueof", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9295", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-number-instances", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9296", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9297", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-objects", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-objects", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9298", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9299", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9300", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9301", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor-number-value", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor-number-value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9302", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tostring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.tostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9303", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9304", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9305", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-numbertobigint", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-numbertobigint", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9306", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9307", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9308", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9309", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-bigint-constructor", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.valueof", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.valueof", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9310", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-number-instances", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9311", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asintn", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asintn", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9312", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-objects", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-objects", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9313", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9314", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9315", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9316", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor-number-value", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor-number-value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9317", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asuintn", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asuintn", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9318", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9319", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9320", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-numbertobigint", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-numbertobigint", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9321", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9322", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-bigint-prototype-object", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-bigint-prototype-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9323", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9324", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-bigint-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9325", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thisbigintvalue", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-thisbigintvalue", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9326", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asintn", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asintn", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9327", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9328", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9329", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9330", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9331", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tolocalestring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9332", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asuintn", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.asuintn", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9333", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tostring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9334", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9335", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9336", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9337", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-bigint-prototype-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-bigint-prototype-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9338", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9339", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9340", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.valueof", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.valueof", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thisbigintvalue", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-thisbigintvalue", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9341", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9342", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-object", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-object", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9343", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9344", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9345", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9346", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tolocalestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9347", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9348", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_627", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-value-properties-of-the-math-object", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.e", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.e", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tostring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.tostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9349", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln10", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln10", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9350", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln2", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9351", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10e", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10e", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9352", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2e", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2e", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9353", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pi", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pi", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9354", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt1_2", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt1_2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9355", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt2", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt2", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.valueof", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.valueof", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9356", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-@@tostringtag", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9357", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-function-properties-of-the-math-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9358", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.abs", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.abs", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9359", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acos", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acos", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9360", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9361", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9362", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9363", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_622", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-value-properties-of-the-math-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.e", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.e", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9364", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acosh", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acosh", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln10", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln10", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9365", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln2", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ln2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9366", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10e", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10e", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9367", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asin", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asin", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2e", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2e", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9368", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pi", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pi", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9369", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt1_2", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt1_2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9370", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt2", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9371", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-@@tostringtag", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9372", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-function-properties-of-the-math-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9373", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asinh", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asinh", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.abs", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.abs", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9374", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acos", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acos", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9375", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9376", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9377", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9378", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9379", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acosh", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acosh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9380", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9381", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9382", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asin", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asin", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9383", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9384", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9385", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atanh", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atanh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9386", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9387", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9388", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan2", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan2", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asinh", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.asinh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9389", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9390", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9391", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9392", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9393", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9394", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9395", @@ -20020,9 +20013,13 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9398", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9399", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9400", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atanh", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atanh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9401", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9402", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9403", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan2", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.atan2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9404", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9405", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9406", @@ -20030,245 +20027,245 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9408", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9409", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9410", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cbrt", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cbrt", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9411", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9412", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9413", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9414", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ceil", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ceil", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9415", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9416", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9417", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9418", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9419", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9420", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.clz32", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.clz32", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9421", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9422", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cos", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cos", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9423", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9424", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9425", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cbrt", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cbrt", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9426", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cosh", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cosh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9427", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9428", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9429", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.exp", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.exp", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ceil", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.ceil", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9430", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9431", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9432", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.expm1", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.expm1", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9433", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9434", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9435", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.floor", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.floor", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.clz32", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.clz32", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9436", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9437", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cos", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cos", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9438", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9439", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9440", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9441", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.fround", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.fround", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cosh", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.cosh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9442", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9443", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9444", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.hypot", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.hypot", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.exp", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.exp", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9445", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9446", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9447", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.expm1", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.expm1", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9448", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.imul", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.imul", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9449", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9450", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.floor", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.floor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9451", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9452", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9453", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9454", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9455", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9456", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.fround", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.fround", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9457", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9458", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log1p", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log1p", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9459", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.hypot", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.hypot", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9460", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9461", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9462", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9463", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.imul", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.imul", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9464", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9465", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9466", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9467", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.max", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.max", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9468", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9469", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9470", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9471", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.min", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.min", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9472", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9473", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log1p", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log1p", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9474", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9475", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pow", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pow", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9476", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log10", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9477", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9478", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.random", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.random", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9479", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.log2", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9480", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.round", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.round", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9481", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9482", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.max", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.max", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9483", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9484", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9485", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sign", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sign", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9486", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sin", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sin", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.min", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.min", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9487", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9488", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9489", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sinh", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sinh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9490", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pow", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.pow", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9491", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9492", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9493", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.random", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.random", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9494", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9495", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.round", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.round", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9496", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tan", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tan", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9497", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9498", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9499", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tanh", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tanh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9500", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sign", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sign", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9501", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sin", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sin", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9502", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.trunc", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.trunc", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9503", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9504", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sinh", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sinh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9505", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-objects", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-objects", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-overview-of-date-objects-and-definitions-of-abstract-operations", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9506", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9507", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_628", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-time-values-and-time-range", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#epoch", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-time-values-and-time-range", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9508", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9509", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9510", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9511", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tan", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tan", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9512", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9513", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9514", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tanh", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tanh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9515", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_629", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_630", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-day-number-and-time-within-day", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9516", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-Day", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9517", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.trunc", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.trunc", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9518", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9519", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9520", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerDay", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-TimeWithinDay", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-objects", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-objects", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-overview-of-date-objects-and-definitions-of-abstract-operations", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9521", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9522", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_623", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-time-values-and-time-range", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#epoch", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-time-values-and-time-range", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9523", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9524", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9525", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-year-number", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DaysInYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9526", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9527", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9528", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9529", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9530", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_624", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_625", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-day-number-and-time-within-day", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9531", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-Day", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9532", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9533", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9534", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9535", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerDay", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-TimeWithinDay", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9536", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9537", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DaysFromYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9538", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9539", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9540", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-year-number", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DaysInYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9541", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9542", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9543", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9544", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9545", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9546", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-TimeFromYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9547", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9548", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9549", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-YearFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9550", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9551", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-InLeapYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9552", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DaysFromYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9553", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9554", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9555", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-month-number", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9556", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9557", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9558", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9559", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MonthFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9560", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9561", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-TimeFromYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9562", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9563", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9564", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-YearFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9565", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9566", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-InLeapYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9567", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9568", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9569", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9570", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-month-number", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9571", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9572", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9573", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9574", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MonthFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9575", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9576", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9577", @@ -20287,12 +20284,10 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9590", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9591", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9592", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DayWithinYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9593", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9594", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9595", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9596", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-number", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9597", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9598", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9599", @@ -20304,10 +20299,12 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9605", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9606", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9607", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DayWithinYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9608", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9609", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9610", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9611", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-number", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9612", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9613", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9614", @@ -20330,14 +20327,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9631", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9632", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9633", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-week-day", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9634", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9635", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9636", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9637", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9638", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-getutcepochnanoseconds", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-getutcepochnanoseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9639", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9640", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9641", @@ -20348,11 +20342,14 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9646", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9647", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9648", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-week-day", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9649", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9650", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9651", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9652", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9653", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-getutcepochnanoseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-getutcepochnanoseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9654", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9655", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9656", @@ -20370,8 +20367,6 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9668", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9669", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9670", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-getnamedtimezoneepochnanoseconds", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-getnamedtimezoneepochnanoseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9671", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9672", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9673", @@ -20387,6 +20382,8 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9683", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9684", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9685", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-getnamedtimezoneepochnanoseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-getnamedtimezoneepochnanoseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9686", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9687", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9688", @@ -20400,16 +20397,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9696", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9697", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9698", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-getnamedtimezoneoffsetnanoseconds", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-local-time-zone-adjustment", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-getnamedtimezoneoffsetnanoseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9699", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9700", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9701", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9702", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9703", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-defaulttimezone", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-defaulttimezone", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9704", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9705", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9706", @@ -20419,14 +20411,17 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9710", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9711", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9712", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-localtime", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-localtime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9713", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-getnamedtimezoneoffsetnanoseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-local-time-zone-adjustment", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-getnamedtimezoneoffsetnanoseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9714", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9715", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9716", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9717", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9718", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-defaulttimezone", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-defaulttimezone", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9719", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9720", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9721", @@ -20436,9 +20431,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9725", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9726", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9727", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-localtime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-localtime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9728", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-utc-t", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-utc-t", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9729", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9730", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9731", @@ -20454,6 +20449,8 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9741", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9742", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9743", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-utc-t", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-utc-t", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9744", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9745", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9746", @@ -20496,68 +20493,66 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9783", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9784", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9785", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-hours-minutes-second-and-milliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9786", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9787", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-HourFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9788", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9789", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9790", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9791", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9792", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9793", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MinFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9794", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9795", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9796", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9797", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9798", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9799", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-SecFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9800", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-hours-minutes-second-and-milliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9801", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9802", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-HourFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9803", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9804", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9805", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9806", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9807", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9808", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MinFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9809", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9810", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-HoursPerDay", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MinutesPerHour", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-SecondsPerMinute", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerSecond", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerMinute", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9811", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9812", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9813", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerHour", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9814", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-SecFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9815", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9816", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-maketime", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-maketime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9817", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9818", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9819", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9820", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9821", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9822", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9823", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9824", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9825", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-HoursPerDay", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MinutesPerHour", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-SecondsPerMinute", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerSecond", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerMinute", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9826", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9827", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9828", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerHour", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9829", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9830", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9831", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-maketime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-maketime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9832", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makeday", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makeday", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9833", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9834", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9835", @@ -20573,6 +20568,8 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9845", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9846", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9847", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makeday", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makeday", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9848", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9849", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9850", @@ -20580,66 +20577,64 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9852", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9853", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9854", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makedate", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makedate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9855", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9856", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9857", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9858", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timeclip", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timeclip", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9859", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9860", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9861", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9862", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9863", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-time-string-format", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_631", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_632", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-expanded-years", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-extended-years", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9864", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_633", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_634", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9865", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_635", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9866", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9867", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9868", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9869", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makedate", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makedate", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9870", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9871", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9872", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9873", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timeclip", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timeclip", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9874", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9875", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9876", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9877", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9878", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-time-string-format", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_626", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_627", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-expanded-years", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-extended-years", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9879", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_628", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_629", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9880", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_630", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9881", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-time-zone-offset-strings", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_636", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_631", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#table-time-zone-offset-string-code-points", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-UTCOffset", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21193", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21194", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21195", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21196", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21197", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21198", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21199", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21200", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-TemporalSign", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21201", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-ASCIISign", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-Hour", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21202", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21203", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-HourSubcomponents", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21204", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21205", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21206", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21207", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21208", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21209", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21210", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-TimeSeparator", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-MinuteSecond", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21211", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21212", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21213", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21214", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-TemporalSign", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21215", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-ASCIISign", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-Hour", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21216", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-TemporalDecimalFraction", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21217", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-HourSubcomponents", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21218", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21219", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21220", @@ -20647,12 +20642,15 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21222", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21223", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21224", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-TimeSeparator", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-MinuteSecond", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21225", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21226", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21227", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21228", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21229", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21230", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-TemporalDecimalFraction", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21231", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21232", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21233", @@ -20693,93 +20691,91 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21268", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21269", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21270", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-TemporalDecimalSeparator", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-istimezoneoffsetstring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-istimezoneoffsetstring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21271", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9867", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9868", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21272", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9869", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-parsetimezoneoffsetstring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-parsetimezoneoffsetstring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9870", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9871", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9872", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21273", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9873", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9874", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9875", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21274", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9876", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9877", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21275", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9878", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9879", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9880", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21276", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9881", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21277", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21278", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21279", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21280", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21281", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21282", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21283", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21284", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#prod-TemporalDecimalSeparator", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-istimezoneoffsetstring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-istimezoneoffsetstring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21285", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9882", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21277", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9883", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21286", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9884", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-parsetimezoneoffsetstring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-parsetimezoneoffsetstring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9885", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9886", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21278", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9887", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21287", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9888", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21279", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9889", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9890", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21288", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9891", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9892", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21280", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21289", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9893", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9894", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21281", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9895", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21290", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9896", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9897", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21291", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9898", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21282", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9899", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9900", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21283", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9901", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21292", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9902", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9903", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21293", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9904", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9905", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9906", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9907", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21294", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9908", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9909", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21295", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9910", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9911", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9912", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-year-month-date-hours-minutes-seconds-ms", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-value", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor-date", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9913", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21296", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9914", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9915", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_21297", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9916", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9917", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9918", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9919", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9920", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9921", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9922", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_637", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9923", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9924", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9925", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9926", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9927", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-year-month-date-hours-minutes-seconds-ms", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-value", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor-date", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9928", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9929", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9930", @@ -20790,157 +20786,156 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9935", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9936", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9937", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_632", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9938", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9939", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9940", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9941", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9942", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.now", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.now", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9943", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.parse", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.parse", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9944", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9945", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9946", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9947", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9948", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_638", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_639", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9949", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_640", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9950", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.utc", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.utc", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9951", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9952", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9953", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9954", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9955", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9956", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9957", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.now", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.now", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9958", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.parse", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.parse", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9959", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9960", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9961", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9962", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9963", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_633", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_634", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9964", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_635", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9965", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-date-prototype-object", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-date-prototype-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.utc", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.utc", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9966", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9967", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9968", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thistimevalue", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-thistimevalue", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9969", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#this-Date-object", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#this-time-value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9970", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9971", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getdate", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9972", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9973", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9974", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getday", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getday", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9975", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9976", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9977", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getfullyear", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9978", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9979", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9980", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gethours", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gethours", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-date-prototype-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-date-prototype-object", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9981", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9982", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9983", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmilliseconds", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmilliseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#thistimevalue", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-thistimevalue", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9984", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#this-Date-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#this-time-value", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9985", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9986", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getminutes", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getminutes", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getdate", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9987", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9988", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9989", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmonth", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmonth", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getday", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getday", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9990", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9991", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9992", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getseconds", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getfullyear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9993", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9994", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9995", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettime", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gethours", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gethours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9996", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettimezoneoffset", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettimezoneoffset", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9997", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9998", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmilliseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmilliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9999", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcdate", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10000", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10001", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcday", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcday", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getminutes", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10002", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10003", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcfullyear", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10004", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmonth", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getmonth", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10005", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutchours", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutchours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10006", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10007", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmilliseconds", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmilliseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10008", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10009", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcminutes", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10010", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10011", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmonth", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmonth", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettimezoneoffset", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.gettimezoneoffset", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10012", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10013", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcseconds", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10014", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcdate", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10015", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setdate", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10016", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcday", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcday", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10017", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10018", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcfullyear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10019", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10020", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutchours", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutchours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10021", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10022", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmilliseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmilliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10023", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10024", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcminutes", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10025", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10026", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setfullyear", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setfullyear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmonth", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcmonth", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10027", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10028", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.getutcseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10029", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10030", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setdate", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10031", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10032", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10033", @@ -20950,10 +20945,10 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10037", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10038", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10039", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.sethours", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.sethours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10040", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10041", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setfullyear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10042", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10043", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10044", @@ -20967,8 +20962,8 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10052", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10053", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10054", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmilliseconds", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmilliseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.sethours", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.sethours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10055", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10056", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10057", @@ -20981,11 +20976,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10064", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10065", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10066", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setminutes", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10067", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10068", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10069", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmilliseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmilliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10070", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10071", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10072", @@ -20997,9 +20992,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10078", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10079", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10080", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmonth", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmonth", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10081", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setminutes", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10082", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10083", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10084", @@ -21011,11 +21006,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10090", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10091", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10092", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setseconds", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10093", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10094", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10095", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmonth", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setmonth", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10096", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10097", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10098", @@ -21026,14 +21021,12 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10103", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10104", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10105", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.settime", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.settime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10106", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10107", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10108", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10109", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcdate", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10110", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10111", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10112", @@ -21043,25 +21036,27 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10116", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10117", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10118", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcfullyear", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10119", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10120", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.settime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.settime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10121", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10122", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10123", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10124", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcdate", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcdate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10125", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10126", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10127", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10128", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10129", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutchours", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutchours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10130", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10131", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10132", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10133", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcfullyear", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcfullyear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10134", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10135", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10136", @@ -21071,10 +21066,10 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10140", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10141", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10142", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmilliseconds", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmilliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10143", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10144", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutchours", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutchours", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10145", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10146", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10147", @@ -21083,13 +21078,13 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10150", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10151", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10152", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcminutes", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10153", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10154", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10155", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10156", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10157", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmilliseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmilliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10158", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10159", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10160", @@ -21097,11 +21092,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10162", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10163", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10164", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmonth", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmonth", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10165", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10166", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10167", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcminutes", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcminutes", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10168", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10169", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10170", @@ -21109,92 +21104,90 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10172", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10173", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10174", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcseconds", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10175", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10176", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10177", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10178", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10179", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmonth", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcmonth", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10180", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10181", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10182", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10183", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10184", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10185", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.todatestring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.todatestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10186", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10187", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10188", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10189", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toisostring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toisostring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcseconds", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.setutcseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10190", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10191", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_641", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10192", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tojson", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tojson", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_642", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10193", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10194", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10195", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10196", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10197", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaledatestring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaledatestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10198", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10199", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocalestring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10200", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.todatestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.todatestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10201", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaletimestring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaletimestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10202", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10203", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tostring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10204", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toisostring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toisostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10205", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_643", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timestring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10206", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_636", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10207", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tojson", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tojson", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_637", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10208", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10209", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10210", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10211", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10212", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaledatestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaledatestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10213", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10214", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocalestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10215", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-datestring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-datestring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_644", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10216", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_645", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaletimestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tolocaletimestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10217", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10218", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tostring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.tostring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10219", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10220", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_638", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10221", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10222", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10223", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10224", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10225", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring-day-names", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring-month-names", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timezoneestring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timezoneestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10226", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10227", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10228", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10229", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10230", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-datestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-datestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_639", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10231", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_640", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10232", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10233", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10234", @@ -21204,54 +21197,73 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10238", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10239", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10240", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring-day-names", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring-month-names", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timezoneestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timezoneestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10241", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10242", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10243", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10244", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10245", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10246", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10247", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10248", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10249", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10250", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.totimestring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.totimestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10251", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10252", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10253", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10254", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10255", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10256", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toutcstring", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toutcstring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10257", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10258", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10259", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_646", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-todatestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10260", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_647", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10261", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10262", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10263", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10264", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10265", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.totimestring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.totimestring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10266", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10267", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10268", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10269", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10270", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.valueof", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.valueof", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10271", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype-@@toprimitive", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toutcstring", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.toutcstring", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10272", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10273", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-date-instances", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10274", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_641", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10275", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_642", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10276", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10277", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10278", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10279", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10280", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10281", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10282", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10283", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10284", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10285", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.valueof", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.valueof", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10286", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype-@@toprimitive", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10287", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10288", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-date-instances", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10289", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10290", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10291", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#references-pane-container", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#references-pane", @@ -21273,127 +21285,108 @@ "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-objects", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-objects", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10277", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10278", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10279", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10280", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10281", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10282", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor-string-value", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor-string-value", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10283", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10284", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10285", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10286", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10287", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-constructor", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10288", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10289", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcharcode", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcharcode", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10290", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10291", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10292", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcodepoint", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcodepoint", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10293", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10294", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10295", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10296", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10297", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor-string-value", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor-string-value", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10298", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10299", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10300", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10301", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.raw", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.raw", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10302", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10303", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10304", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcharcode", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcharcode", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10305", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10306", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10307", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcodepoint", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcodepoint", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10308", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10309", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10310", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10311", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10312", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10313", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_648", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-prototype-object", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-prototype-object", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10314", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10315", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10316", - "https://tc39.es/ecma262/multipage/text-processing.html#thisstringvalue", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-thisstringvalue", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.raw", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.raw", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10317", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10318", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10319", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10320", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.at", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.at", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10321", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10322", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10323", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10324", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charat", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charat", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10325", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10326", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10327", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10328", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_643", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-prototype-object", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-prototype-object", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10329", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10330", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charcodeat", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charcodeat", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10331", + "https://tc39.es/ecma262/multipage/text-processing.html#thisstringvalue", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-thisstringvalue", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10332", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10333", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10334", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10335", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.codepointat", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.codepointat", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.at", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.at", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10336", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_649", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_650", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10337", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10338", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10339", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charat", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charat", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10340", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10341", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.concat", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.concat", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10342", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10343", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10344", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10345", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charcodeat", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charcodeat", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10346", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10347", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.endswith", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.endswith", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10348", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10349", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10350", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.codepointat", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.codepointat", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10351", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_644", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_645", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10352", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10353", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10354", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.includes", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.includes", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10355", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10356", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.concat", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.concat", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10357", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10358", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10359", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10360", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10361", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10362", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.indexof", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.indexof", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.endswith", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.endswith", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10363", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10364", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10365", @@ -21401,9 +21394,9 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10367", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10368", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10369", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.includes", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.includes", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10370", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.lastindexof", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.lastindexof", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10371", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10372", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10373", @@ -21411,34 +21404,34 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10375", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10376", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10377", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.indexof", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.indexof", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10378", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10379", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10380", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10381", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.localecompare", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.localecompare", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10382", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10383", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10384", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10385", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.lastindexof", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.lastindexof", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10386", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10387", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10388", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10389", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10390", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10391", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.match", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.match", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10392", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10393", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10394", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10395", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10396", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.localecompare", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.localecompare", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10397", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10398", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10399", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.matchall", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.matchall", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10400", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10401", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10402", @@ -21446,26 +21439,22 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10404", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10405", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10406", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.match", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.match", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10407", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10408", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10409", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10410", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10411", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.normalize", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.normalize", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10412", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10413", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10414", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padend", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padend", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.matchall", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.matchall", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10415", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10416", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padstart", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padstart", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10417", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10418", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-stringpad", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-stringpad", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10419", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10420", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10421", @@ -21474,22 +21463,24 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10424", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10425", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10426", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.normalize", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.normalize", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10427", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10428", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10429", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-tozeropaddeddecimalstring", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-tozeropaddeddecimalstring", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padend", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padend", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10430", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10431", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padstart", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padstart", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10432", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10433", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.repeat", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.repeat", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-stringpad", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-stringpad", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10434", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10435", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10436", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replace", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replace", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10437", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10438", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10439", @@ -21498,21 +21489,23 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10442", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10443", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10444", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-tozeropaddeddecimalstring", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-tozeropaddeddecimalstring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10445", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10446", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10447", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10448", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.repeat", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.repeat", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10449", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10450", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10451", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replace", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replace", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10452", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10453", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10454", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10455", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", - "https://tc39.es/ecma262/multipage/text-processing.html#table-45", - "https://tc39.es/ecma262/multipage/text-processing.html#table-replacement-text-symbol-substitutions", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10456", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10457", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10458", @@ -21528,6 +21521,10 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10468", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10469", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10470", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", + "https://tc39.es/ecma262/multipage/text-processing.html#table-45", + "https://tc39.es/ecma262/multipage/text-processing.html#table-replacement-text-symbol-substitutions", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10471", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10472", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10473", @@ -21540,8 +21537,6 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10480", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10481", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10482", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replaceall", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replaceall", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10483", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10484", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10485", @@ -21557,6 +21552,8 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10495", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10496", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10497", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replaceall", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replaceall", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10498", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10499", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10500", @@ -21569,8 +21566,6 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10507", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10508", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10509", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.search", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.search", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10510", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10511", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10512", @@ -21579,8 +21574,6 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10515", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10516", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10517", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.slice", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.slice", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10518", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10519", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10520", @@ -21588,16 +21581,18 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10522", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10523", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10524", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.search", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.search", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10525", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10526", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10527", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.split", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.split", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10528", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10529", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10530", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10531", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10532", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.slice", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.slice", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10533", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10534", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10535", @@ -21608,6 +21603,8 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10540", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10541", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10542", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.split", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.split", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10543", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10544", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10545", @@ -21615,8 +21612,6 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10547", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10548", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10549", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.startswith", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.startswith", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10550", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10551", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10552", @@ -21624,8 +21619,6 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10554", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10555", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10556", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.substring", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.substring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10557", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10558", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10559", @@ -21634,615 +21627,618 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10562", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10563", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10564", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.startswith", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.startswith", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10565", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10566", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocalelowercase", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocalelowercase", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_651", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10567", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocaleuppercase", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocaleuppercase", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_652", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10568", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolowercase", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolowercase", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_653", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10569", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10570", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10571", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.substring", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.substring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10572", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tostring", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tostring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10573", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.touppercase", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.touppercase", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_654", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trim", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trim", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_655", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10574", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-trimstring", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-trimstring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10575", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10576", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10577", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_656", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10578", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10579", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10580", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21284", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21285", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_657", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimend", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimend", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_658", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10581", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimstart", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimstart", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_659", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocalelowercase", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocalelowercase", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_646", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10582", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.valueof", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.valueof", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocaleuppercase", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocaleuppercase", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_647", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10583", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype-@@iterator", - "https://tc39.es/ecma262/multipage/text-processing.html#table-internal-slots-of-string-iterator-instances", - "https://tc39.es/ecma262/multipage/text-processing.html#table-46", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-string-iterator-instances", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-createstringiterator", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_660", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolowercase", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolowercase", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_648", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10584", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10585", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10586", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10587", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tostring", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tostring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10588", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.touppercase", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.touppercase", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_649", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trim", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trim", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_650", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10589", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-trimstring", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-trimstring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10590", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10591", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10592", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-string-instances", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_651", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10593", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10594", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10595", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21298", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21299", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_652", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimend", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimend", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_653", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10596", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimstart", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimstart", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_654", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10597", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.valueof", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.valueof", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10598", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype-@@iterator", + "https://tc39.es/ecma262/multipage/text-processing.html#table-internal-slots-of-string-iterator-instances", + "https://tc39.es/ecma262/multipage/text-processing.html#table-46", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-string-iterator-instances", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-createstringiterator", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_655", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10599", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10600", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10601", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10602", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10603", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10604", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10605", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10606", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10607", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-string-instances", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10608", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10609", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10610", "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-string-instances-length", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-iterator-objects", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10596", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10611", "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%-object", "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%-object", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10597", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10598", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10612", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10613", "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%.next", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10599", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10614", "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%-@@tostringtag", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10600", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10615", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-regular-expression-objects", "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-regular-expression-objects", "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10601", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21286", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10616", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21300", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Pattern", "https://tc39.es/ecma262/multipage/text-processing.html#prod-B7AwVhmt", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21287", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21301", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Disjunction", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21288", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21302", "https://tc39.es/ecma262/multipage/text-processing.html#prod-MCRqOZOt", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21289", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21290", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21303", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21304", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Alternative", "https://tc39.es/ecma262/multipage/text-processing.html#prod-59aIYYAE", "https://tc39.es/ecma262/multipage/text-processing.html#prod-AWMX5oRX", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21291", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21292", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21305", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21306", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Term", "https://tc39.es/ecma262/multipage/text-processing.html#prod-R1uQAeY_", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21293", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21307", "https://tc39.es/ecma262/multipage/text-processing.html#prod-j_jePxdh", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21294", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21308", "https://tc39.es/ecma262/multipage/text-processing.html#prod-FwIStaHw", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21295", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21296", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21309", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21310", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Assertion", "https://tc39.es/ecma262/multipage/text-processing.html#prod--UK1vL-o", "https://tc39.es/ecma262/multipage/text-processing.html#prod-2McWu3FN", "https://tc39.es/ecma262/multipage/text-processing.html#prod-dGY5m3B5", "https://tc39.es/ecma262/multipage/text-processing.html#prod-cEq5EQ6K", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Cf1SEDgB", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21297", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21311", "https://tc39.es/ecma262/multipage/text-processing.html#prod-FyT9myEt", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21298", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21312", "https://tc39.es/ecma262/multipage/text-processing.html#prod-haZS2dRF", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21299", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21313", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ITKxHdqR", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21300", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21314", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Quantifier", "https://tc39.es/ecma262/multipage/text-processing.html#prod-tUDOOFuV", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21301", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21315", "https://tc39.es/ecma262/multipage/text-processing.html#prod-GZavMceB", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21302", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21316", "https://tc39.es/ecma262/multipage/text-processing.html#prod-QuantifierPrefix", "https://tc39.es/ecma262/multipage/text-processing.html#prod-vLv9dnb5", "https://tc39.es/ecma262/multipage/text-processing.html#prod-UgDebVXB", "https://tc39.es/ecma262/multipage/text-processing.html#prod-N4RBWkLM", "https://tc39.es/ecma262/multipage/text-processing.html#prod-kgxh0ghk", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21303", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21317", "https://tc39.es/ecma262/multipage/text-processing.html#prod-jfh41CSR", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21304", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21318", "https://tc39.es/ecma262/multipage/text-processing.html#prod-bLgfIwO4", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21305", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21306", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21319", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21320", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Atom", "https://tc39.es/ecma262/multipage/text-processing.html#prod-hYVkAeML", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21307", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21321", "https://tc39.es/ecma262/multipage/text-processing.html#prod-6UeGTTDU", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21308", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21322", "https://tc39.es/ecma262/multipage/text-processing.html#prod-gdPiaYp4", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21309", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21323", "https://tc39.es/ecma262/multipage/text-processing.html#prod-XC-6aJgH", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21310", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21311", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21324", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21325", "https://tc39.es/ecma262/multipage/text-processing.html#prod-eFQJZCbr", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21312", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21326", "https://tc39.es/ecma262/multipage/text-processing.html#prod-SyntaxCharacter", "https://tc39.es/ecma262/multipage/text-processing.html#prod-PatternCharacter", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21313", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21314", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21327", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21328", "https://tc39.es/ecma262/multipage/text-processing.html#prod-AtomEscape", "https://tc39.es/ecma262/multipage/text-processing.html#prod-2qcgA24q", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21315", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21329", "https://tc39.es/ecma262/multipage/text-processing.html#prod-QZtCcvYH", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21316", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21330", "https://tc39.es/ecma262/multipage/text-processing.html#prod-sBosbs9Q", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21317", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21331", "https://tc39.es/ecma262/multipage/text-processing.html#prod-JlQXbw31", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21318", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21332", "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterEscape", "https://tc39.es/ecma262/multipage/text-processing.html#prod-q4aq35sO", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21319", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21333", "https://tc39.es/ecma262/multipage/text-processing.html#prod-lMmOF-9c", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21320", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21334", "https://tc39.es/ecma262/multipage/text-processing.html#prod-oPPhk0pZ", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21321", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21335", "https://tc39.es/ecma262/multipage/text-processing.html#prod-CrHLbIYs", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21322", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21323", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21336", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21337", "https://tc39.es/ecma262/multipage/text-processing.html#prod-VtjEN4lt", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21324", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21338", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ControlEscape", "https://tc39.es/ecma262/multipage/text-processing.html#prod-GroupSpecifier", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21325", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21339", "https://tc39.es/ecma262/multipage/text-processing.html#prod-GroupName", "https://tc39.es/ecma262/multipage/text-processing.html#prod-CieYjAI6", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21326", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21340", "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierName", "https://tc39.es/ecma262/multipage/text-processing.html#prod-UEFofPmM", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21327", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Wlj6DCQi", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21328", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21329", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierStart", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ChPpokvC", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21330", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-gHtf4gFI", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21331", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-WBQHipLA", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21332", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21333", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierPart", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-QEKJWJ5I", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21334", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-tb_1J4i8", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21335", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-NsruFaTJ", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21336", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21337", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpUnicodeEscapeSequence", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-8GU45ufS", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21338", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21339", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21340", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21341", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Wlj6DCQi", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21342", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-5oXd8wzV", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21343", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-CzkVQCuc", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierStart", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ChPpokvC", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21344", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodeLeadSurrogate", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodeTrailSurrogate", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-gHtf4gFI", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21345", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-WBQHipLA", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21346", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21347", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierPart", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-QEKJWJ5I", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21348", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-HexLeadSurrogate", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-AEZ_iyDC", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-tb_1J4i8", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21349", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NsruFaTJ", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21350", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10602", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-HexTrailSurrogate", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-aZFqSbDx", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21351", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpUnicodeEscapeSequence", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-8GU45ufS", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21352", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10603", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-HexNonSurrogate", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-YFxZ-zB2", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21353", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21354", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10604", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-IdentityEscape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21355", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21356", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-5oXd8wzV", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21357", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-DecimalEscape", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-PUMw6WxS", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-CzkVQCuc", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21358", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodeLeadSurrogate", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodeTrailSurrogate", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21359", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21360", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterClassEscape", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-SeTTaRwS", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-JQe22hGV", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Ba3BrqMI", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-mC3Wqo02", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-uRZ9YD5P", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-tSKKQe8i", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-5iubKlkQ", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21361", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-LRNY7pYO", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21362", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueExpression", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-wlk0gl-x", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-HexLeadSurrogate", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-AEZ_iyDC", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21363", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21364", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-jMQ5xe2C", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10617", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-HexTrailSurrogate", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-aZFqSbDx", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21365", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyName", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21366", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyNameCharacters", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10618", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-HexNonSurrogate", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-YFxZ-zB2", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21367", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21368", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValue", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10619", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-IdentityEscape", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21369", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-LoneUnicodePropertyNameOrValue", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21370", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueCharacters", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21371", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-DecimalEscape", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-PUMw6WxS", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21372", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueCharacter", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21373", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21374", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyNameCharacter", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterClassEscape", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-SeTTaRwS", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-JQe22hGV", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Ba3BrqMI", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-mC3Wqo02", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-uRZ9YD5P", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-tSKKQe8i", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-5iubKlkQ", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21375", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterClass", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-bczcwPHe", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-LRNY7pYO", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21376", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Jv4TFSLc", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueExpression", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-wlk0gl-x", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21377", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassRanges", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-SkuwrFQT", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21378", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-NonemptyClassRanges", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-jMQ5xe2C", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21379", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-8-K7AdXe", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyName", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21380", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyNameCharacters", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21381", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-EbHYacpU", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21382", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValue", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21383", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-LoneUnicodePropertyNameOrValue", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21384", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-NonemptyClassRangesNoDash", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueCharacters", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21385", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-MjoVem1x", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21386", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueCharacter", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21387", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-wzvB1IdY", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21388", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyNameCharacter", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21389", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterClass", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-bczcwPHe", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21390", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassAtom", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ee-3CYw6", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Jv4TFSLc", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21391", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassAtomNoDash", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-DSKNclKY", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassRanges", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-SkuwrFQT", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21392", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NonemptyClassRanges", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21393", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassEscape", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-MZvj9Dzw", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-A6KLgGNK", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-pRiuVk3t", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-8-K7AdXe", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21394", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-NKSKjwBB", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21395", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_661", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_662", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-EbHYacpU", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21396", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10605", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21397", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21398", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NonemptyClassRangesNoDash", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21399", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10606", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-MjoVem1x", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21400", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21401", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-wzvB1IdY", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21402", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21403", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21404", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassAtom", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ee-3CYw6", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21405", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10607", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassAtomNoDash", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-DSKNclKY", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21406", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21407", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10608", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassEscape", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-MZvj9Dzw", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-A6KLgGNK", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-pRiuVk3t", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21408", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10609", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NKSKjwBB", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21409", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_656", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_657", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21410", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10620", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21411", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21412", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21413", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10610", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10621", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21414", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10611", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21415", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10612", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21416", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10613", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21417", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10614", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21418", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10615", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21419", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10622", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21420", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21421", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10623", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21422", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10616", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10624", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21423", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10617", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21424", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10618", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21425", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10619", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21426", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10620", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21427", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10621", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10625", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21428", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10626", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21429", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10622", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10627", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21430", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10628", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21431", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10629", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21432", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10630", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21433", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10623", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21434", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21435", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21436", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10624", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10631", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21437", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10632", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21438", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10633", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21439", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10634", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21440", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10625", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10635", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21441", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10636", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21442", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21443", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10637", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21444", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10626", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21445", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10627", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10628", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_663", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10629", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21446", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10630", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21447", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10638", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21448", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10631", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21449", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10632", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_664", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparenswithin", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10633", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10634", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparenswithin", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21450", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10639", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21451", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_665", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10635", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_666", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21452", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21453", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10636", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparensbefore", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10637", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10638", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10639", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_667", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10640", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_668", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21454", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10640", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21455", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21456", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10641", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-capturing-group-number", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10642", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10643", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_669", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-xT1sXsIe", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21457", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21458", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-lKRUpdJ5", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10641", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21459", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10642", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10643", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_658", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10644", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21460", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10645", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21461", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21462", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10646", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21463", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10647", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_659", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparenswithin", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10648", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10649", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparenswithin", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21464", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21465", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_670", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-is-character-class", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10644", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_671", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-G-2_KzF0", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-c9Gs2CyN", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_660", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10650", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_661", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21466", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-CyWYzaiY", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-_jzYJMTx", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Z3nmWONm", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21467", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-3d9phfMH", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10651", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparensbefore", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10652", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10653", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10654", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_662", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10655", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_663", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21468", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-character-value", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10645", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10646", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_672", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-xjk33vk0", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-r7Whzgyd", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21469", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21470", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-lioRfUCB", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-RssYfbc0", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-qdZp22xs", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10656", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-capturing-group-number", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10657", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10658", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_664", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-xT1sXsIe", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21471", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_673", - "https://tc39.es/ecma262/multipage/text-processing.html#table-controlescape-code-point-values", - "https://tc39.es/ecma262/multipage/text-processing.html#table-47", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-OO2zEPPr", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21472", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-lKRUpdJ5", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21473", - "https://tc39.es/ecma262/multipage/text-processing.html#prod--h1KYMFX", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21474", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-GXRVwMQi", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21475", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21476", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-xQFw7WMV", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21477", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21478", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10647", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21479", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10648", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_665", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-is-character-class", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10659", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_666", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-G-2_KzF0", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-c9Gs2CyN", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21480", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10649", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-OI8ASjmd", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-CyWYzaiY", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-_jzYJMTx", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Z3nmWONm", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21481", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-3d9phfMH", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21482", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-cC4Huuek", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-character-value", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10660", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10661", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_667", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-xjk33vk0", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-r7Whzgyd", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21483", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21484", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-KB9TwXt5", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-lioRfUCB", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-RssYfbc0", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-qdZp22xs", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21485", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-w_eLE8Wq", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_668", + "https://tc39.es/ecma262/multipage/text-processing.html#table-controlescape-code-point-values", + "https://tc39.es/ecma262/multipage/text-processing.html#table-47", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-OO2zEPPr", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21486", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-gm_vpVWn", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21487", + "https://tc39.es/ecma262/multipage/text-processing.html#prod--h1KYMFX", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21488", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-u6hqoUgl", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-GXRVwMQi", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21489", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21490", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-groupspecifiersthatmatch", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-xQFw7WMV", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21491", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10650", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10651", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21492", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10652", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10653", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10662", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21493", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10654", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10663", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21494", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10655", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-static-semantics-capturinggroupname", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-identifier-names-static-semantics-stringvalue", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10656", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-n_is87x3", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10664", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-OI8ASjmd", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21495", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10657", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21496", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10658", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpidentifiercodepoints", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10659", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10660", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-MLgOzB7a", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-cC4Huuek", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21497", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10661", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21498", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-s0FAcATI", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-KB9TwXt5", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21499", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-w_eLE8Wq", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21500", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10662", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-gm_vpVWn", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21501", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10663", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21502", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10664", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpidentifiercodepoint", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10665", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-KawRYiQy", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-u6hqoUgl", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21503", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21504", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-hbCPVPTo", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-groupspecifiersthatmatch", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21505", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10665", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10666", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21506", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-3xUUqpuD", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10667", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10668", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21507", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-qsRdhrnd", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10669", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21508", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10666", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10670", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-static-semantics-capturinggroupname", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-identifier-names-static-semantics-stringvalue", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10671", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-n_is87x3", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21509", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-rk-_SuFT", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10672", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21510", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10673", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpidentifiercodepoints", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10674", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10675", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-MLgOzB7a", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21511", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-NowIa6nU", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10676", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21512", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-s0FAcATI", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21513", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21514", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10677", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21515", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10667", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-semantics", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10668", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10669", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10678", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21516", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_674", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10679", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpidentifiercodepoint", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10680", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-KawRYiQy", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21517", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21518", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10670", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-hbCPVPTo", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21519", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21520", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-3xUUqpuD", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21521", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10671", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10672", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10673", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10674", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10675", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10676", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10677", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-notation", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-notation", - "https://tc39.es/ecma262/multipage/text-processing.html#pattern-charset", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10678", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10679", - "https://tc39.es/ecma262/multipage/text-processing.html#pattern-capturerange", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10680", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-qsRdhrnd", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21522", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10681", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21523", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-rk-_SuFT", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21524", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21525", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NowIa6nU", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21526", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21527", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21528", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21529", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10682", - "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matchstate", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-semantics", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10683", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10684", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21530", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_669", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21531", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21532", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10685", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21533", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21534", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21535", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10686", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10687", - "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matchresult", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10688", - "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matchercontinuation", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10689", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10690", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10691", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10692", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-notation", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-notation", + "https://tc39.es/ecma262/multipage/text-processing.html#pattern-charset", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10693", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10694", + "https://tc39.es/ecma262/multipage/text-processing.html#pattern-capturerange", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10695", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10696", - "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matcher", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10697", + "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matchstate", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10698", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10699", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10700", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10701", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10702", + "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matchresult", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10703", + "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matchercontinuation", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10704", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10705", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10706", @@ -22251,220 +22247,217 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10709", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10710", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10711", + "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matcher", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10712", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10713", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-records", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-records", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10714", - "https://tc39.es/ecma262/multipage/text-processing.html#table-regexp-record-fields", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10715", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10716", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10717", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilepattern", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10718", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10719", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10720", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10721", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10722", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10723", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-mHyeO4wo", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21522", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10724", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21523", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10725", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10726", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10727", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10728", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-records", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-records", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10729", + "https://tc39.es/ecma262/multipage/text-processing.html#table-regexp-record-fields", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10730", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10731", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10732", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilepattern", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10733", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10734", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10735", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10736", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10737", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10738", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-mHyeO4wo", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21536", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10739", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_675", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21537", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10740", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10741", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10742", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilesubpattern", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-term", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-alternative", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-disjunction", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10743", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10744", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10745", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_676", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-y4rdvkKA", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21524", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21525", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10746", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21526", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10747", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21527", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10748", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10749", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10750", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10751", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10752", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21528", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21529", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21530", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21531", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21532", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21533", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21534", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21535", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-DxcBBSWc", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10753", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10754", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_670", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10755", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10756", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10757", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-fiPiStf_", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21536", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21537", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilesubpattern", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-term", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-alternative", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-disjunction", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10758", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21538", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10759", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21539", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10760", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_671", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-y4rdvkKA", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21538", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21539", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10761", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21540", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10762", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21541", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10763", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10764", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10765", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10766", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10767", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10768", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10769", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10770", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10771", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10772", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10773", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10774", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10775", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10776", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21540", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21541", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21542", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21543", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21544", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21545", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21546", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21547", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-tmSpn0_R", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21548", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10777", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21549", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10778", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-fNHoehtY", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-DxcBBSWc", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10768", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10769", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10770", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10771", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10772", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-fiPiStf_", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21550", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10779", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21551", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-LaYcA3Qv", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10773", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21552", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10774", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21553", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10775", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10776", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10777", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10778", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10779", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10780", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21554", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10781", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21555", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10782", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10783", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21556", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10784", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21557", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10785", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10786", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10787", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10788", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10789", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10790", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-repeatmatcher-abstract-operation", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-repeatmatcher-abstract-operation", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10791", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21554", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21555", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21556", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21557", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21558", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21559", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21560", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21561", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-tmSpn0_R", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21562", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10792", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21563", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10793", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-fNHoehtY", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21564", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10794", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21565", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-LaYcA3Qv", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21566", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21567", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10795", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21568", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10796", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21569", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10797", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10798", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21570", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10799", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21571", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10800", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10801", - "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-done", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10802", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10803", - "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-clear-captures", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10804", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10805", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-repeatmatcher-abstract-operation", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-repeatmatcher-abstract-operation", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10806", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21558", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21559", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21560", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21561", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21562", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21563", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21564", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21565", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21566", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21567", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21568", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21569", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21570", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21571", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21572", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_677", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21573", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21574", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21575", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_678", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21576", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compileassertion", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-assertion", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10807", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10808", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10809", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_679", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-sVm_wok4", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10810", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10811", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10812", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10813", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10814", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21577", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-STP3aqEM", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10815", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10816", + "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-done", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10817", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10818", + "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-clear-captures", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10819", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21578", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ViPM0g4q", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10820", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10821", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21572", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21573", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21574", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21575", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21576", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21577", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21578", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21579", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21580", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21581", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21582", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21583", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21584", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21585", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21586", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_672", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21587", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21588", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21589", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_673", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21590", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compileassertion", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-assertion", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10822", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10823", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10824", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_674", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-sVm_wok4", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10825", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10826", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-zZ_Qgb0r", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10827", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10828", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10829", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21591", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-STP3aqEM", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10830", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10831", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10832", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10833", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-K3dw8gDB", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21579", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10834", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21580", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21592", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ViPM0g4q", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10835", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10836", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10837", @@ -22472,191 +22465,193 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10839", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10840", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10841", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-zZ_Qgb0r", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10842", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10843", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10844", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10845", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-aFJAHEX0", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21581", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10846", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21582", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10847", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10848", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-K3dw8gDB", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21593", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10849", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21594", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10850", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10851", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10852", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10853", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10854", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ITDs20e0", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21583", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10855", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21584", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10856", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10857", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10858", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10859", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10860", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-aFJAHEX0", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21595", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10861", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21596", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10862", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10863", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10864", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10865", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10866", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Oce7U7TP", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21585", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10867", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21586", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10868", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10869", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ITDs20e0", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21597", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10870", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21598", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10871", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10872", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10873", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10874", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10875", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-iswordchar-abstract-operation", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-iswordchar-abstract-operation", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10876", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10877", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10878", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10879", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilequantifier", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-quantifier", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10880", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10881", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Oce7U7TP", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21599", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10882", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21600", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10883", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-9qV9mwu-", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21587", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10884", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21588", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10885", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-qWoBDE8M", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21589", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10886", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21590", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10887", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilequantifierprefix", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10888", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10889", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10890", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-iswordchar-abstract-operation", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-iswordchar-abstract-operation", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10891", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-s8nl1xnS", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10892", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-4GxjzerI", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10893", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-xg-YUvEA", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10894", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-cx_RnfxU", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21591", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21592", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_680", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilequantifier", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-quantifier", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10895", - "https://tc39.es/ecma262/multipage/text-processing.html#prod--bNWqStu", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21593", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21594", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10896", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-JGD-kmEs", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21595", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21596", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21597", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21598", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10897", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compileatom", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-decimalescape", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterescape", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-atomescape", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-atom", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10898", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-9qV9mwu-", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21601", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10899", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21602", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10900", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_681", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Js9cL8Bl", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21599", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21600", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-qWoBDE8M", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21603", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10901", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21604", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10902", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-HeZ4ZCvZ", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilequantifierprefix", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10903", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21601", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10904", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-lKfl4ziO", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21602", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10905", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21603", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10906", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-rOrnsPez", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21604", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21605", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-s8nl1xnS", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10907", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21606", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-4GxjzerI", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10908", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21607", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-xg-YUvEA", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10909", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-cx_RnfxU", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21605", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21606", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_675", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10910", + "https://tc39.es/ecma262/multipage/text-processing.html#prod--bNWqStu", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21607", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21608", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10911", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-JGD-kmEs", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21609", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21610", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21611", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21612", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10912", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compileatom", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-decimalescape", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterescape", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-atomescape", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-atom", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10913", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10914", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10915", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_676", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Js9cL8Bl", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21613", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21614", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10916", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10917", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-HeZ4ZCvZ", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10918", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21615", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10919", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-lKfl4ziO", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21616", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10920", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21617", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10921", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-rOrnsPez", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21618", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21619", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10922", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21620", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10923", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-G6MNAyJ9", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21608", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21621", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10924", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21609", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-cCYT06VF", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21610", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10925", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21611", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10926", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10927", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_682", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-HH-Xi2Q_", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21612", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10928", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21613", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10929", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10930", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-k2ESRh0v", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21614", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10931", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21615", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10932", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-VB-OogXI", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21616", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10933", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21617", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10934", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21618", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10935", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10936", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-charactersetmatcher-abstract-operation", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-charactersetmatcher-abstract-operation", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10937", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10938", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-G6MNAyJ9", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21622", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10939", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21623", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-cCYT06VF", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21624", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10940", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21625", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10941", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10942", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_677", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-HH-Xi2Q_", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21626", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10943", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21627", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10944", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10945", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-k2ESRh0v", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21628", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10946", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21629", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10947", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-VB-OogXI", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21630", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10948", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21631", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10949", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-backreference-matcher", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-backreference-matcher", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21632", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10950", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10951", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-charactersetmatcher-abstract-operation", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-charactersetmatcher-abstract-operation", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10952", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10953", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10954", @@ -22670,369 +22665,371 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10962", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10963", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10964", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-backreference-matcher", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-backreference-matcher", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10965", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-canonicalize-ch", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-canonicalize-ch", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10966", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10967", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10968", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21619", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21620", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10969", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21621", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21622", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21623", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21624", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21625", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21626", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21627", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21628", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21629", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilecharacterclass", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterclass", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10970", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10971", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10972", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10973", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-SO4ILMRd", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21630", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10974", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21631", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10975", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-g364uoyk", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21632", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10976", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21633", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10977", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compiletocharset", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterclassescape", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-classescape", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-classatomnodash", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-classatom", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-nonemptyclassrangesnodash", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-nonemptyclassranges", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-classranges", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10978", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10979", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10980", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_683", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-shxjwMBA", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-canonicalize-ch", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-canonicalize-ch", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10981", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-v8F30MhJ", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10982", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10983", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21633", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21634", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10984", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21635", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10982", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21636", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10983", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21637", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10984", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-v1CuPiBp", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21638", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21639", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21640", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10985", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21641", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10986", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21642", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10987", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21643", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilecharacterclass", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterclass", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10985", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10986", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10987", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10988", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-F2f_obS_", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-SO4ILMRd", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21644", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21645", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10989", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21646", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21645", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10990", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21647", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-g364uoyk", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21646", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10991", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-vPkwtM-0", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21647", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10992", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compiletocharset", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterclassescape", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-classescape", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-classatomnodash", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-classatom", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-nonemptyclassrangesnodash", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-nonemptyclassranges", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-classranges", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10993", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10994", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10995", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_678", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-shxjwMBA", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10996", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-v8F30MhJ", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21648", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21649", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10997", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21650", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10992", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10998", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21651", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10993", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10999", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-v1CuPiBp", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21652", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10994", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21653", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10995", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21654", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11000", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21655", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11001", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21656", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11002", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21657", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11003", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-F2f_obS_", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21658", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21659", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11004", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21660", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11005", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21661", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11006", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-vPkwtM-0", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21662", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21663", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-v1pSxa5N", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10996", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-XIQ-jH7Q", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21664", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10997", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11007", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21665", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-y4BsoD9c", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-dYEaUVMZ", - "https://tc39.es/ecma262/multipage/text-processing.html#prod--6UgQqmj", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11008", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21666", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10998", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11009", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21667", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10999", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11010", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21668", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21669", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21670", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-E23U4UCW", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11000", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-CJ70Staj", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11001", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11002", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-4qp2L35t", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11003", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21671", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21672", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-sOQsJGFN", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11004", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11005", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-yVuyKzZ7", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11006", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-3TNl1K-Z", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11007", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11008", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-kc86cCn-", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21673", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11009", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11010", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21674", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-rM2HtPxJ", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21675", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11011", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11012", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21676", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-5_vYUeM-", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21677", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-v1pSxa5N", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11011", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-XIQ-jH7Q", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21678", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11013", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11012", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21679", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-y4BsoD9c", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-dYEaUVMZ", + "https://tc39.es/ecma262/multipage/text-processing.html#prod--6UgQqmj", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21680", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11013", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21681", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11014", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21682", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21683", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21684", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-E23U4UCW", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11015", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-CJ70Staj", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11016", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11017", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_684", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-4qp2L35t", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11018", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21680", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21685", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21686", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-sOQsJGFN", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11019", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11020", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-JU4eVWl0", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21681", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-yVuyKzZ7", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11021", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21682", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-3TNl1K-Z", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11022", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11023", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-kc86cCn-", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21687", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11024", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11025", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21688", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-rM2HtPxJ", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21689", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11026", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_685", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11027", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-characterrange-abstract-operation", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-characterrange-abstract-operation", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21690", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-5_vYUeM-", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21691", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21692", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11028", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21693", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11029", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11030", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11031", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11032", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_679", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11033", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21694", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11034", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11035", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-wordcharacters-abstract-operation", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-JU4eVWl0", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21695", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11036", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21696", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11037", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11038", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11039", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11040", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11041", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_680", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11042", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-characterrange-abstract-operation", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-characterrange-abstract-operation", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11043", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchproperty-p", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchproperty-p", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11044", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11045", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11046", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_686", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_687", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11047", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_688", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_689", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11048", - "https://tc39.es/ecma262/multipage/text-processing.html#table-nonbinary-unicode-properties", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11049", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11050", - "https://tc39.es/ecma262/multipage/text-processing.html#table-binary-unicode-properties", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-wordcharacters-abstract-operation", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11051", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11052", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchpropertyvalue-p-v", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchpropertyvalue-p-v", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11053", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11054", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11055", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11056", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11057", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_690", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11058", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchproperty-p", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchproperty-p", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11059", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_691", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_692", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-abstract-operations-for-regexp-creation", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-abstract-operations-for-the-regexp-constructor", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpcreate", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpcreate", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11060", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11061", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_681", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_682", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11062", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_683", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_684", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11063", + "https://tc39.es/ecma262/multipage/text-processing.html#table-nonbinary-unicode-properties", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11064", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11065", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpalloc", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpalloc", + "https://tc39.es/ecma262/multipage/text-processing.html#table-binary-unicode-properties", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11066", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11067", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchpropertyvalue-p-v", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchpropertyvalue-p-v", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11068", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11069", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11070", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpinitialize", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpinitialize", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11071", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11072", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_685", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11073", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11074", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_686", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_687", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-abstract-operations-for-regexp-creation", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-abstract-operations-for-the-regexp-constructor", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpcreate", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpcreate", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11075", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11076", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11077", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11078", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11079", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11080", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21683", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpalloc", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpalloc", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11081", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11082", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11083", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11084", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11085", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-parsepattern", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpinitialize", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpinitialize", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11086", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11087", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11088", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21684", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11089", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21685", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11090", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21686", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11091", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21687", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11092", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11093", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11094", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11095", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21697", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11096", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-pattern-flags", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-pattern-flags", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11097", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11098", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11099", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11100", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-parsepattern", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11101", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11102", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11103", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21698", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11104", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21699", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11105", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21688", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21689", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21690", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-constructor", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21700", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11106", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21701", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11107", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11108", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp-@@species", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11109", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11110", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11111", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-pattern-flags", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-pattern-flags", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11112", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-prototype-object", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-prototype-object", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11113", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11114", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11115", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11116", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.exec", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.exec", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11117", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11118", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11119", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.dotAll", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.dotAll", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11120", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21702", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21703", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21704", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11121", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.flags", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.flags", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11122", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11123", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp-@@species", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11124", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11125", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11126", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11127", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-prototype-object", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-prototype-object", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11128", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11129", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11130", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11131", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.exec", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.exec", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11132", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11133", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11134", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.dotAll", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.dotAll", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11135", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11136", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.flags", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.flags", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11137", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11138", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11139", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexphasflag", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexphasflag", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11140", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11141", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11142", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11143", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11144", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11145", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.global", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.global", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11146", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11147", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.hasIndices", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.hasIndices", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11148", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11149", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.ignorecase", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.ignorecase", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11150", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11151", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@match", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11152", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11153", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11154", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexphasflag", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexphasflag", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11155", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11156", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11157", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11158", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11159", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11160", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.global", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.global", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11161", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11162", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.hasIndices", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.hasIndices", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11163", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11164", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.ignorecase", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.ignorecase", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11165", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11166", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@match", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11167", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11168", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11169", @@ -23040,7 +23037,6 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11171", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11172", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11173", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-prototype-matchall", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11174", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11175", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11176", @@ -23052,13 +23048,11 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11182", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11183", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11184", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.multiline", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.multiline", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11185", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11186", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@replace", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11187", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11188", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-prototype-matchall", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11189", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11190", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11191", @@ -23070,8 +23064,11 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11197", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11198", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11199", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.multiline", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.multiline", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11200", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11201", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@replace", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11202", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11203", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11204", @@ -23098,7 +23095,6 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11225", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11226", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11227", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@search", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11228", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11229", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11230", @@ -23109,43 +23105,44 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11235", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11236", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11237", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.source", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.source", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11238", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11239", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11240", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11241", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@search", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11242", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11243", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-escaperegexppattern", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-escaperegexppattern", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21691", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21692", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_693", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11244", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21693", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21694", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11245", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21695", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11246", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21696", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21697", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21698", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@split", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11247", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11248", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11249", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11250", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11251", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.source", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.source", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11252", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11253", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11254", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11255", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11256", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11257", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-escaperegexppattern", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-escaperegexppattern", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21705", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21706", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_688", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11258", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21707", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21708", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11259", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21709", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11260", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21710", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21711", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21712", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@split", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11261", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11262", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11263", @@ -23170,47 +23167,45 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11282", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11283", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11284", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.sticky", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.sticky", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11285", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11286", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.test", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.test", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11287", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11288", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11289", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.tostring", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.tostring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11290", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11291", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11292", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11293", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11294", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11295", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21699", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.unicode", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.unicode", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11296", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11297", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-abstract-operations-for-regexp-matching", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpexec", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpexec", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11298", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.sticky", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.sticky", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11299", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11300", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.test", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.test", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11301", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11302", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11303", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.tostring", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.tostring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11304", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11305", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpbuiltinexec", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpbuiltinexec", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11306", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11307", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11308", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11309", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21713", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.unicode", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.unicode", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11310", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11311", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-abstract-operations-for-regexp-matching", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpexec", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpexec", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11312", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11313", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11314", @@ -23219,6 +23214,8 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11317", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11318", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11319", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpbuiltinexec", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpbuiltinexec", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11320", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11321", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11322", @@ -23235,7 +23232,6 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11333", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11334", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11335", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21700", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11336", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11337", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11338", @@ -23247,59 +23243,58 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11344", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11345", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11346", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21701", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11347", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21702", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11348", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11349", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21714", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11350", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-advancestringindex", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-advancestringindex", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11351", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11352", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11353", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11354", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11355", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11356", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_694", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11357", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11358", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_695", - "https://tc39.es/ecma262/multipage/text-processing.html#table-match-record", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11359", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11360", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21715", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11361", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21716", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11362", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11363", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11364", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-advancestringindex", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-advancestringindex", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11365", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11366", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11367", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11368", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11369", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11370", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_689", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11371", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11372", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_690", + "https://tc39.es/ecma262/multipage/text-processing.html#table-match-record", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11373", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11374", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11375", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11376", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11377", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11378", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11379", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11380", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11381", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11382", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11383", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11384", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11385", @@ -23309,25 +23304,18 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11389", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11390", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11391", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11392", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11393", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11394", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-regexp-instances", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11395", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11396", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11397", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21703", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11398", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11399", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-lastindex", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11400", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_696", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-string-iterator-objects", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11401", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-createregexpstringiterator", - "https://tc39.es/ecma262/multipage/text-processing.html#table-regexp-string-iterator-instance-slots", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-regexp-string-iterator-instances", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-createregexpstringiterator", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11402", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11403", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11404", @@ -23335,23 +23323,46 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11406", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11407", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11408", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-regexp-instances", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11409", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11410", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11411", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21717", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11412", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11413", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-lastindex", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11414", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_691", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-string-iterator-objects", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11415", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-createregexpstringiterator", + "https://tc39.es/ecma262/multipage/text-processing.html#table-regexp-string-iterator-instance-slots", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-regexp-string-iterator-instances", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-createregexpstringiterator", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11416", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11417", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-object", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-object", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11418", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11419", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%.next", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11420", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11421", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11422", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11423", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11424", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11425", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11426", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11427", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11428", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11429", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11430", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11431", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-object", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-object", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11432", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11433", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%.next", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11434", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-@@tostringtag", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11435", "https://tc39.es/ecma262/multipage/text-processing.html#references-pane-container", "https://tc39.es/ecma262/multipage/text-processing.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/text-processing.html#references-pane", @@ -23372,30 +23383,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-indexed-collections", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-objects", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11422", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_697", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11423", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11424", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11425", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11426", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11427", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11428", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11429", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11430", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-items", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-len", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor-array", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11431", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11432", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11433", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11434", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11435", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11436", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_692", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11437", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11438", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11439", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11440", @@ -23403,13 +23395,15 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11442", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11443", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11444", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-items", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-len", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor-array", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11445", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11446", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11447", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11448", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11449", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11450", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11451", @@ -23422,8 +23416,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11458", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11459", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11460", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11461", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11462", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11463", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11464", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11465", @@ -23449,11 +23446,7 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11485", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11486", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11487", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.isarray", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.isarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11488", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.of", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.of", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11489", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11490", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11491", @@ -23464,48 +23457,48 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11496", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11497", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11498", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11499", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-array-@@species", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11500", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11501", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.isarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.isarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11502", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.of", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.of", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11503", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-prototype-object", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-prototype-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11504", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11505", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11506", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.at", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.at", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11507", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11508", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11509", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11510", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11511", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11512", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.concat", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.concat", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11513", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-array-@@species", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11514", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11515", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11516", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11517", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-prototype-object", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-prototype-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11518", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11519", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11520", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.at", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.at", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11521", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11522", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11523", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11524", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11525", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11526", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-concat-set-length", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.concat", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.concat", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11527", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11528", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_698", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-isconcatspreadable", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-isconcatspreadable", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11529", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11530", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11531", @@ -23514,15 +23507,16 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11534", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11535", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11536", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11537", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.copywithin", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.copywithin", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11538", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11539", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11540", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-concat-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11541", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11542", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_693", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-isconcatspreadable", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-isconcatspreadable", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11543", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11544", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11545", @@ -23531,7 +23525,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11548", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11549", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11550", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11551", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.copywithin", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.copywithin", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11552", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11553", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11554", @@ -23539,12 +23536,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11556", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11557", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11558", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.entries", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.entries", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11559", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11560", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.every", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.every", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11561", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11562", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11563", @@ -23555,12 +23548,14 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11568", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11569", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11570", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.fill", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.fill", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11571", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11572", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.entries", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.entries", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11573", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11574", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.every", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.every", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11575", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11576", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11577", @@ -23568,11 +23563,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11579", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11580", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11581", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.filter", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.filter", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11582", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11583", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11584", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.fill", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.fill", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11585", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11586", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11587", @@ -23584,8 +23579,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11593", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11594", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11595", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.filter", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.filter", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11596", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11597", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11598", @@ -23595,50 +23590,48 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11602", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11603", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11604", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findindex", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findindex", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11605", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11606", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11607", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11608", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11609", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11610", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11611", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11612", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11613", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11614", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlast", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlast", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11615", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11616", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11617", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11618", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findindex", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findindex", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11619", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11620", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11621", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11622", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11623", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlastindex", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlastindex", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11624", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11625", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11626", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11627", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11628", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlast", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlast", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11629", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11630", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11631", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11632", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11633", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flat", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flat", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11634", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11635", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11636", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11637", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlastindex", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlastindex", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11638", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-flattenintoarray", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-flattenintoarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11639", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11640", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11641", @@ -23648,11 +23641,15 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11645", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11646", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11647", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flat", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flat", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11648", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11649", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11650", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11651", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11652", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-flattenintoarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-flattenintoarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11653", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11654", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11655", @@ -23660,15 +23657,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11657", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11658", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11659", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flatmap", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flatmap", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11660", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11661", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11662", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11663", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11664", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.foreach", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.foreach", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11665", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11666", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11667", @@ -23678,24 +23671,26 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11671", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11672", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11673", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.includes", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.includes", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flatmap", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flatmap", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11674", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11675", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11676", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11677", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11678", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.foreach", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.foreach", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11679", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11680", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11681", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11682", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11683", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11684", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.indexof", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.indexof", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11685", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11686", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11687", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.includes", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.includes", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11688", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11689", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11690", @@ -23706,9 +23701,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11695", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11696", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11697", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.join", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.join", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11698", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.indexof", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.indexof", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11699", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11700", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11701", @@ -23717,15 +23712,13 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11704", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11705", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11706", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.keys", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.keys", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11707", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11708", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.lastindexof", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.lastindexof", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11709", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11710", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11711", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.join", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.join", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11712", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11713", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11714", @@ -23735,10 +23728,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11718", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11719", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11720", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.keys", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.keys", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11721", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.map", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.map", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11722", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.lastindexof", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.lastindexof", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11723", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11724", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11725", @@ -23749,35 +23744,35 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11730", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11731", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11732", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.pop", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.pop", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11733", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11734", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11735", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.map", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.map", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11736", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11737", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11738", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11739", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11740", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11741", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.push", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.push", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11742", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11743", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11744", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11745", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11746", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.pop", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.pop", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11747", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11748", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11749", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduce", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduce", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11750", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11751", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11752", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11753", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11754", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11755", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.push", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.push", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11756", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11757", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11758", @@ -23785,9 +23780,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11760", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11761", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11762", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduceright", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduceright", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11763", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduce", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduce", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11764", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11765", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11766", @@ -23800,9 +23795,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11773", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11774", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11775", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reverse", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reverse", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11776", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduceright", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduceright", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11777", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11778", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11779", @@ -23816,12 +23811,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11787", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11788", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11789", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reverse", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reverse", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11790", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11791", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11792", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11793", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.shift", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.shift", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11794", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11795", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11796", @@ -23836,12 +23831,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11805", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11806", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11807", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.shift", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.shift", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11808", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11809", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11810", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11811", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.slice", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.slice", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11812", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11813", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11814", @@ -23856,15 +23851,13 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11823", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11824", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11825", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.slice", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.slice", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11826", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11827", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11828", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-slice-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11829", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11830", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_699", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.some", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.some", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11831", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11832", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11833", @@ -23875,58 +23868,59 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11838", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11839", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11840", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortcompare", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort-comparefn", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11841", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11842", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort-len", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-slice-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11843", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11844", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_694", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.some", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.some", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11845", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11846", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-sortcompare-tostring-x", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11847", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-sortcompare-tostring-y", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11848", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11849", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11850", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11851", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11852", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11853", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_700", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_701", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11854", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortindexedproperties", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortindexedproperties", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortcompare", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort-comparefn", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11855", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11856", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort-len", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11857", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11858", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11859", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11860", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-sortcompare-tostring-x", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11861", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-sortcompare-tostring-y", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11862", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11863", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11864", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11865", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11866", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11867", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_695", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_696", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11868", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortindexedproperties", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortindexedproperties", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11869", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11870", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11871", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11872", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sort-order", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_702", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11873", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11874", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11875", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_703", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11876", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11877", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11878", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11879", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11880", @@ -23934,16 +23928,14 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11882", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11883", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11884", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_704", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_705", - "https://tc39.es/ecma262/multipage/indexed-collections.html#consistent-comparator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11885", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11886", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sort-order", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_697", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11887", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11888", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.splice", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.splice", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11889", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_698", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11890", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11891", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11892", @@ -23953,10 +23945,15 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11896", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11897", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11898", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_699", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_700", + "https://tc39.es/ecma262/multipage/indexed-collections.html#consistent-comparator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11899", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11900", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11901", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11902", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.splice", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.splice", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11903", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11904", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11905", @@ -23983,12 +23980,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11926", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11927", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11928", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-splice-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11929", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11930", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_706", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tolocalestring", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11931", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11932", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11933", @@ -24001,15 +23994,15 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11940", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11941", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11942", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-splice-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11943", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tostring", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tostring", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11944", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_701", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tolocalestring", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11945", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11946", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11947", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.unshift", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.unshift", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11948", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11949", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11950", @@ -24020,20 +24013,19 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11955", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11956", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11957", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tostring", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tostring", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11958", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11959", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11960", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11961", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.unshift", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.unshift", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11962", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11963", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.values", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.values", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11964", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11965", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@iterator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11966", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_707", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@unscopables", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11967", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11968", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11969", @@ -24045,89 +24037,87 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11975", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11976", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11977", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.values", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.values", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11978", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11979", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@iterator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11980", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_702", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@unscopables", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11981", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11982", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11983", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11984", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11985", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11986", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11987", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11988", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11989", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_708", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11990", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_709", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-iterator-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11991", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-createarrayiterator", - "https://tc39.es/ecma262/multipage/indexed-collections.html#table-internal-slots-of-array-iterator-instances", - "https://tc39.es/ecma262/multipage/indexed-collections.html#table-48", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-iterator-instances", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-createarrayiterator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11992", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11993", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11994", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11995", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11996", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11997", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11998", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11999", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12000", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12001", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12002", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12003", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_703", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12004", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_704", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-iterator-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12005", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-createarrayiterator", + "https://tc39.es/ecma262/multipage/indexed-collections.html#table-internal-slots-of-array-iterator-instances", + "https://tc39.es/ecma262/multipage/indexed-collections.html#table-48", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-iterator-instances", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-createarrayiterator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12006", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12007", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12008", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12009", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12010", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-object", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12011", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12012", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%.next", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12013", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12014", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_710", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12015", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_711", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12016", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_712", - "https://tc39.es/ecma262/multipage/indexed-collections.html#table-the-typedarray-constructors", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12017", - "https://tc39.es/ecma262/multipage/indexed-collections.html#table-49", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12018", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12019", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12020", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12021", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12022", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12023", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12024", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-object", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12025", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12026", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%.next", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12027", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12028", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_705", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12029", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_706", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12030", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_707", + "https://tc39.es/ecma262/multipage/indexed-collections.html#table-the-typedarray-constructors", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12031", + "https://tc39.es/ecma262/multipage/indexed-collections.html#table-49", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12032", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12033", @@ -24136,27 +24126,31 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12035", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12036", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12037", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%-intrinsic-object", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%-intrinsic-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12038", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12039", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12040", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12041", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12042", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12043", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12044", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12045", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarray%-intrinsic-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12046", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12047", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.from", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12048", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12049", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12050", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12051", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%-intrinsic-object", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%-intrinsic-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12052", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12053", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12054", @@ -24165,8 +24159,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12057", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12058", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12059", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarray%-intrinsic-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12060", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12061", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.from", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12062", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12063", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12064", @@ -24178,85 +24175,80 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12070", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12071", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12072", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.of", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12073", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12074", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12075", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12076", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12077", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12078", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12079", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12080", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%-@@species", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12081", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12082", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12083", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12084", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12085", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12086", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.of", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12087", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12088", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.at", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.at", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12089", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12090", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12091", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12092", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12093", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.buffer", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.buffer", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12094", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%-@@species", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12095", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12096", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12097", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.bytelength", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.bytelength", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12098", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12099", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12100", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12101", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12102", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.at", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.at", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12103", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.byteoffset", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.byteoffset", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12104", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12105", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12106", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12107", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.buffer", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.buffer", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12108", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12109", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12110", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12111", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.copywithin", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.copywithin", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_713", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.bytelength", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.bytelength", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12112", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12113", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12114", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12115", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12116", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12117", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.byteoffset", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.byteoffset", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12118", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12119", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12120", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12121", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12122", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12123", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12124", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12125", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.copywithin", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.copywithin", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_708", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12126", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.entries", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.entries", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12127", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12128", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.every", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.every", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_714", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12129", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12130", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12131", @@ -24265,15 +24257,17 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12134", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12135", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12136", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.fill", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.fill", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_715", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12137", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12138", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12139", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12140", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.entries", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.entries", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12141", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12142", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.every", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.every", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_709", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12143", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12144", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12145", @@ -24281,10 +24275,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12147", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12148", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12149", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.filter", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.filter", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_716", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12150", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.fill", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.fill", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_710", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12151", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12152", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12153", @@ -24298,9 +24292,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12161", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12162", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12163", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.find", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.find", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_717", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.filter", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.filter", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_711", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12164", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12165", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12166", @@ -24309,54 +24303,51 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12169", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12170", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12171", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findindex", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findindex", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_718", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12172", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12173", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12174", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12175", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12176", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12177", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.find", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.find", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_712", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12178", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12179", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12180", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlast", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlast", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_719", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12181", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12182", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12183", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12184", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12185", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findindex", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findindex", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_713", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12186", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12187", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12188", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlastindex", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlastindex", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_720", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12189", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12190", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12191", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12192", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12193", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12194", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlast", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlast", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_714", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12195", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12196", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12197", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.foreach", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.foreach", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_721", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12198", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12199", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12200", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12201", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12202", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlastindex", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlastindex", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_715", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12203", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12204", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.includes", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.includes", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_722", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12205", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12206", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12207", @@ -24364,9 +24355,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12209", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12210", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12211", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.indexof", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.indexof", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_723", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.foreach", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.foreach", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_716", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12212", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12213", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12214", @@ -24374,32 +24365,33 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12216", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12217", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12218", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.includes", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.includes", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_717", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12219", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12220", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12221", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12222", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.join", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.join", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_724", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12223", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12224", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12225", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.indexof", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.indexof", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_718", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12226", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12227", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12228", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12229", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12230", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.keys", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.keys", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12231", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12232", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.lastindexof", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.lastindexof", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_725", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12233", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12234", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12235", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12236", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.join", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.join", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_719", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12237", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12238", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12239", @@ -24407,17 +24399,17 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12241", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12242", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12243", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.length", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12244", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.keys", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.keys", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12245", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12246", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.lastindexof", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.lastindexof", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_720", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12247", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12248", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12249", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.map", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.map", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_726", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12250", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12251", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12252", @@ -24426,59 +24418,58 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12255", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12256", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12257", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.length", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype.length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12258", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12259", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduce", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduce", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_727", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12260", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12261", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12262", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12263", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.map", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.map", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_721", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12264", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12265", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12266", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12267", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12268", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12269", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduceright", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduceright", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_728", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12270", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12271", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12272", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12273", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduce", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduce", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_722", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12274", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12275", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12276", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12277", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12278", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12279", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reverse", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reverse", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_729", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12280", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12281", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12282", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12283", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduceright", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reduceright", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_723", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12284", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12285", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12286", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12287", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12288", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12289", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set-overloaded-offset", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12290", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12291", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12292", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12293", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reverse", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.reverse", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_724", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12294", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12295", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromtypedarray", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set-typedarray-offset", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromtypedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12296", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12297", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12298", @@ -24487,19 +24478,22 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12301", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12302", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12303", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set-overloaded-offset", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12304", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12305", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12306", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12307", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12308", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12309", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromtypedarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set-typedarray-offset", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromtypedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12310", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12311", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12312", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12313", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromarraylike", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set-array-offset", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromarraylike", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12314", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12315", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12316", @@ -24512,11 +24506,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12323", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12324", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12325", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.slice", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.slice", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_730", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12326", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12327", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromarraylike", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.set-array-offset", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-settypedarrayfromarraylike", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12328", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12329", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12330", @@ -24529,6 +24523,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12337", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12338", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12339", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.slice", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.slice", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_725", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12340", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12341", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12342", @@ -24537,9 +24534,6 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12345", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12346", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12347", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.some", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.some", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_731", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12348", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12349", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12350", @@ -24548,30 +24542,31 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12353", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12354", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12355", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarraysortcompare", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_732", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_733", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12356", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12357", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_734", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12358", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12359", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12360", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12361", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.some", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.some", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_726", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12362", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12363", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12364", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12365", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12366", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.subarray", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.subarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12367", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12368", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12369", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarraysortcompare", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_727", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_728", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12370", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12371", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_729", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12372", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12373", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12374", @@ -24581,48 +24576,47 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12378", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12379", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12380", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tolocalestring", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tolocalestring", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_735", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_736", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.subarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.subarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12381", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12382", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tostring", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tostring", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_737", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.values", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.values", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12383", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12384", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype-@@iterator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12385", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_738", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12386", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12387", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12388", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12389", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12390", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-abstract-operations-for-typedarray-objects", - "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-species-create", - "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-species-create", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12391", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12392", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12393", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12394", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tolocalestring", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tolocalestring", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_730", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_731", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12395", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12396", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tostring", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tostring", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_732", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.values", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.values", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12397", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12398", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_739", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype-@@iterator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12399", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_733", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12400", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12401", - "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-create", - "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-create", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12402", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12403", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12404", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-abstract-operations-for-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-species-create", + "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-species-create", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12405", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12406", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12407", @@ -24630,58 +24624,58 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12409", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12410", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12411", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-validatetypedarray", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-validatetypedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12412", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_734", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12413", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12414", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12415", + "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-create", + "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-create", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12416", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12417", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementsize", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementsize", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12418", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_740", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementtype", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementtype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12419", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_741", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-constructors", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12420", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12421", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_742", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12422", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12423", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12424", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-object", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-length", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12425", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-validatetypedarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-validatetypedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12426", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_743", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12427", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12428", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12429", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12430", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12431", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementsize", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementsize", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12432", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_735", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementtype", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementtype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12433", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_736", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-constructors", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12434", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12435", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_737", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12436", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12437", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12438", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-object", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-length", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12439", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12440", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_738", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12441", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12442", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12443", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12444", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarray", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12445", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_744", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12446", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12447", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12448", @@ -24691,14 +24685,14 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12452", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12453", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12454", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromtypedarray", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-typedarray", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromtypedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12455", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12456", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12457", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12458", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12459", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_739", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12460", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12461", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12462", @@ -24706,11 +24700,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12464", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12465", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12466", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraybuffer", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-buffer-byteoffset-length", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraybuffer", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12467", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12468", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromtypedarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-typedarray", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromtypedarray", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12469", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12470", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12471", @@ -24719,57 +24713,74 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12474", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12475", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12476", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromlist", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromlist", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12477", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12478", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12479", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12480", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraybuffer", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-buffer-byteoffset-length", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraybuffer", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12481", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12482", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12483", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12484", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12485", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12486", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraylike", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraylike", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12487", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12488", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12489", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12490", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromlist", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromlist", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12491", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12492", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12493", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12494", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarraybuffer", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarraybuffer", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12495", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12496", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12497", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12498", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12499", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12500", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraylike", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromarraylike", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12501", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-typedarray-constructors", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12502", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12503", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12504", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_745", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12505", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12506", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12507", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12508", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarraybuffer", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarraybuffer", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12509", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12510", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12511", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12512", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12513", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12514", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12515", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-typedarray-constructors", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12516", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12517", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12518", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_740", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.bytes_per_element", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.bytes_per_element", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_746", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_741", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.prototype", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_747", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_742", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-typedarray-prototype-objects", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12505", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12506", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12519", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12520", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.prototype.bytes_per_element", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.prototype.bytes_per_element", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_748", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_743", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.prototype.constructor", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12507", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12521", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-typedarray-instances", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_749", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_744", "https://tc39.es/ecma262/multipage/indexed-collections.html#references-pane-container", "https://tc39.es/ecma262/multipage/indexed-collections.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/indexed-collections.html#references-pane", @@ -24791,33 +24802,17 @@ "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-keyed-collection", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-objects", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12508", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12509", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12510", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12511", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12512", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12513", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12514", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterable", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterable", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12515", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12516", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12517", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12518", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12519", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12520", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12521", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-add-entries-from-iterable", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-add-entries-from-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12522", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12523", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12524", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12525", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12526", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12527", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12528", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterable", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12529", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12530", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12531", @@ -24825,6 +24820,8 @@ "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12533", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12534", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12535", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-add-entries-from-iterable", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-add-entries-from-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12536", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12537", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12538", @@ -24833,358 +24830,372 @@ "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12541", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12542", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12543", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12544", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12545", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12546", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map-@@species", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12547", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12548", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12549", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12550", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12551", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12552", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-prototype-object", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12553", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12554", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.clear", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.clear", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12555", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12556", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12557", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12558", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12559", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.constructor", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12560", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.delete", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.delete", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map-@@species", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12561", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12562", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12563", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12564", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.entries", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.entries", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12565", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.foreach", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.foreach", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12566", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-prototype-object", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12567", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12568", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.clear", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.clear", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12569", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12570", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.get", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.get", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12571", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12572", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12573", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12574", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.has", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.has", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.delete", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.delete", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12575", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12576", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12577", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12578", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.keys", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.keys", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.entries", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.entries", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12579", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.set", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.set", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.foreach", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.foreach", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12580", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12581", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12582", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12583", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12584", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map.prototype.size", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map.prototype.size", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.get", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.get", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12585", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12586", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12587", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12588", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.has", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.has", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12589", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.values", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.values", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12590", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype-@@iterator", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12591", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_750", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12592", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-map-instances", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.keys", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.keys", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12593", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterator-objects", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.set", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.set", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12594", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createmapiterator", - "https://tc39.es/ecma262/multipage/keyed-collections.html#table-internal-slots-of-map-iterator-instances", - "https://tc39.es/ecma262/multipage/keyed-collections.html#table-50", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-map-iterator-instances", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createmapiterator", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12595", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12596", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12597", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12598", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map.prototype.size", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map.prototype.size", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12599", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12600", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12601", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12602", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12603", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.values", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.values", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12604", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype-@@iterator", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12605", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_745", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12606", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-map-instances", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12607", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterator-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12608", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-object", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-object", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createmapiterator", + "https://tc39.es/ecma262/multipage/keyed-collections.html#table-internal-slots-of-map-iterator-instances", + "https://tc39.es/ecma262/multipage/keyed-collections.html#table-50", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-map-iterator-instances", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createmapiterator", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12609", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12610", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%.next", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12611", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12612", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-objects", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12613", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12614", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12615", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12616", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12617", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12618", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12619", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterable", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12620", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12621", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12622", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-object", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12623", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12624", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%.next", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12625", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12626", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-objects", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12627", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12628", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12629", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-constructor", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12630", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12631", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12632", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set-@@species", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12633", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterable", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12634", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12635", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12636", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12637", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12638", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-prototype-object", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12639", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12640", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.add", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.add", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12641", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12642", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12643", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.clear", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.clear", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12644", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12645", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12646", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set-@@species", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12647", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12648", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.delete", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.delete", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12649", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12650", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12651", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.entries", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.entries", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12652", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.foreach", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.foreach", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-prototype-object", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12653", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12654", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.add", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.add", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12655", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12656", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.has", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.has", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12657", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.clear", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.clear", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12658", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12659", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.keys", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.keys", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_751", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set.prototype.size", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set.prototype.size", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12660", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12661", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12662", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.delete", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.delete", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12663", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.values", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.values", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12664", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype-@@iterator", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12665", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_752", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype-@@tostringtag", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.entries", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.entries", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12666", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-set-instances", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.foreach", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.foreach", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12667", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterator-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12668", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12669", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createsetiterator", - "https://tc39.es/ecma262/multipage/keyed-collections.html#table-internal-slots-of-set-iterator-instances", - "https://tc39.es/ecma262/multipage/keyed-collections.html#table-51", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-set-iterator-instances", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createsetiterator", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12670", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.has", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.has", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12671", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12672", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12673", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.keys", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.keys", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_746", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set.prototype.size", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set.prototype.size", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12674", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12675", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12676", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12677", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.values", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.values", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12678", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype-@@iterator", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12679", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_747", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12680", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-set-instances", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12681", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterator-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12682", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12683", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createsetiterator", + "https://tc39.es/ecma262/multipage/keyed-collections.html#table-internal-slots-of-set-iterator-instances", + "https://tc39.es/ecma262/multipage/keyed-collections.html#table-51", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-set-iterator-instances", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-createsetiterator", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12684", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-object", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12685", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12686", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%.next", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12687", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12688", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-objects", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12689", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12690", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_753", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12691", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12692", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12693", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12694", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12695", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-iterable", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12696", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12697", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12698", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-object", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12699", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12700", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%.next", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12701", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12702", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-constructor", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-objects", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12703", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12704", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_748", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12705", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-prototype-object", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-prototype-object", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12706", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12707", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12708", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.delete", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.delete", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12709", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-iterable", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12710", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12711", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12712", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12713", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.get", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.get", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12714", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12715", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12716", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12717", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12718", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.has", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.has", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12719", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-prototype-object", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12720", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12721", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12722", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12723", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.set", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.set", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.delete", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.delete", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12723", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12724", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12725", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12726", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12727", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.get", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.get", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12728", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12729", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12730", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-weakmap-instances", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12731", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-objects", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12732", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_754", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_755", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-constructor", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.has", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.has", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12733", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12734", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12735", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12736", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12737", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-iterable", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-iterable", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.set", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.set", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12738", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12739", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12740", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12741", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12742", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12743", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12744", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-weakmap-instances", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12745", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-objects", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12746", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_749", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_750", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12747", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-constructor", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12748", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12749", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12750", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-prototype-object", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12751", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-iterable", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-iterable", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12752", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.add", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.add", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12753", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12754", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12755", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12756", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12757", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.delete", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.delete", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12758", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12759", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12760", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12761", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.has", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.has", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-constructor", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12762", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12763", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12764", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-prototype-object", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-prototype-object", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12765", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12766", - "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-weakset-instances", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.add", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.add", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12767", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12768", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12769", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12770", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.constructor", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12771", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.delete", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.delete", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12772", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12773", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12774", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12775", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.has", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.has", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12776", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12777", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12778", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12779", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype-@@tostringtag", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12780", + "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-weakset-instances", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12781", "https://tc39.es/ecma262/multipage/keyed-collections.html#references-pane-container", "https://tc39.es/ecma262/multipage/keyed-collections.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/keyed-collections.html#references-pane", @@ -25206,104 +25217,87 @@ "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-objects", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-objects", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-notation", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_756", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_757", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_751", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_752", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-notation", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12768", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12769", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12770", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12771", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12772", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12773", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-abstract-operations-for-arraybuffer-objects", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatearraybuffer", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatearraybuffer", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12774", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12775", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12776", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12777", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12778", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12779", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isdetachedbuffer", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isdetachedbuffer", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-detacharraybuffer", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-detacharraybuffer", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12780", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12781", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12782", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12783", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12784", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12785", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-clonearraybuffer", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-clonearraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12786", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12787", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-abstract-operations-for-arraybuffer-objects", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatearraybuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatearraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12788", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12789", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12790", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12791", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12792", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12793", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-isdetachedbuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-isdetachedbuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-detacharraybuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-detacharraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12794", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunsignedelementtype", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunsignedelementtype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12795", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12796", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunclampedintegerelementtype", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunclampedintegerelementtype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12797", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12798", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12799", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isbigintelementtype", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isbigintelementtype", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-clonearraybuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-clonearraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12800", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12801", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12802", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isnotearconfiguration", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isnotearconfiguration", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12803", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12804", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12805", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-rawbytestonumeric", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-rawbytestonumber", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-rawbytestonumeric", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12806", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12807", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12808", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_758", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunsignedelementtype", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunsignedelementtype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12809", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12810", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunclampedintegerelementtype", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-isunclampedintegerelementtype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12811", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12812", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12813", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-isbigintelementtype", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-isbigintelementtype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12814", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-getvaluefrombuffer", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-getvaluefrombuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12815", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12816", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-isnotearconfiguration", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-isnotearconfiguration", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12817", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12818", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12819", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_759", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-rawbytestonumeric", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-rawbytestonumber", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-rawbytestonumeric", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12820", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12821", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12822", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_753", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12823", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12824", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12825", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12826", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12827", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12828", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-getvaluefrombuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-getvaluefrombuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12829", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12830", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12831", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12832", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12833", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_754", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12834", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12835", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-numerictorawbytes", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-numbertorawbytes", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-numerictorawbytes", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12836", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12837", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12838", @@ -25313,15 +25307,14 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12842", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12843", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12844", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_760", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_761", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12845", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12846", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12847", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-setvalueinbuffer", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-setvalueinbuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12848", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12849", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-numerictorawbytes", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-numbertorawbytes", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-numerictorawbytes", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12850", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12851", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12852", @@ -25329,33 +25322,36 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12854", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12855", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12856", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_762", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12857", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12858", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_755", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_756", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12859", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12860", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12861", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-setvalueinbuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-setvalueinbuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12862", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12863", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12864", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12865", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-getmodifysetvalueinbuffer", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-getmodifysetvalueinbuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12866", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12867", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12868", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12869", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12870", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_757", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12871", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12872", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12873", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12874", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12875", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_763", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12876", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12877", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12878", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12879", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-getmodifysetvalueinbuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-getmodifysetvalueinbuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12880", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12881", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12882", @@ -25366,146 +25362,140 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12887", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12888", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12889", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_758", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12890", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12891", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12892", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12893", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12894", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-length", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-length", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12895", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12896", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12897", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12898", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.isview", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.isview", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12899", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12900", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer-@@species", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12901", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12902", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12903", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12904", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-prototype-object", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-prototype-object", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12905", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12906", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer.prototype.bytelength", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer.prototype.bytelength", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12907", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12908", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-length", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-length", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12909", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12910", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12911", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12912", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.slice", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.slice", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.isview", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.isview", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12913", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12914", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer-@@species", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12915", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12916", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12917", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12918", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-prototype-object", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-prototype-object", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12919", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12920", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer.prototype.bytelength", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer.prototype.bytelength", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12921", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12922", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12923", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12924", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12925", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12926", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.slice", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.slice", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12927", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12928", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12929", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12930", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12931", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12932", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12933", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12934", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12935", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-objects", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-objects", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-abstract-operations-for-sharedarraybuffer-objects", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatesharedarraybuffer", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatesharedarraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12936", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12937", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12938", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12939", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12940", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12941", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-issharedarraybuffer", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-issharedarraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12942", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12943", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12944", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12945", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12946", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12947", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12948", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12949", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-objects", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-objects", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-abstract-operations-for-sharedarraybuffer-objects", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatesharedarraybuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatesharedarraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12950", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12951", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-length", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-length", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12952", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12953", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12954", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12955", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-issharedarraybuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-issharedarraybuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12956", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-@@species", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12957", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-prototype-object", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-prototype-object", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12958", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12959", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-sharedarraybuffer.prototype.bytelength", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-sharedarraybuffer.prototype.bytelength", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12960", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12961", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12962", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12963", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12964", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.slice", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.slice", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12965", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-length", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-length", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12966", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12967", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12968", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12969", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12970", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-@@species", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12971", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-prototype-object", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-prototype-object", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12972", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12973", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-sharedarraybuffer.prototype.bytelength", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-sharedarraybuffer.prototype.bytelength", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12974", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12975", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12976", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12977", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12978", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.slice", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.slice", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12979", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12980", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12981", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.toString", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12982", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12983", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-objects", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-objects", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-abstract-operations-for-dataview-objects", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-getviewvalue", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-getviewvalue", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12984", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12985", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12986", @@ -25517,12 +25507,16 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12992", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12993", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12994", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_764", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12995", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-setviewvalue", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-setviewvalue", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.toString", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12996", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12997", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-objects", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-objects", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-abstract-operations-for-dataview-objects", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-getviewvalue", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-getviewvalue", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12998", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12999", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13000", @@ -25534,166 +25528,163 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13006", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13007", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13008", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_759", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13009", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-setviewvalue", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-setviewvalue", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13010", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_765", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13011", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13012", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13013", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13014", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13015", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13016", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-buffer-byteoffset-bytelength", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-buffer-byteoffset-bytelength", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13017", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13018", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13019", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13020", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13021", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13022", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13023", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13024", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_760", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13025", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-prototype-object", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-prototype-object", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13026", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13027", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.buffer", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.buffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13028", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13029", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13030", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.bytelength", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.bytelength", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-buffer-byteoffset-bytelength", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-buffer-byteoffset-bytelength", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13031", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13032", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13033", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13034", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13035", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13036", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-constructor", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13037", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13038", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13039", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-prototype-object", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-prototype-object", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13040", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13041", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.buffer", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.buffer", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13042", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13043", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13044", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.bytelength", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.bytelength", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13045", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13046", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13047", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13048", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13049", "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.byteoffset", "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-dataview.prototype.byteoffset", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13036", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13037", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13038", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13039", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13040", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13050", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13051", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13052", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13053", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13054", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.constructor", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13041", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13055", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getbigint64", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getbigint64", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13042", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13056", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getbiguint64", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getbiguint64", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13043", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13057", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getfloat32", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getfloat32", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13044", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13058", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getfloat64", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getfloat64", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13045", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13059", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint8", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint8", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13046", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13060", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint16", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint16", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13047", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13061", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint32", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getint32", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13048", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13062", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint8", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint8", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13049", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13063", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint16", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint16", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13050", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13064", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint32", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.getuint32", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13051", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13065", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setbigint64", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setbigint64", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13052", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13066", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setbiguint64", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setbiguint64", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13053", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13067", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setfloat32", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setfloat32", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13054", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13068", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setfloat64", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setfloat64", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13055", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13069", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint8", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint8", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13056", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13070", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint16", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint16", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13057", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13071", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint32", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setint32", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13058", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13072", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint8", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint8", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13059", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13073", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint16", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint16", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13060", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13074", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint32", "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.setuint32", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13061", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13062", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-dataview-instances", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13063", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13064", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13065", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13066", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13067", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13068", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13069", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13070", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13071", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13072", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13073", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13074", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13075", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13076", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-dataview-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13077", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13078", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13079", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13080", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13081", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13082", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13083", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13084", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13085", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13086", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13087", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13088", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13089", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13090", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13091", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-abstract-operations-for-atomics", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateintegertypedarray", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-validatesharedintegertypedarray", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateintegertypedarray", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13092", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13093", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13094", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13095", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13096", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13097", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13098", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateatomicaccess", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateatomicaccess", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13099", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13100", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13101", @@ -25701,17 +25692,19 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13103", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13104", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13105", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-getwaiterlist", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-getwaiterlist", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-abstract-operations-for-atomics", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateintegertypedarray", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-validatesharedintegertypedarray", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateintegertypedarray", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13106", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13107", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13108", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13109", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13110", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13111", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13112", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateatomicaccess", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateatomicaccess", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13113", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13114", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13115", @@ -25719,23 +25712,24 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13117", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13118", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13119", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-getwaiterlist", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-getwaiterlist", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13120", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13121", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13122", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13123", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13124", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13125", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13126", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13127", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13128", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13129", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13130", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13131", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13132", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13133", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-leavecriticalsection", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-leavecriticalsection", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13134", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13135", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13136", @@ -25746,27 +25740,26 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13141", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13142", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13143", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13144", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-addwaiter", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-addwaiter", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13145", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13146", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13147", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-leavecriticalsection", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-leavecriticalsection", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13148", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13149", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13150", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13151", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiter", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiter", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13152", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13153", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13154", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13155", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13156", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13157", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiters", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiters", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13158", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-addwaiter", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-addwaiter", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13159", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13160", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13161", @@ -25774,15 +25767,16 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13163", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13164", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13165", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiter", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiter", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13166", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-suspendagent", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-suspend", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-suspendagent", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13167", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13168", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13169", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13170", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13171", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiters", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiters", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13172", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13173", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13174", @@ -25792,20 +25786,19 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13178", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13179", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13180", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-suspendagent", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-suspend", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-suspendagent", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13181", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13182", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13183", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13184", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-notifywaiter", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-notifywaiter", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13185", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13186", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13187", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13188", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13189", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13190", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicreadmodifywrite", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicreadmodifywrite", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13191", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13192", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13193", @@ -25814,12 +25807,16 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13196", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13197", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13198", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-notifywaiter", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-notifywaiter", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13199", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13200", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13201", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13202", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13203", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13204", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicreadmodifywrite", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicreadmodifywrite", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13205", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13206", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13207", @@ -25827,8 +25824,6 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13209", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13210", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13211", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistbitwiseop", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistbitwiseop", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13212", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13213", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13214", @@ -25840,14 +25835,12 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13220", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13221", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13222", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistequal", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistequal", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13223", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13224", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13225", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistbitwiseop", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistbitwiseop", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13226", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.add", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.add", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13227", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13228", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13229", @@ -25858,17 +25851,17 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13234", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13235", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13236", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistequal", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-bytelistequal", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13237", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13238", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13239", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13240", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.and", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.and", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.add", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.add", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13241", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13242", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13243", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.compareexchange", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.compareexchange", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13244", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13245", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13246", @@ -25880,9 +25873,13 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13252", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13253", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13254", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.and", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.and", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13255", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13256", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13257", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.compareexchange", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.compareexchange", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13258", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13259", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13260", @@ -25903,20 +25900,13 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13275", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13276", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13277", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.exchange", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.exchange", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13278", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13279", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.islockfree", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.islockfree", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13280", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13281", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13282", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13283", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13284", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.load", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicload", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.load", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13285", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13286", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13287", @@ -25924,17 +25914,20 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13289", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13290", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13291", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.or", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.or", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.exchange", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.exchange", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13292", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13293", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.islockfree", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.islockfree", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13294", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.store", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.store", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13295", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13296", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13297", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13298", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.load", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicload", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.load", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13299", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13300", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13301", @@ -25942,11 +25935,13 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13303", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13304", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13305", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.sub", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.sub", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.or", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.or", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13306", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13307", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13308", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.store", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.store", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13309", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13310", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13311", @@ -25958,8 +25953,8 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13317", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13318", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13319", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.wait", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.wait", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.sub", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.sub", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13320", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13321", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13322", @@ -25974,6 +25969,8 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13331", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13332", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13333", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.wait", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.wait", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13334", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13335", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13336", @@ -25981,8 +25978,6 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13338", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13339", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13340", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.notify", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.notify", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13341", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13342", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13343", @@ -25996,77 +25991,77 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13351", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13352", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13353", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.xor", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.xor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13354", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.notify", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.notify", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13355", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13356", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13357", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13358", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13359", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13360", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13361", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.parse", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.parse", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13362", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13363", - "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-validate", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13364", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13365", - "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-parse", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13366", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.xor", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.xor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13367", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21704", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13368", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_766", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13369", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13370", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13371", - "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-eval", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13372", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13373", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13374", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_767", - "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-assert-type", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.parse", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.parse", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13375", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21705", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21706", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13376", + "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-validate", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13377", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13378", + "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-parse", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13379", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13380", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21707", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_768", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_769", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_770", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21708", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21709", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-internalizejsonproperty", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-internalizejsonproperty", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21718", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13381", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_761", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13382", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13383", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13384", + "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-eval", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13385", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13386", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13387", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_762", + "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-assert-type", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13388", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21719", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21720", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13389", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13390", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13391", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13392", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13393", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21721", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_763", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_764", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_765", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21722", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21723", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-internalizejsonproperty", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-internalizejsonproperty", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13394", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13395", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13396", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13397", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.stringify", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.stringify", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13398", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13399", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13400", @@ -26080,6 +26075,8 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13408", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13409", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13410", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.stringify", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-json.stringify", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13411", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13412", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13413", @@ -26100,17 +26097,11 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13428", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13429", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13430", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-serialization-record", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-serialization-record", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13431", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_771", - "https://tc39.es/ecma262/multipage/structured-data.html#table-json-serialization-record", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13432", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13433", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13434", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13435", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonproperty", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonproperty", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13436", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13437", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13438", @@ -26119,11 +26110,17 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13441", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13442", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13443", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-serialization-record", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-serialization-record", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13444", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_766", + "https://tc39.es/ecma262/multipage/structured-data.html#table-json-serialization-record", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13445", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13446", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13447", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13448", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonproperty", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonproperty", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13449", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13450", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13451", @@ -26135,43 +26132,41 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13457", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13458", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13459", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-quotejsonstring", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-quotejsonstring", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_772", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13460", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_773", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13461", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_774", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_775", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13462", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13463", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13464", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13465", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13466", - "https://tc39.es/ecma262/multipage/structured-data.html#table-json-single-character-escapes", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-unicodeescape", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-unicodeescape", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13467", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13468", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13469", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonobject", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonobject", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13470", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13471", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13472", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-quotejsonstring", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-quotejsonstring", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_767", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13473", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_768", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13474", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_769", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_770", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13475", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13476", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13477", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13478", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13479", + "https://tc39.es/ecma262/multipage/structured-data.html#table-json-single-character-escapes", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-unicodeescape", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-unicodeescape", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13480", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13481", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13482", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonobject", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonobject", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13483", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonarray", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonarray", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13484", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13485", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13486", @@ -26185,10 +26180,25 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13494", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13495", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13496", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonarray", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-serializejsonarray", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13497", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13498", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13499", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13500", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13501", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13502", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13503", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13504", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13505", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13506", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13507", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13508", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13509", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13510", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13511", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-@@tostringtag", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13512", "https://tc39.es/ecma262/multipage/structured-data.html#references-pane-container", "https://tc39.es/ecma262/multipage/structured-data.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/structured-data.html#references-pane", @@ -26209,103 +26219,103 @@ "https://tc39.es/ecma262/multipage/managing-memory.html#sec-managing-memory", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-objects", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-objects", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13500", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13501", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13502", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13503", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13504", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13505", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13506", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-target", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-target", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13507", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13508", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13509", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-weak-ref-constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13510", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13511", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13512", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13513", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-weak-ref-prototype-object", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-weak-ref-prototype-object", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13514", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13515", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13517", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13516", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.deref", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.deref", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13517", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13518", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13519", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-target", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-target", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13520", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13521", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13522", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weakref-abstract-operations", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weakrefderef", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weakrefderef", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-weak-ref-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13523", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13524", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13525", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-weak-ref-instances", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13526", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-weak-ref-prototype-object", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-weak-ref-prototype-object", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13527", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13528", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13529", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-objects", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-objects", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13530", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-constructor", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13529", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.deref", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.deref", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13531", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13532", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13533", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13534", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13535", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-cleanup-callback", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-cleanup-callback", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weakref-abstract-operations", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weakrefderef", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weakrefderef", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13536", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13537", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13538", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-weak-ref-instances", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13539", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13540", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-finalization-registry-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13541", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13542", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-objects", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-objects", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13543", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13544", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-finalization-registry-prototype-object", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-finalization-registry-prototype-object", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13545", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13546", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13547", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.register", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.register", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13548", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-cleanup-callback", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-cleanup-callback", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13549", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13550", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13551", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13552", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13553", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-finalization-registry-constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13554", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.unregister", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.unregister", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13555", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13556", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13557", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-finalization-registry-prototype-object", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-finalization-registry-prototype-object", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13558", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13559", - "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-finalization-registry-instances", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.constructor", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13560", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.register", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.register", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13561", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13562", "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13563", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13564", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13565", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13566", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13567", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.unregister", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.unregister", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13568", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13569", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13570", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13571", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype-@@tostringtag", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13572", + "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-finalization-registry-instances", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13573", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13574", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13575", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13576", "https://tc39.es/ecma262/multipage/managing-memory.html#references-pane-container", "https://tc39.es/ecma262/multipage/managing-memory.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/managing-memory.html#references-pane", @@ -26326,62 +26336,46 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-control-abstraction-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iteration", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-common-iteration-interfaces", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13564", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13577", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iterable-interface", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_776", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_771", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-iterable-interface-required-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-52", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iterator-interface", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_777", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_778", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_772", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_773", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-iterator-interface-required-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-53", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-iterator-interface-optional-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-54", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asynciterable-interface", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_779", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_774", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-async-iterable", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asynciterator-interface", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_780", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_781", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_775", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_776", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-async-iterator-required", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-async-iterator-optional", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iteratorresult-interface", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_782", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_777", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-iteratorresult-interface-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-55", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13565", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13578", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%iteratorprototype%-object", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%iteratorprototype%-object", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13566", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13567", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13579", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13580", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%iteratorprototype%-@@iterator", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asynciteratorprototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asynciteratorprototype", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13568", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13569", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asynciteratorprototype-asynciterator", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-from-sync-iterator-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13570", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13571", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasyncfromsynciterator", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasyncfromsynciterator", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13572", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13573", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13574", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13575", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13576", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13577", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13578", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13579", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%-object", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%-object", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13580", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13581", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.next", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13582", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asynciteratorprototype-asynciterator", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-from-sync-iterator-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13583", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13584", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasyncfromsynciterator", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasyncfromsynciterator", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13585", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13586", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13587", @@ -26389,10 +26383,12 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13589", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13590", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13591", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.return", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13592", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%-object", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%-object", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13593", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13594", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.next", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13595", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13596", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13597", @@ -26403,12 +26399,11 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13602", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13603", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13604", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.return", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13605", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13606", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13607", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13608", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.throw", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_783", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13609", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13610", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13611", @@ -26422,18 +26417,14 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13619", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13620", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13621", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.throw", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_778", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13622", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13623", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13624", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-async-from-sync-iterator-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13625", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13626", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_784", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-async-from-sync-iterator-internal-slots", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13627", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncfromsynciteratorcontinuation", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-from-sync-iterator-value-unwrap-functions", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncfromsynciteratorcontinuation", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13628", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13629", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13630", @@ -26444,91 +26435,92 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13635", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13636", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13637", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-async-from-sync-iterator-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13638", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13639", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_779", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-async-from-sync-iterator-internal-slots", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13640", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncfromsynciteratorcontinuation", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-from-sync-iterator-value-unwrap-functions", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncfromsynciteratorcontinuation", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13641", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13642", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13643", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13644", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13645", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13646", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13647", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-abstract-operations", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisecapability-records", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisecapability-records", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13648", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13649", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_785", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-promisecapability-record-fields", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13650", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-57", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13651", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13652", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ifabruptrejectpromise", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ifabruptrejectpromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13653", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13654", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13655", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13656", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13657", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13658", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisereaction-records", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13659", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13660", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-abstract-operations", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisecapability-records", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisecapability-records", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13661", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13662", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_786", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-promisereaction-record-fields", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_780", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-promisecapability-record-fields", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13663", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-58", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-57", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13664", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13665", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createresolvingfunctions", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createresolvingfunctions", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ifabruptrejectpromise", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ifabruptrejectpromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13666", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13667", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13668", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13669", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_787", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_788", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13670", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_789", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_790", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13671", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisereaction-records", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13672", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-reject-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13673", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13674", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13675", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_781", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-promisereaction-record-fields", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13676", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve-functions", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-58", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13677", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13678", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createresolvingfunctions", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createresolvingfunctions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13679", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13680", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13681", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13682", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_782", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_783", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13683", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_784", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_785", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13684", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13685", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-reject-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13686", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13687", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13688", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13689", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13690", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13691", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13692", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-fulfillpromise", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-fulfillpromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13693", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13694", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13695", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisecapability", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getcapabilitiesexecutor-functions", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisecapability", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13696", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13697", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13698", @@ -26539,28 +26531,27 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13703", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13704", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13705", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_791", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-fulfillpromise", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-fulfillpromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13706", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13707", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13708", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisecapability", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getcapabilitiesexecutor-functions", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisecapability", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13709", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13710", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13711", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13712", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13713", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13714", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ispromise", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ispromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13715", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13716", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-rejectpromise", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-rejectpromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13717", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13718", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_786", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13719", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13720", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-triggerpromisereactions", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-triggerpromisereactions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13721", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13722", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13723", @@ -26568,18 +26559,18 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13725", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13726", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13727", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ispromise", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ispromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13728", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-host-promise-rejection-tracker", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-host-promise-rejection-tracker", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13729", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-rejectpromise", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-rejectpromise", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13730", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13731", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-jobs", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisereactionjob", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisereactionjob", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisereactionjob", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13732", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13733", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-triggerpromisereactions", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-triggerpromisereactions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13734", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13735", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13736", @@ -26588,9 +26579,15 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13739", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13740", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13741", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-host-promise-rejection-tracker", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-host-promise-rejection-tracker", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13742", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13743", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13744", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-jobs", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisereactionjob", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisereactionjob", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisereactionjob", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13745", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13746", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13747", @@ -26605,9 +26602,6 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13756", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13757", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13758", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromiseresolvethenablejob", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promiseresolvethenablejob", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromiseresolvethenablejob", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13759", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13760", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13761", @@ -26621,21 +26615,20 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13769", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13770", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13771", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromiseresolvethenablejob", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promiseresolvethenablejob", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromiseresolvethenablejob", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13772", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13773", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13774", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13775", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13776", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13777", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13778", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13779", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13780", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13781", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13782", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-executor", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-executor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13783", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13784", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13785", @@ -26644,15 +26637,16 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13788", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13789", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13790", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13791", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13792", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13793", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13794", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13795", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-executor", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-executor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13796", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.all", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.all", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13797", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13798", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13799", @@ -26664,20 +26658,19 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13805", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13806", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13807", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13808", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13809", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.all", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.all", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13810", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13811", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getpromiseresolve", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getpromiseresolve", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13812", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13813", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13814", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13815", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13816", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13817", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseall", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseall", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13818", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13819", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13820", @@ -26685,12 +26678,16 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13822", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13823", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13824", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getpromiseresolve", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getpromiseresolve", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13825", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13826", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13827", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13828", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13829", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13830", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseall", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseall", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13831", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13832", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13833", @@ -26698,16 +26695,11 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13835", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13836", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13837", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_792", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_793", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13838", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13839", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.all-resolve-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13840", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13841", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13842", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13843", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13844", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13845", @@ -26716,15 +26708,18 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13848", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13849", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13850", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_787", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_788", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13851", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13852", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.all-resolve-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13853", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13854", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13855", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13856", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13857", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseallsettled", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseallsettled", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13858", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13859", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13860", @@ -26738,6 +26733,8 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13868", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13869", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13870", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseallsettled", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseallsettled", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13871", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13872", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13873", @@ -26745,15 +26742,10 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13875", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13876", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13877", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_794", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_795", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13878", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13879", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_796", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_797", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13880", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13881", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled-resolve-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13882", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13883", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13884", @@ -26761,22 +26753,25 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13886", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13887", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13888", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled-reject-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13889", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13890", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_789", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_790", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13891", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13892", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_791", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_792", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13893", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13894", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled-resolve-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13895", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.any", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.any", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13896", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13897", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13898", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13899", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13900", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13901", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled-reject-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13902", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13903", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13904", @@ -26784,10 +26779,10 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13906", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13907", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13908", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.any", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.any", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13909", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13910", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseany", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseany", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13911", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13912", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13913", @@ -26801,6 +26796,8 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13921", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13922", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13923", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseany", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseany", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13924", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13925", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13926", @@ -26809,36 +26806,34 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13929", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13930", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13931", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_798", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_799", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13932", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13933", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.any-reject-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13934", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13935", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13936", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13937", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13938", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.race", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.race", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13939", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13940", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13941", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13942", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13943", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13944", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_793", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_794", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13945", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13946", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.any-reject-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13947", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13948", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13949", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13950", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13951", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.race", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.race", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13952", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13953", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiserace", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiserace", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13954", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13955", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13956", @@ -26852,66 +26847,68 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13964", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13965", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13966", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiserace", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiserace", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13967", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13968", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13969", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13970", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.reject", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.reject", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13971", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13972", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13973", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13974", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.resolve", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.resolve", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13975", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13976", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13977", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13978", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13979", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13980", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13981", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13982", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13983", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.reject", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.reject", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13984", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13985", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13986", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13987", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.resolve", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.resolve", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13988", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13989", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-get-promise-@@species", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13990", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13991", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13992", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13993", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-promise-prototype-object", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-promise-prototype-object", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13994", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13995", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.catch", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.catch", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13996", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13997", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.finally", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-catchfinallyfunctions", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-thenfinallyfunctions", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.finally", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13998", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13999", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14000", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14001", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14002", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-get-promise-@@species", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14003", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14004", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14005", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14006", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-promise-prototype-object", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-promise-prototype-object", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14007", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14008", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.catch", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.catch", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14009", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14010", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.finally", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-catchfinallyfunctions", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-thenfinallyfunctions", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.finally", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14011", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14012", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14013", @@ -26921,15 +26918,11 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14017", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14018", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14019", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.then", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.then", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14020", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14021", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14022", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14023", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14024", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromisethen", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromisethen", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14025", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14026", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14027", @@ -26938,23 +26931,22 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14030", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14031", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14032", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.then", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.then", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14033", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14034", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14035", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14036", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14037", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromisethen", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromisethen", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14038", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14039", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14040", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14041", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-promise-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14042", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14043", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14044", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_800", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-internal-slots-of-promise-instances", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-59", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14045", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14046", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14047", @@ -26962,174 +26954,175 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14049", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14050", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14051", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21710", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21711", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21712", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14052", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#figure-2", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14053", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-constructor", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14054", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-promise-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14055", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14056", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14057", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_795", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-internal-slots-of-promise-instances", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-59", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14058", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14059", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_801", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-generatorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14060", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14061", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14062", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14063", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.length", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14064", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21724", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21725", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21726", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14065", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-generatorfunction-prototype-object", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-generatorfunction-prototype-object", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_802", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#figure-2", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14066", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14067", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_803", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_804", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14068", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14069", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.prototype", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14070", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype-@@tostringtag", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14071", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14072", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_805", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-length", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_806", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-name", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_807", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_796", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-generatorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14073", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14074", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21713", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21714", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21715", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14075", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14076", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-constructor", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14077", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14078", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-generatorfunction-prototype-object", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-the-generatorfunction-prototype-object", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_797", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14079", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14080", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_798", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_799", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14081", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14082", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_808", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14083", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14084", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14085", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_800", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_801", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-name", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_802", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14086", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-length", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14087", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21727", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21728", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21729", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14088", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction-prototype", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14089", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14090", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_809", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_810", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14091", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14092", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-prototype", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14093", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-tostringtag", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14094", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14095", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_811", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_803", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14096", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-name", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_812", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14097", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14098", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14099", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-prototype", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-prototype", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14100", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14101", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.constructor", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14102", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.next", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.next", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14103", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.return", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.return", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_804", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_805", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14104", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14105", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.throw", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.throw", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14106", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14107", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype-@@tostringtag", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14108", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-instances", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_813", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-internal-slots-of-generator-instances", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-56", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_806", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14109", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-name", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_807", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14110", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14111", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator-abstract-operations", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorstart", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorstart", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21716", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14112", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14113", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14114", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14115", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.next", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.next", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14116", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.return", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.return", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14117", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14118", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.throw", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.throw", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14119", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14120", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14121", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-instances", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_808", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-internal-slots-of-generator-instances", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-56", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14122", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14123", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14124", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator-abstract-operations", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorstart", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorstart", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21730", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14125", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14126", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14127", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14128", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14129", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorvalidate", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorvalidate", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14130", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14131", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14132", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14133", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14134", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14135", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresume", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresume", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14136", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14137", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14138", @@ -27137,16 +27130,18 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14140", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14141", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14142", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorvalidate", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorvalidate", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14143", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14144", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14145", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14146", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14147", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14148", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresume", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresume", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14149", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14150", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresumeabrupt", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresumeabrupt", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14151", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14152", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14153", @@ -27160,15 +27155,13 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14161", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14162", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14163", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresumeabrupt", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresumeabrupt", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14164", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14165", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14166", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14167", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getgeneratorkind", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getgeneratorkind", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14168", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatoryield", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatoryield", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14169", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14170", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14171", @@ -27181,10 +27174,11 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14178", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14179", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14180", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getgeneratorkind", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getgeneratorkind", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14181", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21717", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-yield", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-yield", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatoryield", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatoryield", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14182", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14183", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14184", @@ -27193,32 +27187,27 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14187", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14188", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14189", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createiteratorfromclosure", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createiteratorfromclosure", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14190", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14191", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14192", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14193", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14194", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21731", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-yield", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-yield", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14195", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14196", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14197", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14198", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14199", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14200", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14201", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14201", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14202", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-prototype", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-prototype", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createiteratorfromclosure", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createiteratorfromclosure", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14203", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14204", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14205", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-next", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-next", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14206", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14207", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14208", @@ -27228,12 +27217,18 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14212", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14213", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14214", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14215", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14216", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-return", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-return", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14217", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14218", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-next", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-next", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14219", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14220", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14221", @@ -27242,11 +27237,11 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14224", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14225", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14226", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-throw", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-throw", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14227", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14228", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14229", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-return", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-return", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14230", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14231", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14232", @@ -27254,29 +27249,25 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14234", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14235", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14236", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14237", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-intances", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-internal-slots-of-asyncgenerator-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14238", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14239", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-throw", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-throw", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14240", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14241", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14242", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14243", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14244", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-abstract-operations", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorrequest-records", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorrequest-records", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14245", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14246", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14247", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14248", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14249", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorstart", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorstart", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21718", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14250", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgenerator-intances", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-internal-slots-of-asyncgenerator-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14251", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14252", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14253", @@ -27284,11 +27275,17 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14255", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14256", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14257", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-abstract-operations", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorrequest-records", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorrequest-records", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14258", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14259", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14260", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14261", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14262", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorstart", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorstart", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21732", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14263", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14264", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14265", @@ -27297,37 +27294,35 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14268", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14269", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14270", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorvalidate", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorvalidate", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14271", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14272", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14273", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14274", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14275", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14276", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorenqueue", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorenqueue", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14277", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14278", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14279", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorcompletestep", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorcompletestep", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14280", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14281", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14282", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14283", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorvalidate", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorvalidate", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14284", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14285", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14286", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14287", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14288", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14289", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorenqueue", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorenqueue", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14290", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14291", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14292", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorcompletestep", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorcompletestep", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14293", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorresume", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorresume", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14294", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14295", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14296", @@ -27339,23 +27334,23 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14302", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14303", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14304", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorunwrapyieldresumption", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorunwrapyieldresumption", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14305", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14306", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorresume", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorresume", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14307", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14308", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14309", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14310", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14311", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14312", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratoryield", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratoryield", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14313", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14314", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14315", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14316", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14317", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorunwrapyieldresumption", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorunwrapyieldresumption", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14318", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14319", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14320", @@ -27364,6 +27359,8 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14323", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14324", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14325", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratoryield", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratoryield", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14326", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14327", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14328", @@ -27375,9 +27372,6 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14334", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14335", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14336", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21719", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorawaitreturn", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorawaitreturn", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14337", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14338", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14339", @@ -27391,13 +27385,14 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14347", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14348", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14349", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21733", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorawaitreturn", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorawaitreturn", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14350", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14351", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14352", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14353", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14354", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratordrainqueue", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratordrainqueue", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14355", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14356", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14357", @@ -27405,14 +27400,14 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14359", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14360", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14361", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasynciteratorfromclosure", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasynciteratorfromclosure", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14362", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14363", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14364", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14365", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14366", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14367", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratordrainqueue", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratordrainqueue", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14368", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14369", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14370", @@ -27420,85 +27415,86 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14372", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14373", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14374", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-objects", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21720", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21721", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21722", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21723", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasynciteratorfromclosure", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createasynciteratorfromclosure", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14375", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14376", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14377", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14378", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14379", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14380", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-arguments", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-arguments", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14381", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14382", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_814", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14383", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14384", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14385", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14386", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-length", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14387", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-objects", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21734", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21735", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21736", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21737", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14388", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14389", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14390", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_815", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14391", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14392", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties-toStringTag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14393", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-arguments", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-arguments", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14394", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_816", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14395", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances-length", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_817", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances-name", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_818", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-functions-abstract-operations", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-functions-abstract-operations-async-function-start", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-functions-abstract-operations-async-function-start", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_809", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14396", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21724", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14397", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21725", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14398", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14399", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14400", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14401", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncblockstart", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncblockstart", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14402", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14403", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_810", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14404", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14405", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-prototype-properties-toStringTag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14406", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14407", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_811", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14408", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances-length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_812", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances-name", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_813", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-functions-abstract-operations", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-functions-abstract-operations-async-function-start", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-functions-abstract-operations-async-function-start", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14409", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21738", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14410", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21739", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14411", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14412", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14413", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14414", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncblockstart", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncblockstart", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14415", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14416", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14417", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14418", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14419", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#step-asyncblockstart-return-undefined", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14420", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14421", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14422", @@ -27507,7 +27503,21 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14425", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14426", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14427", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_819", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14428", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14429", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14430", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14431", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14432", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#step-asyncblockstart-return-undefined", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14433", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14434", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14435", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14436", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14437", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14438", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14439", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14440", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_814", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#references-pane-container", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#references-pane", @@ -27529,101 +27539,101 @@ "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-object", "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-object", "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-object", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14428", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14429", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14430", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14431", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14432", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.apply", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.apply", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14433", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14434", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14435", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14436", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.construct", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.construct", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14437", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14438", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14439", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14440", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.defineproperty", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.defineproperty", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14441", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14442", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14443", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.deleteproperty", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.deleteproperty", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14444", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14445", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.get", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.get", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.apply", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.apply", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14446", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14447", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getownpropertydescriptor", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getownpropertydescriptor", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14448", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14449", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.construct", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.construct", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14450", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getprototypeof", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getprototypeof", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14451", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.has", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.has", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14452", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14453", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.isextensible", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.isextensible", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.defineproperty", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.defineproperty", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14454", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.ownkeys", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.ownkeys", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14455", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14456", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.preventextensions", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.preventextensions", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.deleteproperty", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.deleteproperty", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14457", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.set", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.set", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14458", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.get", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.get", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14459", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.setprototypeof", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.setprototypeof", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14460", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getownpropertydescriptor", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getownpropertydescriptor", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14461", - "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-@@tostringtag", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14462", - "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-objects", - "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-objects", - "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-constructor", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14463", - "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-constructor", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getprototypeof", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getprototypeof", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14464", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.has", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.has", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14465", - "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-target-handler", - "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-target-handler", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14466", - "https://tc39.es/ecma262/multipage/reflection.html#sec-properties-of-the-proxy-constructor", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.isextensible", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.isextensible", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14467", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.ownkeys", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.ownkeys", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14468", - "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy.revocable", - "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-revocation-functions", - "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy.revocable", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14469", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.preventextensions", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.preventextensions", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14470", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.set", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.set", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14471", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14472", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.setprototypeof", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.setprototypeof", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14473", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14474", + "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-@@tostringtag", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14475", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-objects", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-objects", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-constructor", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14476", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-constructor", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14477", - "https://tc39.es/ecma262/multipage/reflection.html#sec-module-namespace-objects", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14478", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-target-handler", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-target-handler", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14479", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_21726", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_21727", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_820", - "https://tc39.es/ecma262/multipage/reflection.html#sec-@@tostringtag", + "https://tc39.es/ecma262/multipage/reflection.html#sec-properties-of-the-proxy-constructor", "https://tc39.es/ecma262/multipage/reflection.html#_ref_14480", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14481", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy.revocable", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-revocation-functions", + "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy.revocable", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14482", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14483", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14484", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14485", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14486", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14487", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14488", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14489", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14490", + "https://tc39.es/ecma262/multipage/reflection.html#sec-module-namespace-objects", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14491", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14492", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_21740", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_21741", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_815", + "https://tc39.es/ecma262/multipage/reflection.html#sec-@@tostringtag", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14493", "https://tc39.es/ecma262/multipage/reflection.html#references-pane-container", "https://tc39.es/ecma262/multipage/reflection.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/reflection.html#references-pane", @@ -27643,41 +27653,27 @@ "https://tc39.es/ecma262/multipage/memory-model.html#spec-container", "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model", "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14481", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14482", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14483", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14484", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14485", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14486", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14487", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14488", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14489", - "https://tc39.es/ecma262/multipage/memory-model.html#table-readsharedmemory-fields", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14490", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14491", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14492", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14493", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14494", - "https://tc39.es/ecma262/multipage/memory-model.html#table-writesharedmemory-fields", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14495", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14496", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14497", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14498", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14499", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14500", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14501", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14502", + "https://tc39.es/ecma262/multipage/memory-model.html#table-readsharedmemory-fields", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14503", - "https://tc39.es/ecma262/multipage/memory-model.html#table-rmwsharedmemory-fields", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14504", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14505", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14506", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14507", + "https://tc39.es/ecma262/multipage/memory-model.html#table-writesharedmemory-fields", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14508", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14509", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14510", @@ -27687,9 +27683,8 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14514", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14515", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14516", + "https://tc39.es/ecma262/multipage/memory-model.html#table-rmwsharedmemory-fields", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14517", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14518", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14519", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14520", @@ -27699,45 +27694,47 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14524", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14525", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14526", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-agent-event-records", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-agent-event-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14527", - "https://tc39.es/ecma262/multipage/memory-model.html#table-agent-events-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14528", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14529", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14530", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14531", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14532", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14533", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14534", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-chosen-value-records", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-chosen-value-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14535", - "https://tc39.es/ecma262/multipage/memory-model.html#table-chosen-value-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14536", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14537", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14538", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14539", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-agent-event-records", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-agent-event-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14540", + "https://tc39.es/ecma262/multipage/memory-model.html#table-agent-events-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14541", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14542", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14543", - "https://tc39.es/ecma262/multipage/memory-model.html#table-candidate-execution-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14544", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14545", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14546", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14547", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-chosen-value-records", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-chosen-value-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14548", + "https://tc39.es/ecma262/multipage/memory-model.html#table-chosen-value-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14549", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14550", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14551", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14552", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14553", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14554", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14555", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14556", + "https://tc39.es/ecma262/multipage/memory-model.html#table-candidate-execution-records", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14557", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14558", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14559", @@ -27747,51 +27744,49 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14563", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14564", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14565", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14566", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14567", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14568", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-abstract-operations-for-the-memory-model", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-synchronizeeventset", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-event-set", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-event-set", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14566", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14567", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14568", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14569", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14570", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-sharedatablockeventset", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-sharedatablockeventset", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14571", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14572", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14573", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14574", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14575", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-hosteventset", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-hosteventset", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14576", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14577", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14578", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-composewriteeventbytes", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-composewriteeventbytes", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14579", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14580", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14581", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-abstract-operations-for-the-memory-model", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-synchronizeeventset", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-event-set", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-event-set", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14582", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14583", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-sharedatablockeventset", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-sharedatablockeventset", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14584", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14585", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14586", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14587", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14588", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-hosteventset", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-hosteventset", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14589", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14590", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14591", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-composewriteeventbytes", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-composewriteeventbytes", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14592", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14593", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14594", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14595", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14596", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14597", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-valueofreadevent", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-valueofreadevent", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14598", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14599", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14600", @@ -27802,33 +27797,33 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14605", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14606", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14607", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-relations-of-candidate-executions", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-agent-order", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14608", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14609", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14610", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-valueofreadevent", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-valueofreadevent", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14611", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14612", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14613", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14614", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14615", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14616", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-reads-bytes-from", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14617", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14618", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14619", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14620", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-relations-of-candidate-executions", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-agent-order", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14621", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14622", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14623", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14624", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14625", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14626", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-reads-from", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14627", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14628", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14629", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-host-synchronizes-with", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-reads-bytes-from", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14630", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14631", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14632", @@ -27837,37 +27832,37 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14635", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14636", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14637", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-synchronizes-with", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14638", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14639", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-reads-from", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14640", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14641", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14642", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-host-synchronizes-with", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14643", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-happens-before", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14644", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14645", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14646", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14647", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14648", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14649", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-properties-of-valid-executions", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-valid-chosen-reads", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14650", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-synchronizes-with", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14651", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14652", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14653", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14654", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14655", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14656", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-coherent-reads", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-happens-before", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14657", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14658", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14659", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14660", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14661", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14662", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-tear-free-aligned-reads", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-properties-of-valid-executions", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-valid-chosen-reads", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14663", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14664", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14665", @@ -27875,13 +27870,14 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14667", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14668", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14669", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-order", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-coherent-reads", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14670", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14671", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14672", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14673", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14674", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14675", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-tear-free-aligned-reads", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14676", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14677", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14678", @@ -27889,42 +27885,41 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14680", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14681", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14682", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-order", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14683", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14684", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14685", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14686", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14687", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-valid-executions", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14688", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14689", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14690", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14691", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14692", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-races", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14693", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14694", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14695", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-data-races", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14696", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-data-race-freedom", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14697", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14698", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14699", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14700", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-valid-executions", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14701", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14702", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14703", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14704", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14705", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-races", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14706", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14707", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14708", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-data-races", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14709", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-data-race-freedom", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14710", - "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14711", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14712", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14713", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14714", @@ -27934,6 +27929,21 @@ "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14718", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14719", "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14720", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14721", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14722", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14723", + "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14724", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14725", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14726", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14727", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14728", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14729", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14730", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14731", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14732", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14733", "https://tc39.es/ecma262/multipage/memory-model.html#references-pane-container", "https://tc39.es/ecma262/multipage/memory-model.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/memory-model.html#references-pane", @@ -27992,7 +28002,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-iJnRUrcY", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-INZ21P3A", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-INZ21P3A", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21728", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21742", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-m5AWMC3P", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-3wWoyoyk", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-T8-D_rlw", @@ -28053,7 +28063,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-WPBp76A-", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-FwaLgcLH", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-ltrZioVe", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21729", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21743", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-qBjKPlc1", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-uZn3IQfi", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-lgwqNVq7", @@ -28120,7 +28130,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-w-48XpMo", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-7NM9KEaO", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-eXKFjh2J", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21730", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21744", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-Ix53lok1", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-O0K_hLF1", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-3uSyi6IT", @@ -28260,7 +28270,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-c6cxJePv", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-Eaqym5cf", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-W9higncN", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21731", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21745", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-YIoJOc1p", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-WTX_aban", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-Dfs5WPuP", @@ -28268,7 +28278,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-I7oDJnBY", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-HT-vtkeW", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-WTX_aban", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21732", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21746", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-BMcTBp4V", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-p-hcBiIQ", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-SD1i1opG", @@ -28360,8 +28370,8 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-0clqUBRw", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-h9Y6iP78", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-14bLNUM8", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21733", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_821", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21747", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_816", "https://tc39.es/ecma262/multipage/grammar-summary.html#sec-time-zone-offset-string-format", "https://tc39.es/ecma262/multipage/grammar-summary.html#sec-regular-expressions", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-B7AwVhmt", @@ -28413,10 +28423,10 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-8GU45ufS", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-5oXd8wzV", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-CzkVQCuc", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21734", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21735", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21736", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21737", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21748", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21749", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21750", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21751", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-AEZ_iyDC", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-aZFqSbDx", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-YFxZ-zB2", @@ -28462,86 +28472,69 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#shortcuts-help", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#spec-container", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-ecmascript-features-for-web-browsers", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14831", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14832", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14833", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14844", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14845", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14846", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-syntax", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-html-like-comments", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_822", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14834", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21738", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-Comment", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21739", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21740", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21741", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21742", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21743", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-MultiLineComment", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21744", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21745", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21746", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21747", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-FirstCommentLine", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21748", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineHTMLOpenComment", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21749", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineHTMLCloseComment", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21750", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21751", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineDelimitedComment", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_817", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14847", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21752", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-HTMLCloseComment", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-Comment", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21753", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21754", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21755", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineDelimitedCommentChars", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21756", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21757", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-MultiLineComment", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21758", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineNotAsteriskChar", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21759", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21760", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLinePostAsteriskCommentChars", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21761", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-FirstCommentLine", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21762", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineHTMLOpenComment", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21763", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineNotForwardSlashOrAsteriskChar", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineHTMLCloseComment", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21764", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21765", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-WhiteSpaceSequence", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineDelimitedComment", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21766", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-HTMLCloseComment", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21767", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineDelimitedCommentSequence", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21768", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21769", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineDelimitedCommentChars", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21770", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21771", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21772", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineNotAsteriskChar", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21773", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regular-expressions-patterns", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_823", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14835", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-Term", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21774", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLinePostAsteriskCommentChars", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21775", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21776", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21777", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineNotForwardSlashOrAsteriskChar", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21778", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21779", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-WhiteSpaceSequence", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21780", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21781", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SingleLineDelimitedCommentSequence", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21782", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21783", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-Assertion", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21784", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21785", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21786", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21787", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regular-expressions-patterns", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_818", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14848", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-Term", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21788", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-QuantifiableAssertion", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21789", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21790", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ExtendedAtom", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21791", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21792", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21793", @@ -28549,228 +28542,228 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21795", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21796", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21797", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-InvalidBracedQuantifier", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-Assertion", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21798", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21799", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21800", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21801", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ExtendedPatternCharacter", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21802", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-AtomEscape", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-QuantifiableAssertion", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21803", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21804", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14836", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ExtendedAtom", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21805", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14837", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21806", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21807", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21808", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21809", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21810", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-CharacterEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21811", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-InvalidBracedQuantifier", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21812", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21813", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21814", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21815", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ExtendedPatternCharacter", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21816", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-AtomEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21817", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-IdentityEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21818", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14849", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21819", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SourceCharacterIdentityEscape", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14850", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21820", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21821", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ClassAtomNoDash", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21822", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21823", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ClassEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21824", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-CharacterEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21825", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21826", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ClassControlLetter", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21827", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-patterns-static-semantics-early-errors-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_824", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21828", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21829", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21830", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21831", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14838", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-IdentityEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21832", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14839", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21833", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14840", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-SourceCharacterIdentityEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21834", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14841", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21835", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14842", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ClassAtomNoDash", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21836", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14843", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21837", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ClassEscape", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21838", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21839", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21840", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14844", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ClassControlLetter", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21841", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14845", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-patterns-static-semantics-early-errors-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_819", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21842", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14846", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21843", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14847", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21844", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14848", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21845", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14849", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21846", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-countleftcapturingparens-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14850", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14851", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21846", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14852", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21847", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14853", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21848", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14854", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21849", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14855", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21850", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14856", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21851", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21852", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-patterns-static-semantics-is-character-class-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_825", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-patterns-static-semantics-character-value-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_826", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21853", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21854", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14857", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21855", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14858", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21856", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_827", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compilesubpattern-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regular-expression-patterns-semantics", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14852", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14859", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21857", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14860", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21858", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14861", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21859", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14862", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21860", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-countleftcapturingparens-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14863", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14864", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21861", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21862", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21863", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21864", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21865", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21866", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-patterns-static-semantics-is-character-class-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_820", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-patterns-static-semantics-character-value-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_821", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21867", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21868", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21869", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21870", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_822", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compilesubpattern-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regular-expression-patterns-semantics", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14865", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21871", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21872", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compileassertion-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14853", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21873", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21874", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21875", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21876", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21877", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compileatom-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14854", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21878", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21879", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21880", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21881", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21882", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14855", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14856", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21883", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21884", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14857", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14858", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compiletocharset-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_828", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14859", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21885", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21886", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compileassertion-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14866", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21887", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14860", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21888", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14861", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21889", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14862", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21890", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14863", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21891", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compileatom-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14867", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21892", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21893", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14864", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21894", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14865", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21895", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14866", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21896", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14867", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14868", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21897", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14869", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21897", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21898", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14870", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14871", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-runtime-semantics-characterrangeorunion-abstract-operation", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-runtime-semantics-characterrangeorunion-abstract-operation", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compiletocharset-annexb", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_823", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14872", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21899", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21900", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21901", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14873", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21902", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14874", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21903", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14875", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21904", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14876", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21905", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21906", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21907", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14877", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21908", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14878", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-built-in-properties", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21909", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14879", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-properties-of-the-global-object", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_829", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_830", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#table-additional-well-known-intrinsic-objects", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#table-60", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21910", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14880", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_831", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14881", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_832", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-escape-string", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-escape-string", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21911", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14882", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21912", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14883", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14884", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-runtime-semantics-characterrangeorunion-abstract-operation", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-runtime-semantics-characterrangeorunion-abstract-operation", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14885", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14886", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14887", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14888", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14889", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14890", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-unescape-string", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-unescape-string", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14891", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-built-in-properties", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14892", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-properties-of-the-global-object", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_824", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_825", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#table-additional-well-known-intrinsic-objects", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#table-60", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14893", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_826", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14894", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21899", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_827", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-escape-string", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-escape-string", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14895", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14896", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14897", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14898", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-properties-of-the-string.prototype-object", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.substr", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.substr", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14899", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14900", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14901", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14902", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14903", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-unescape-string", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-unescape-string", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14904", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14905", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14906", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14907", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21913", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14908", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.anchor", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.anchor", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14909", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-createhtml", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-createhtml", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14910", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14911", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-properties-of-the-string.prototype-object", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.substr", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.substr", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14912", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14913", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14914", @@ -28781,118 +28774,121 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14919", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14920", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14921", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.anchor", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.anchor", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14922", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-createhtml", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-createhtml", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14923", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14924", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14925", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14926", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14927", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14928", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14929", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14930", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14931", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14932", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14933", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14934", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.big", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.big", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14922", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14935", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.blink", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.blink", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14923", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14936", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.bold", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.bold", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14924", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14937", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fixed", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fixed", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14925", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14938", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fontcolor", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fontcolor", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14926", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14939", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fontsize", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.fontsize", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14927", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14940", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.italics", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.italics", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14928", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14941", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.link", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.link", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14929", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14942", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.small", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.small", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14930", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14943", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.strike", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.strike", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14931", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14944", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.sub", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.sub", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14932", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14945", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.sup", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-string.prototype.sup", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14933", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14946", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#String.prototype.trimleft", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#String.prototype.trimleft", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_833", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_828", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#String.prototype.trimright", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#String.prototype.trimright", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_834", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_829", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-properties-of-the-date.prototype-object", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.getyear", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.getyear", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14934", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14935", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14936", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.setyear", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.setyear", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14937", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14938", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14939", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14940", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14941", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14942", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14943", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14944", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14945", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14946", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14947", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14948", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14949", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.setyear", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.setyear", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14950", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14951", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.togmtstring", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.togmtstring", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_835", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-properties-of-the-regexp.prototype-object", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regexp.prototype.compile", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regexp.prototype.compile", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14952", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14953", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14954", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-other-additional-features", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-labelled-function-declarations", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21900", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21901", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21902", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14955", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21903", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21904", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21905", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_836", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21906", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14956", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14957", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21907", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21908", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21909", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21910", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14958", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-block-level-function-declarations-web-legacy-compatibility-semantics", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21911", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21912", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21913", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21914", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14959", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14960", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14961", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14962", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14963", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14964", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.togmtstring", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.togmtstring", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_830", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-properties-of-the-regexp.prototype-object", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regexp.prototype.compile", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regexp.prototype.compile", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14965", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14966", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14967", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-other-additional-features", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-labelled-function-declarations", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21914", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21915", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21916", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14968", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21917", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21918", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21919", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_831", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21920", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14969", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14970", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21921", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21922", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21923", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21924", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14971", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-block-level-function-declarations-web-legacy-compatibility-semantics", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21925", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21926", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21927", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21928", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14972", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21929", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21930", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21931", @@ -28904,25 +28900,12 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21937", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21938", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21939", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14960", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_837", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_838", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_839", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_840", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_841", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_842", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_843", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21940", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14961", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-functiondeclarationinstantiation", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14962", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_844", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21941", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21942", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21943", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21944", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21945", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14963", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21946", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21947", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21948", @@ -28930,256 +28913,284 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21950", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21951", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21952", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14964", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_845", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14965", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14966", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-globaldeclarationinstantiation", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14967", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_846", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14968", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14969", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21953", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14973", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_832", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_833", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_834", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_835", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_836", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_837", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_838", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21954", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14974", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-functiondeclarationinstantiation", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14975", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_839", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21955", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21956", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21957", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14970", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21958", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21959", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14976", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21960", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21961", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21962", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21963", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21964", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14971", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_847", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14972", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14973", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-evaldeclarationinstantiation", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14974", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_848", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14975", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21965", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21966", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14977", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_840", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14978", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14979", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-globaldeclarationinstantiation", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14980", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_841", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14981", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14982", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21967", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21968", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21969", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14976", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21970", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21971", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14983", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21972", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21973", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14977", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14978", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14979", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#step-evaldeclarationinstantiation-web-compat-bindingexists", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14980", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14981", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21974", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21975", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14982", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_849", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14983", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14984", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-block-duplicates-allowed-static-semantics", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_850", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21976", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14985", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21977", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21978", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14984", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_842", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14985", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14986", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-evaldeclarationinstantiation", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14987", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_843", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14988", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21978", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14989", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21979", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-switch-duplicates-allowed-static-semantics", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_851", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21980", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21981", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14990", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21982", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14991", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14992", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14993", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21983", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14994", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14989", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21984", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-blockdeclarationinstantiation", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14995", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_852", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14996", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_853", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14997", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21985", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-functiondeclarations-in-ifstatement-statement-clauses", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21986", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_854", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-IfStatement", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21987", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14990", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14991", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14992", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#step-evaldeclarationinstantiation-web-compat-bindingexists", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14993", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14994", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21988", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21989", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14995", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_844", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14996", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14997", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-block-duplicates-allowed-static-semantics", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_845", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21990", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14998", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21991", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14999", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15000", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15001", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21992", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15002", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21993", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-switch-duplicates-allowed-static-semantics", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_846", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21994", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21995", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15003", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21996", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15004", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15005", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15006", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21997", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14998", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14999", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15007", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21998", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-blockdeclarationinstantiation", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15008", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_847", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15009", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_848", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15010", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21999", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-functiondeclarations-in-ifstatement-statement-clauses", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22000", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_849", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-IfStatement", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22001", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_855", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-variablestatements-in-catch-blocks", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_856", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22002", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22003", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15000", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22004", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15001", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22005", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15002", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22006", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15003", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22007", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15004", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22008", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22009", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22010", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22011", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15011", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15012", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22012", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22013", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22014", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22015", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15005", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_850", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-variablestatements-in-catch-blocks", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_851", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22016", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22017", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_857", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_858", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15006", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15013", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22018", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_859", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15007", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15014", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22019", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-initializers-in-forin-statement-heads", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15015", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22020", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_860", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ForInOfStatement", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15016", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22021", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15017", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22022", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22023", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22024", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15008", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15009", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15010", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_861", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22025", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22026", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22027", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22028", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15011", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22029", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15012", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15013", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_862", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15018", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22030", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22031", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_852", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_853", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15019", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22032", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_854", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15020", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22033", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15014", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-initializers-in-forin-statement-heads", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22034", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15015", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15016", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_863", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_855", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#prod-annexB-ForInOfStatement", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22035", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22036", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22037", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22038", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15017", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15021", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15022", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15023", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_856", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22039", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15018", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15019", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_864", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22040", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15020", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15021", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_865", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22041", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22042", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15024", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22043", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15025", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15026", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_857", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22044", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15022", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22045", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15023", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22046", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15024", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15025", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15026", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_866", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22047", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15027", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22048", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15028", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15029", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_858", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22049", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22050", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22051", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15027", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22052", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15028", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15029", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15030", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_867", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22053", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15031", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15032", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_859", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22054", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15033", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15034", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_860", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22055", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22056", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15031", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22057", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15032", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15033", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22058", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15034", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22059", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15035", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22060", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22059", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15036", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22060", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15037", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15038", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22061", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15039", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_861", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22061", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22062", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22063", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-IsHTMLDDA-internal-slot", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22064", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22065", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15040", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_868", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22066", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15041", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15042", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_869", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15043", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_862", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22067", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22068", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22069", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22070", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15044", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-IsHTMLDDA-internal-slot-to-boolean", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_870", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22071", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15045", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-IsHTMLDDA-internal-slot-aec", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15046", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_871", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22072", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15047", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22073", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15048", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22074", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15049", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15050", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-IsHTMLDDA-internal-slot-typeof", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_872", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_873", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15051", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22075", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15052", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-host-make-job-callback", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22076", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_22077", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-IsHTMLDDA-internal-slot", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15053", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_863", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15054", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-host-ensure-can-add-private-field", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15055", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_864", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15056", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15057", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-IsHTMLDDA-internal-slot-to-boolean", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_865", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15058", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15059", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15060", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-IsHTMLDDA-internal-slot-aec", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_866", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15061", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15062", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15063", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15064", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15065", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-IsHTMLDDA-internal-slot-typeof", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_867", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_868", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15066", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-host-make-job-callback", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15067", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15068", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-host-ensure-can-add-private-field", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15069", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_15070", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#references-pane-container", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#references-pane", @@ -29198,71 +29209,71 @@ "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#shortcuts-help", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#spec-container", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#sec-strict-mode-of-ecmascript", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14721", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14722", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14734", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14735", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_869", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14736", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22078", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22079", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14737", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22080", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22081", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14738", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14739", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22082", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_870", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22083", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14740", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14741", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_871", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22084", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14742", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22085", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_872", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22086", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_873", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22087", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_874", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14723", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22064", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22065", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14724", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22066", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22067", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14725", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14726", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22068", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_875", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22069", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14727", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14728", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14743", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14744", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_876", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22070", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14729", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22071", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14745", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_877", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22072", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_878", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22073", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14746", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_879", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14747", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22088", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14748", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_880", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14730", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14731", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_881", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14732", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14749", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14750", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_882", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_883", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14733", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_884", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14734", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22074", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14735", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14751", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22089", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_885", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14752", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_886", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14736", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14737", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14753", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22090", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22091", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_887", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22092", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14754", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14755", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22093", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_888", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22094", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22095", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14756", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14757", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_889", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14738", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22075", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_890", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14739", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_891", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14740", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22076", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22077", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_892", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22078", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14741", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14742", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22079", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_893", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22080", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_22081", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14743", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14744", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_894", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_895", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14745", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14758", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#references-pane-container", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#references-pane", @@ -29281,44 +29292,44 @@ "https://tc39.es/ecma262/multipage/host-layering-points.html#shortcuts-help", "https://tc39.es/ecma262/multipage/host-layering-points.html#spec-container", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-layering-points", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_896", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14746", - "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-hooks-summary", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14747", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14748", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14749", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14750", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14751", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14752", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14753", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14754", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14755", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14756", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14757", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14758", - "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-defined-fields-summary", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_891", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14759", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_897", + "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-hooks-summary", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14760", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_898", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14761", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_899", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14762", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_900", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_901", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_902", - "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-defined-objects-summary", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14763", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_903", - "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-running-jobs", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14764", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14765", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_904", - "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-internal-methods-of-exotic-objects", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_905", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14766", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14767", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14768", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14769", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14770", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14771", + "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-defined-fields-summary", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14772", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_892", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14773", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_893", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14774", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_894", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14775", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_895", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_896", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_897", + "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-defined-objects-summary", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14776", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_898", + "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-running-jobs", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14777", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14778", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_899", + "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-internal-methods-of-exotic-objects", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_900", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14779", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-built-in-objects-and-methods", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_906", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_901", "https://tc39.es/ecma262/multipage/host-layering-points.html#references-pane-container", "https://tc39.es/ecma262/multipage/host-layering-points.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/host-layering-points.html#references-pane", @@ -29337,31 +29348,31 @@ "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#shortcuts-help", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#spec-container", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#sec-corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_902", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_903", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14780", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_904", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14781", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14782", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_905", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14783", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14784", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14785", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14786", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_906", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_907", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_908", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14767", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_909", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14768", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14769", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14787", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_910", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14770", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14771", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14772", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14773", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_911", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_912", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_913", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_914", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14774", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_915", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_916", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_917", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_918", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_919", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14775", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14776", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14777", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14778", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14788", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14789", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14790", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14791", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#references-pane-container", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#references-pane", @@ -29380,156 +29391,156 @@ "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#shortcuts-help", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#spec-container", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#sec-additions-and-changes-that-introduce-incompatibilities-with-prior-editions", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_920", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14779", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_921", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14780", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22082", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22083", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_922", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14781", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14782", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_923", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_924", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22084", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22085", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22086", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_925", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_926", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14783", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_927", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14784", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22087", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14785", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_928", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22088", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22089", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22090", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22091", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22092", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_929", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22093", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22094", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22095", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_930", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_915", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14792", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_916", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14793", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22096", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22097", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_917", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14794", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14795", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_918", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_919", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22098", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14786", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22099", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_931", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22100", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_920", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_921", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14796", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_922", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14797", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22101", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_932", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14798", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_923", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22102", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22103", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_933", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22104", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14787", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22105", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14788", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_934", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22106", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14789", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_924", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22107", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22108", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22109", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14790", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_925", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22110", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14791", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_935", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22111", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14792", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22112", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14799", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22113", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14793", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_926", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22114", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14794", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_936", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22115", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14795", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_927", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22116", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22117", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14796", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_928", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22118", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14797", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_937", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14798", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14800", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22119", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14801", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_929", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22120", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14802", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22121", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22122", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22123", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_938", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_939", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14803", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22124", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14804", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_930", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22125", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14805", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22126", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_940", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22127", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14806", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22128", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14807", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_931", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22129", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14799", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14808", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22130", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22131", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14809", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22132", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14800", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14810", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_932", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14811", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22133", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14801", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22134", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22135", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22136", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14802", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_941", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14803", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14804", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22137", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14805", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14806", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_933", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_934", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22138", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22139", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22140", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_935", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22141", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22142", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22143", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14812", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22144", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22145", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22146", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14813", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22147", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14814", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22148", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22149", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22150", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14815", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_936", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14816", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14817", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_22151", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14818", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14819", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_937", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14820", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_938", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14821", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_939", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14822", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_940", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14823", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_941", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14824", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_942", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14807", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14825", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_943", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14808", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14826", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_944", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14809", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14827", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_945", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14810", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14828", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_946", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14811", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14829", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_947", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14812", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14830", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_948", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14813", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_949", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14814", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14831", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14832", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14833", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_950", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14815", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14834", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_951", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14816", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_952", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14817", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_953", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_954", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14818", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14819", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14820", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_955", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14821", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_956", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14835", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_957", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14836", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14837", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14838", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_958", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_959", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_960", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_961", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14822", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_962", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14823", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14824", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14825", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_963", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_964", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_965", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14826", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14839", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#references-pane-container", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#references-pane", diff --git a/tr/ids/epub-33.json b/tr/ids/epub-33.json index 0b534e546e46..b266e1dc51da 100644 --- a/tr/ids/epub-33.json +++ b/tr/ids/epub-33.json @@ -538,7 +538,6 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-ocf-abstract-container-7", "https://www.w3.org/TR/epub-33/#ref-for-dfn-file-path-1", "https://www.w3.org/TR/epub-33/#ref-for-dfn-file-name-1", - "https://www.w3.org/TR/epub-33/#ocf-fn-encoding", "https://www.w3.org/TR/epub-33/#ocf-fn-length", "https://www.w3.org/TR/epub-33/#ocf-pn-length", "https://www.w3.org/TR/epub-33/#ocf-fn-chars", @@ -1080,13 +1079,14 @@ "https://www.w3.org/TR/epub-33/#dfn-link", "https://www.w3.org/TR/epub-33/#ref-for-dfn-metadata-7", "https://www.w3.org/TR/epub-33/#ref-for-dfn-metadata-8", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-23", "https://www.w3.org/TR/epub-33/#ref-for-dfn-linked-resource-3", "https://www.w3.org/TR/epub-33/#linked-res-manifest", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-23", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-24", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-13", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-20", "https://www.w3.org/TR/epub-33/#ref-for-index-term-script-element-2", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-24", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-25", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-54", "https://www.w3.org/TR/epub-33/#example-reference-to-a-record-embedded-in-an-xhtml-content-document", "https://www.w3.org/TR/epub-33/#linked-res-location", @@ -1110,7 +1110,7 @@ "https://www.w3.org/TR/epub-33/#x5-6-manifest-section", "https://www.w3.org/TR/epub-33/#sec-manifest-elem", "https://www.w3.org/TR/epub-33/#x5-6-1-the-manifest-element", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-25", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-26", "https://www.w3.org/TR/epub-33/#elemdef-opf-manifest", "https://www.w3.org/TR/epub-33/#dfn-manifest", "https://www.w3.org/TR/epub-33/#ref-for-dfn-package-6", @@ -1126,7 +1126,7 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-30", "https://www.w3.org/TR/epub-33/#sec-item-elem", "https://www.w3.org/TR/epub-33/#x5-6-2-the-item-element", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-26", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-27", "https://www.w3.org/TR/epub-33/#elemdef-package-item", "https://www.w3.org/TR/epub-33/#dfn-item", "https://www.w3.org/TR/epub-33/#ref-for-dfn-manifest-4", @@ -1175,13 +1175,13 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-container-15", "https://www.w3.org/TR/epub-33/#example-remote-resources-that-are-publication-resources", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-23", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-27", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-28", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-60", "https://www.w3.org/TR/epub-33/#ref-for-dfn-remote-resource-6", "https://www.w3.org/TR/epub-33/#example-external-resources-that-are-not-publication-resources", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-33", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-61", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-28", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-29", "https://www.w3.org/TR/epub-33/#sec-opf-bindings", "https://www.w3.org/TR/epub-33/#x5-6-3-the-bindings-element-deprecated", "https://www.w3.org/TR/epub-33/#sec-pkg-spine", @@ -1204,7 +1204,7 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-4", "https://www.w3.org/TR/epub-33/#issue-container-generatedID-50", "https://www.w3.org/TR/epub-33/#h-note-51", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-29", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-30", "https://www.w3.org/TR/epub-33/#ref-for-index-term-embedded-content-2", "https://www.w3.org/TR/epub-33/#attrdef-spine-page-progression-direction", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-34", @@ -2110,7 +2110,7 @@ "https://www.w3.org/TR/epub-33/#x11-2-threat-model", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-71", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-125", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-30", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-31", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-container-17", "https://www.w3.org/TR/epub-33/#ref-for-dfn-remote-resource-8", "https://www.w3.org/TR/epub-33/#ref-for-dfn-remote-resource-9", @@ -2155,7 +2155,7 @@ "https://www.w3.org/TR/epub-33/#ref-for-index-term-system-identifiers-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-document-type-declaration-2", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-130", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-31", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-32", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-manifest-13", "https://www.w3.org/TR/epub-33/#app-structural-semantics", "https://www.w3.org/TR/epub-33/#c-expressing-structural-semantics", @@ -2395,12 +2395,12 @@ "https://www.w3.org/TR/epub-33/#sec-cover-image", "https://www.w3.org/TR/epub-33/#d-6-1-cover-image", "https://www.w3.org/TR/epub-33/#cover-image", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-32", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-33", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-80", "https://www.w3.org/TR/epub-33/#sec-mathml", "https://www.w3.org/TR/epub-33/#d-6-2-mathml", "https://www.w3.org/TR/epub-33/#mathml", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-33", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-34", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-65", "https://www.w3.org/TR/epub-33/#sec-nav-prop", "https://www.w3.org/TR/epub-33/#d-6-3-nav", @@ -2410,7 +2410,7 @@ "https://www.w3.org/TR/epub-33/#sec-remote-resources", "https://www.w3.org/TR/epub-33/#d-6-4-remote-resources", "https://www.w3.org/TR/epub-33/#remote-resources", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-34", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-35", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-container-18", "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-32", "https://www.w3.org/TR/epub-33/#ref-for-dfn-svg-content-document-16", @@ -2418,19 +2418,19 @@ "https://www.w3.org/TR/epub-33/#sec-scripted", "https://www.w3.org/TR/epub-33/#d-6-5-scripted", "https://www.w3.org/TR/epub-33/#scripted", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-35", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-36", "https://www.w3.org/TR/epub-33/#ref-for-dfn-scripted-content-document-4", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-66", "https://www.w3.org/TR/epub-33/#sec-svg-prop", "https://www.w3.org/TR/epub-33/#d-6-6-svg", "https://www.w3.org/TR/epub-33/#svg", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-36", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-37", "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-33", "https://www.w3.org/TR/epub-33/#ref-for-dfn-svg-content-document-17", "https://www.w3.org/TR/epub-33/#sec-switch", "https://www.w3.org/TR/epub-33/#d-6-7-switch", "https://www.w3.org/TR/epub-33/#switch", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-37", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-38", "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-34", "https://www.w3.org/TR/epub-33/#app-itemref-properties-vocab", "https://www.w3.org/TR/epub-33/#d-7-spine-properties-vocabulary", @@ -2581,7 +2581,7 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-manifest-plane-2", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-manifest-14", "https://www.w3.org/TR/epub-33/#ref-for-dfn-link-13", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-38", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-39", "https://www.w3.org/TR/epub-33/#ref-for-dfn-container-resource-5", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-71", "https://www.w3.org/TR/epub-33/#ref-for-dfn-spine-plane-3", @@ -2616,11 +2616,11 @@ "https://www.w3.org/TR/epub-33/#app-media-type-app-oebps-package", "https://www.w3.org/TR/epub-33/#i-1-the-application-oebps-package-xml-media-type", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-85", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-39", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-40", "https://www.w3.org/TR/epub-33/#app-media-type", "https://www.w3.org/TR/epub-33/#i-2-the-application-epub-zip-media-type", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-86", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-40", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-41", "https://www.w3.org/TR/epub-33/#index", "https://www.w3.org/TR/epub-33/#j-index", "https://www.w3.org/TR/epub-33/#index-defined-here", diff --git a/tr/ids/epub-rs-33.json b/tr/ids/epub-rs-33.json index 7230704d9b33..28c0c1c9bad4 100644 --- a/tr/ids/epub-rs-33.json +++ b/tr/ids/epub-rs-33.json @@ -162,12 +162,12 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-base-2", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-container-root-url-5", "https://www.w3.org/TR/epub-rs-33/#sec-container-iri-origin", - "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-origin-1", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-origin-0-1", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-container-root-url-6", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-publications-4", "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-6", "https://www.w3.org/TR/epub-rs-33/#h-note-7", - "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-origin-2", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-origin-1", "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-7", "https://www.w3.org/TR/epub-rs-33/#h-note-8", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-container-root-url-7", @@ -434,11 +434,11 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-scripted-content-documents-2", "https://www.w3.org/TR/epub-rs-33/#confreq-rs-scripted-origin", "https://www.w3.org/TR/epub-rs-33/#confreq-rs-scripted-origin-shared", - "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-origin-3", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-origin-2", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-spine-level-scripting-2", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-publications-11", "https://www.w3.org/TR/epub-rs-33/#confreq-rs-scripted-origin-user", - "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-origin-4", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-origin-3", "https://www.w3.org/TR/epub-rs-33/#confreq-rs-scripted-container", "https://www.w3.org/TR/epub-rs-33/#confreq-rs-scripted-container-dom", "https://www.w3.org/TR/epub-rs-33/#confreq-rs-scripted-container-size", @@ -458,7 +458,7 @@ "https://www.w3.org/TR/epub-rs-33/#sec-scripted-content-security", "https://www.w3.org/TR/epub-rs-33/#x6-4-3-security-considerations", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-content-documents-6", - "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-origin-5", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-origin-4", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-publications-12", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-spine-level-scripting-3", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-cookies-2", @@ -1050,6 +1050,7 @@ "https://www.w3.org/TR/epub-rs-33/#index-term-presentation-mathml", "https://www.w3.org/TR/epub-rs-33/#index-term-attribute-processing-model-0", "https://www.w3.org/TR/epub-rs-33/#index-term-base", + "https://www.w3.org/TR/epub-rs-33/#index-term-origin-0", "https://www.w3.org/TR/epub-rs-33/#index-term-path-relative-scheme-less-url-string", "https://www.w3.org/TR/epub-rs-33/#index-term-scheme", "https://www.w3.org/TR/epub-rs-33/#index-term-url-parser", diff --git a/tr/ids/filter-effects-1.json b/tr/ids/filter-effects-1.json index 422cf52115e4..cb79e96dc39e 100644 --- a/tr/ids/filter-effects-1.json +++ b/tr/ids/filter-effects-1.json @@ -94,6 +94,7 @@ "https://www.w3.org/TR/filter-effects-1/#toc-jump", "https://www.w3.org/TR/filter-effects-1/#toc-toggle", "https://www.w3.org/TR/filter-effects-1/#title", + "https://www.w3.org/TR/filter-effects-1/#annotation_root_", "https://www.w3.org/TR/filter-effects-1/#subtitle", "https://www.w3.org/TR/filter-effects-1/#abstract", "https://www.w3.org/TR/filter-effects-1/#ref-for-propdef-filter", diff --git a/tr/ids/filter-effects-2.json b/tr/ids/filter-effects-2.json index 78e1dcdc0c24..9c620689898f 100644 --- a/tr/ids/filter-effects-2.json +++ b/tr/ids/filter-effects-2.json @@ -30,7 +30,7 @@ "https://drafts.fxtf.org/filter-effects-2/#ref-for-backdrop-root-image%E2%91%A0", "https://drafts.fxtf.org/filter-effects-2/#ref-for-elementdef-filter%E2%91%A0", "https://drafts.fxtf.org/filter-effects-2/#ref-for-elementdef-filter%E2%91%A1", - "https://drafts.fxtf.org/filter-effects-2/#ref-for-browsing-context", + "https://drafts.fxtf.org/filter-effects-2/#ref-for-window-bc", "https://drafts.fxtf.org/filter-effects-2/#ref-for-propdef-filter", "https://drafts.fxtf.org/filter-effects-2/#BackdropRoot", "https://drafts.fxtf.org/filter-effects-2/#backdrop-root-image", @@ -59,7 +59,7 @@ "https://drafts.fxtf.org/filter-effects-2/#term-for-comb-one", "https://drafts.fxtf.org/filter-effects-2/#term-for-typedef-filter-value-list", "https://drafts.fxtf.org/filter-effects-2/#term-for-propdef-filter", - "https://drafts.fxtf.org/filter-effects-2/#term-for-browsing-context", + "https://drafts.fxtf.org/filter-effects-2/#term-for-window-bc", "https://drafts.fxtf.org/filter-effects-2/#term-for-container-element", "https://drafts.fxtf.org/filter-effects-2/#references", "https://drafts.fxtf.org/filter-effects-2/#normative", diff --git a/tr/ids/html.json b/tr/ids/html.json index 6c5abd7d39af..eebab0c9c854 100644 --- a/tr/ids/html.json +++ b/tr/ids/html.json @@ -45,7 +45,6 @@ "https://html.spec.whatwg.org/multipage/introduction.html#design-notes", "https://html.spec.whatwg.org/multipage/introduction.html#serialisability-of-script-execution", "https://html.spec.whatwg.org/multipage/introduction.html#serialisability-of-script-execution:worker", - "https://html.spec.whatwg.org/multipage/introduction.html#serialisability-of-script-execution:browsing-context", "https://html.spec.whatwg.org/multipage/introduction.html#serialisability-of-script-execution:sharedarraybuffer", "https://html.spec.whatwg.org/multipage/introduction.html#serialisability-of-script-execution:sharedarraybuffer-2", "https://html.spec.whatwg.org/multipage/introduction.html#serialisability-of-script-execution:agent", @@ -156,7 +155,7 @@ "https://html.spec.whatwg.org/multipage/introduction.html#writing-secure-applications-with-html", "https://html.spec.whatwg.org/multipage/introduction.html#writing-secure-applications-with-html:the-img-element", "https://html.spec.whatwg.org/multipage/introduction.html#writing-secure-applications-with-html:handler-onload", - "https://html.spec.whatwg.org/multipage/introduction.html#writing-secure-applications-with-html:javascript-protocol", + "https://html.spec.whatwg.org/multipage/introduction.html#writing-secure-applications-with-html:the-javascript:-url-special-case", "https://html.spec.whatwg.org/multipage/introduction.html#writing-secure-applications-with-html:the-base-element", "https://html.spec.whatwg.org/multipage/introduction.html#writing-secure-applications-with-html:the-script-element", "https://html.spec.whatwg.org/multipage/introduction.html#writing-secure-applications-with-html:http-origin", @@ -387,14 +386,14 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#plugin", "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:implementation-defined", "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:document", - "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:child-browsing-context", + "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:child-navigable", "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:document-2", "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:node", "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:document-3", "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:text/plain", "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:application/octet-stream", "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:plugin", - "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:browsing-context", + "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:navigable", "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:plugin-2", "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:tracking-vector", "https://html.spec.whatwg.org/multipage/infrastructure.html#plugins:plugin-3", @@ -458,7 +457,6 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#scalar-value", "https://html.spec.whatwg.org/multipage/infrastructure.html#tuple", "https://html.spec.whatwg.org/multipage/infrastructure.html#noncharacter", - "https://html.spec.whatwg.org/multipage/infrastructure.html#byte-sequence", "https://html.spec.whatwg.org/multipage/infrastructure.html#string", "https://html.spec.whatwg.org/multipage/infrastructure.html#code-unit", "https://html.spec.whatwg.org/multipage/infrastructure.html#code-unit-prefix", @@ -515,6 +513,7 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#list", "https://html.spec.whatwg.org/multipage/infrastructure.html#list-append", "https://html.spec.whatwg.org/multipage/infrastructure.html#list-extend", + "https://html.spec.whatwg.org/multipage/infrastructure.html#list-prepend", "https://html.spec.whatwg.org/multipage/infrastructure.html#list-replace", "https://html.spec.whatwg.org/multipage/infrastructure.html#list-remove", "https://html.spec.whatwg.org/multipage/infrastructure.html#list-empty", @@ -522,8 +521,11 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#list-size", "https://html.spec.whatwg.org/multipage/infrastructure.html#indices", "https://html.spec.whatwg.org/multipage/infrastructure.html#list-is-empty", + "https://html.spec.whatwg.org/multipage/infrastructure.html#list-item", "https://html.spec.whatwg.org/multipage/infrastructure.html#list-iterate", "https://html.spec.whatwg.org/multipage/infrastructure.html#list-clone", + "https://html.spec.whatwg.org/multipage/infrastructure.html#list-sort", + "https://html.spec.whatwg.org/multipage/infrastructure.html#list-sort-descending", "https://html.spec.whatwg.org/multipage/infrastructure.html#stack", "https://html.spec.whatwg.org/multipage/infrastructure.html#stack-push", "https://html.spec.whatwg.org/multipage/infrastructure.html#stack-pop", @@ -535,8 +537,10 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#set-union", "https://html.spec.whatwg.org/multipage/infrastructure.html#struct", "https://html.spec.whatwg.org/multipage/infrastructure.html#struct-item", + "https://html.spec.whatwg.org/multipage/infrastructure.html#byte-sequence", "https://html.spec.whatwg.org/multipage/infrastructure.html#forgiving-base64-encode", "https://html.spec.whatwg.org/multipage/infrastructure.html#forgiving-base64-decode", + "https://html.spec.whatwg.org/multipage/infrastructure.html#exclusive-range", "https://html.spec.whatwg.org/multipage/infrastructure.html#parse-a-json-string-to-an-infra-value", "https://html.spec.whatwg.org/multipage/infrastructure.html#html-namespace-2", "https://html.spec.whatwg.org/multipage/infrastructure.html#mathml-namespace", @@ -666,33 +670,37 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#extract-a-mime-type", "https://html.spec.whatwg.org/multipage/infrastructure.html#legacy-extract-an-encoding", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-fetch", + "https://html.spec.whatwg.org/multipage/infrastructure.html#fetch-controller", + "https://html.spec.whatwg.org/multipage/infrastructure.html#process-the-next-manual-redirect", "https://html.spec.whatwg.org/multipage/infrastructure.html#ok-status", "https://html.spec.whatwg.org/multipage/infrastructure.html#navigation-request", "https://html.spec.whatwg.org/multipage/infrastructure.html#network-error", "https://html.spec.whatwg.org/multipage/infrastructure.html#aborted-network-error", "https://html.spec.whatwg.org/multipage/infrastructure.html#http-origin", "https://html.spec.whatwg.org/multipage/infrastructure.html#cross-origin-resource-policy", - "https://html.spec.whatwg.org/multipage/infrastructure.html#process-response", "https://html.spec.whatwg.org/multipage/infrastructure.html#getting-a-structured-field-value", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-header-list", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-header-list-set", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-header-list-get-decode-split", - "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-fetch-terminate", - "https://html.spec.whatwg.org/multipage/infrastructure.html#process-the-next-manual-redirect", + "https://html.spec.whatwg.org/multipage/infrastructure.html#fetch-controller-abort", "https://html.spec.whatwg.org/multipage/infrastructure.html#cross-origin-resource-policy-check", "https://html.spec.whatwg.org/multipage/infrastructure.html#requestcredentials", "https://html.spec.whatwg.org/multipage/infrastructure.html#requestdestination", "https://html.spec.whatwg.org/multipage/infrastructure.html#fetch()", - "https://html.spec.whatwg.org/multipage/infrastructure.html#finalize-and-report-timing", + "https://html.spec.whatwg.org/multipage/infrastructure.html#report-timing", "https://html.spec.whatwg.org/multipage/infrastructure.html#serialize-a-response-url-for-reporting", "https://html.spec.whatwg.org/multipage/infrastructure.html#body-safely-extract", "https://html.spec.whatwg.org/multipage/infrastructure.html#body-incrementally-read", "https://html.spec.whatwg.org/multipage/infrastructure.html#processresponseconsumebody", "https://html.spec.whatwg.org/multipage/infrastructure.html#processresponseendofbody", + "https://html.spec.whatwg.org/multipage/infrastructure.html#processresponse", + "https://html.spec.whatwg.org/multipage/infrastructure.html#useparallelqueue", "https://html.spec.whatwg.org/multipage/infrastructure.html#processearlyhintsresponse", "https://html.spec.whatwg.org/multipage/infrastructure.html#connection-pool", "https://html.spec.whatwg.org/multipage/infrastructure.html#obtain-a-connection", "https://html.spec.whatwg.org/multipage/infrastructure.html#determine-the-network-partition-key", + "https://html.spec.whatwg.org/multipage/infrastructure.html#extract-full-timing-info", + "https://html.spec.whatwg.org/multipage/infrastructure.html#as-a-body", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-response", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-response-type", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-response-url", @@ -700,6 +708,7 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-response-status", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-response-header-list", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-response-body", + "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-response-body-info", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-internal-response", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-response-location-url", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-response-timing-info", @@ -743,6 +752,7 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-request-history-navigation-flag", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-request-user-activation", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-request-render-blocking", + "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-request-initiator-type", "https://html.spec.whatwg.org/multipage/infrastructure.html#add-a-range-header", "https://html.spec.whatwg.org/multipage/infrastructure.html#fetch-timing-info", "https://html.spec.whatwg.org/multipage/infrastructure.html#fetch-timing-info-start-time", @@ -1512,6 +1522,7 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#scroll-to-the-beginning-of-the-document", "https://html.spec.whatwg.org/multipage/infrastructure.html#event-resize", "https://html.spec.whatwg.org/multipage/infrastructure.html#event-scroll", + "https://html.spec.whatwg.org/multipage/infrastructure.html#event-scrollend", "https://html.spec.whatwg.org/multipage/infrastructure.html#set-up-browsing-context-features", "https://html.spec.whatwg.org/multipage/infrastructure.html#conformant-style-sheet", "https://html.spec.whatwg.org/multipage/infrastructure.html#parse-a-list-of-component-values", @@ -1682,7 +1693,7 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#obtain-a-storage-key-for-non-storage-purposes", "https://html.spec.whatwg.org/multipage/infrastructure.html#storage-key-equal", "https://html.spec.whatwg.org/multipage/infrastructure.html#storage-proxy-map", - "https://html.spec.whatwg.org/multipage/infrastructure.html#legacy-clone-a-browsing-session-storage-shed", + "https://html.spec.whatwg.org/multipage/infrastructure.html#legacy-clone-a-traversable-storage-shed", "https://html.spec.whatwg.org/multipage/infrastructure.html#application-manifest", "https://html.spec.whatwg.org/multipage/infrastructure.html#installed-web-application", "https://html.spec.whatwg.org/multipage/infrastructure.html#process-the-manifest", @@ -2088,6 +2099,10 @@ "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-media-query-list", "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#matches-the-environment", "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#mq:space-characters", + "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unique-values", + "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unique-internal-value", + "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#new-unique-internal-value", + "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unique-values:unique-internal-value", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#head", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#living-standard", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#toc-infrastructure", @@ -2115,12 +2130,11 @@ "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-2:document", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-2:url-record", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-2:an-iframe-srcdoc-document-2", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-2:doc-container-document", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-2:document-base-url", - "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-2:concept-document-bc", - "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-2:bc-container-document", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-2:the-document's-address-2", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-2:about:blank", - "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-2:concept-document-bc-2", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-2:concept-document-bc", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-2:creator-base-url", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-2:creator-base-url-2", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-2:the-document's-address-3", @@ -3199,13 +3213,13 @@ "https://html.spec.whatwg.org/multipage/dom.html#documents:concept-document-origin", "https://html.spec.whatwg.org/multipage/dom.html#documents:concept-url-origin", "https://html.spec.whatwg.org/multipage/dom.html#documents:the-document's-address-2", - "https://html.spec.whatwg.org/multipage/dom.html#documents:nested-browsing-context", - "https://html.spec.whatwg.org/multipage/dom.html#documents:active-document", + "https://html.spec.whatwg.org/multipage/dom.html#documents:nested-navigable", + "https://html.spec.whatwg.org/multipage/dom.html#documents:nav-document", "https://html.spec.whatwg.org/multipage/dom.html#documents:concept-document-origin-2", - "https://html.spec.whatwg.org/multipage/dom.html#documents:nested-browsing-context-2", - "https://html.spec.whatwg.org/multipage/dom.html#documents:bc-container-document", + "https://html.spec.whatwg.org/multipage/dom.html#documents:nav-parent", + "https://html.spec.whatwg.org/multipage/dom.html#documents:nav-document-2", "https://html.spec.whatwg.org/multipage/dom.html#documents:concept-document-origin-3", - "https://html.spec.whatwg.org/multipage/dom.html#documents:active-document-2", + "https://html.spec.whatwg.org/multipage/dom.html#documents:nav-document-3", "https://html.spec.whatwg.org/multipage/dom.html#documents:the-document's-address-3", "https://html.spec.whatwg.org/multipage/dom.html#documents:about:blank", "https://html.spec.whatwg.org/multipage/dom.html#documents:document-10", @@ -3317,13 +3331,6 @@ "https://html.spec.whatwg.org/multipage/dom.html#the-document-object:cross-origin-opener-policy", "https://html.spec.whatwg.org/multipage/dom.html#the-document-object:document-10", "https://html.spec.whatwg.org/multipage/dom.html#is-initial-about:blank", - "https://html.spec.whatwg.org/multipage/dom.html#the-document-object:browsing-context", - "https://html.spec.whatwg.org/multipage/dom.html#still-on-its-initial-about:blank-document", - "https://html.spec.whatwg.org/multipage/dom.html#the-document-object:session-history", - "https://html.spec.whatwg.org/multipage/dom.html#the-document-object:list-size", - "https://html.spec.whatwg.org/multipage/dom.html#the-document-object:session-history-2", - "https://html.spec.whatwg.org/multipage/dom.html#the-document-object:she-document", - "https://html.spec.whatwg.org/multipage/dom.html#the-document-object:is-initial-about:blank", "https://html.spec.whatwg.org/multipage/dom.html#the-document-object:document-11", "https://html.spec.whatwg.org/multipage/dom.html#concept-document-navigation-id", "https://html.spec.whatwg.org/multipage/dom.html#the-document-object:navigation-id", @@ -3436,6 +3443,8 @@ "https://html.spec.whatwg.org/multipage/dom.html#reporting-document-loading-status:document-10", "https://html.spec.whatwg.org/multipage/dom.html#reporting-document-loading-status:document-unload-timing-info", "https://html.spec.whatwg.org/multipage/dom.html#previous-document-unload-timing", + "https://html.spec.whatwg.org/multipage/dom.html#reporting-document-loading-status:document-11", + "https://html.spec.whatwg.org/multipage/dom.html#was-created-via-cross-origin-redirects", "https://html.spec.whatwg.org/multipage/dom.html#document-load-timing-info", "https://html.spec.whatwg.org/multipage/dom.html#reporting-document-loading-status:struct", "https://html.spec.whatwg.org/multipage/dom.html#reporting-document-loading-status:struct-item", @@ -3691,9 +3700,9 @@ "https://html.spec.whatwg.org/multipage/dom.html#dom-tree-accessors:root-4", "https://html.spec.whatwg.org/multipage/dom.html#dom-tree-accessors:the-iframe-element-2", "https://html.spec.whatwg.org/multipage/dom.html#dom-tree-accessors:the-iframe-element-3", - "https://html.spec.whatwg.org/multipage/dom.html#dom-tree-accessors:nested-browsing-context", - "https://html.spec.whatwg.org/multipage/dom.html#dom-tree-accessors:windowproxy", - "https://html.spec.whatwg.org/multipage/dom.html#dom-tree-accessors:nested-browsing-context-2", + "https://html.spec.whatwg.org/multipage/dom.html#dom-tree-accessors:nested-navigable", + "https://html.spec.whatwg.org/multipage/dom.html#dom-tree-accessors:nav-wp", + "https://html.spec.whatwg.org/multipage/dom.html#dom-tree-accessors:nested-navigable-2", "https://html.spec.whatwg.org/multipage/dom.html#dom-tree-accessors:htmlcollection-11", "https://html.spec.whatwg.org/multipage/dom.html#dom-tree-accessors:document-19", "https://html.spec.whatwg.org/multipage/dom.html#dom-tree-accessors:dom-document-nameditem-filter-2", @@ -4536,6 +4545,7 @@ "https://html.spec.whatwg.org/multipage/dom.html#global-attributes:handler-onreset", "https://html.spec.whatwg.org/multipage/dom.html#global-attributes:handler-onresize", "https://html.spec.whatwg.org/multipage/dom.html#global-attributes:handler-onscroll", + "https://html.spec.whatwg.org/multipage/dom.html#global-attributes:handler-onscrollend", "https://html.spec.whatwg.org/multipage/dom.html#global-attributes:handler-onsecuritypolicyviolation", "https://html.spec.whatwg.org/multipage/dom.html#global-attributes:handler-onseeked", "https://html.spec.whatwg.org/multipage/dom.html#global-attributes:handler-onseeking", @@ -5209,7 +5219,7 @@ "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:attr-base-href", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:document-base-url", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:attr-base-target", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:browsing-context", + "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:navigable", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:hyperlink", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:navigate", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:form-submission-2", @@ -5225,7 +5235,7 @@ "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:the-base-element-2", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:document-base-url-2", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:parse-a-url", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:browsing-context-2", + "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:navigable-2", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:following-hyperlinks-2", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:represents", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:the-base-element-3", @@ -5243,8 +5253,8 @@ "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:the-base-element-7", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:attr-base-href-4", "https://html.spec.whatwg.org/multipage/semantics.html#attr-base-target", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:valid-browsing-context-name-or-keyword", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:browsing-context-3", + "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:valid-navigable-target-name-or-keyword", + "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:navigable-3", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:hyperlink-2", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:the-form-element", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element:document", @@ -5692,15 +5702,13 @@ "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:create-a-link-request", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:synchronous-flag", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:linked-resource-fetch-setup-steps-2", + "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:concept-request-initiator-type", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:attr-link-rel", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:link-type-stylesheet", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:concept-fetch", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:processresponseconsumebody", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:concept-response", - "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:finalize-and-report-timing", - "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:node-document", - "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:network-error", + "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:byte-sequence", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:concept-response-status", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:ok-status", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:external-resource-link-2", @@ -5739,10 +5747,11 @@ "https://html.spec.whatwg.org/multipage/semantics.html#process-the-linked-resource", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:the-link-element-5", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:concept-response-2", + "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:byte-sequence-2", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:process-the-linked-resource-2", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:attr-link-rel-2", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:delay-the-load-event", - "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:node-document-2", + "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:node-document", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:fetch-and-process-the-linked-resource-4", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:critical-subresources-4", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:delay-the-load-event-2", @@ -6352,19 +6361,15 @@ "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:active-sandboxing-flag-set", "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:sandboxed-automatic-features-browsing-context-flag", "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:navigate", - "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:concept-document-bc", + "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:node-navigable", "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:navigation-hh", "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:hh-replace", - "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:source-browsing-context", - "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:concept-document-bc-2", "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:completely-loaded-time", "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:insert-an-element-into-a-document-2", "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:node-document-2", "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:refresh", "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:navigate-2", - "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:browsing-context", - "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:concept-document-bc-3", - "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:source-browsing-context-2", + "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:node-navigable-2", "https://html.spec.whatwg.org/multipage/semantics.html#conformance-attr-meta-http-equiv-refresh", "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:the-meta-element-12", "https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives:attr-meta-http-equiv-6", @@ -6644,11 +6649,11 @@ "https://html.spec.whatwg.org/multipage/semantics.html#interactions-of-styling-and-scripting:document-5", "https://html.spec.whatwg.org/multipage/semantics.html#has-a-style-sheet-that-is-blocking-scripts", "https://html.spec.whatwg.org/multipage/semantics.html#interactions-of-styling-and-scripting:script-blocking-style-sheet-counter", - "https://html.spec.whatwg.org/multipage/semantics.html#interactions-of-styling-and-scripting:document-6", - "https://html.spec.whatwg.org/multipage/semantics.html#interactions-of-styling-and-scripting:concept-document-bc", - "https://html.spec.whatwg.org/multipage/semantics.html#interactions-of-styling-and-scripting:bc-container-document", + "https://html.spec.whatwg.org/multipage/semantics.html#interactions-of-styling-and-scripting:node-navigable", + "https://html.spec.whatwg.org/multipage/semantics.html#interactions-of-styling-and-scripting:node-navigable-2", + "https://html.spec.whatwg.org/multipage/semantics.html#interactions-of-styling-and-scripting:nav-container", "https://html.spec.whatwg.org/multipage/semantics.html#interactions-of-styling-and-scripting:script-blocking-style-sheet-counter-2", - "https://html.spec.whatwg.org/multipage/semantics.html#interactions-of-styling-and-scripting:document-7", + "https://html.spec.whatwg.org/multipage/semantics.html#interactions-of-styling-and-scripting:document-6", "https://html.spec.whatwg.org/multipage/semantics.html#has-no-style-sheet-that-is-blocking-scripts", "https://html.spec.whatwg.org/multipage/semantics.html#interactions-of-styling-and-scripting:has-a-style-sheet-that-is-blocking-scripts", "https://html.spec.whatwg.org/multipage/sections.html#head", @@ -7773,7 +7778,7 @@ "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element:attr-hyperlink-href-2", "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element:hyperlink", "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element:attr-hyperlink-target", - "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element:browsing-context", + "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element:navigable", "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element:hyperlink-2", "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element:navigate", "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element:attr-hyperlink-download", @@ -8835,8 +8840,8 @@ "https://html.spec.whatwg.org/multipage/links.html#links-created-by-a-and-area-elements:the-area-element-3", "https://html.spec.whatwg.org/multipage/links.html#links-created-by-a-and-area-elements:attr-hyperlink-href-2", "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-target", - "https://html.spec.whatwg.org/multipage/links.html#links-created-by-a-and-area-elements:valid-browsing-context-name-or-keyword", - "https://html.spec.whatwg.org/multipage/links.html#links-created-by-a-and-area-elements:browsing-context", + "https://html.spec.whatwg.org/multipage/links.html#links-created-by-a-and-area-elements:valid-navigable-target-name-or-keyword", + "https://html.spec.whatwg.org/multipage/links.html#links-created-by-a-and-area-elements:navigable", "https://html.spec.whatwg.org/multipage/links.html#links-created-by-a-and-area-elements:following-hyperlinks-2", "https://html.spec.whatwg.org/multipage/links.html#links-created-by-a-and-area-elements:the-a-element-4", "https://html.spec.whatwg.org/multipage/links.html#links-created-by-a-and-area-elements:the-area-element-4", @@ -9094,8 +9099,6 @@ "https://html.spec.whatwg.org/multipage/links.html#api-for-a-and-area-elements:concept-url-query-3", "https://html.spec.whatwg.org/multipage/links.html#api-for-a-and-area-elements:concept-url-query-4", "https://html.spec.whatwg.org/multipage/links.html#api-for-a-and-area-elements:basic-url-parser-6", - "https://html.spec.whatwg.org/multipage/links.html#api-for-a-and-area-elements:node-document-2", - "https://html.spec.whatwg.org/multipage/links.html#api-for-a-and-area-elements:document's-character-encoding", "https://html.spec.whatwg.org/multipage/links.html#api-for-a-and-area-elements:basic-url-parser-url-6", "https://html.spec.whatwg.org/multipage/links.html#api-for-a-and-area-elements:query-state", "https://html.spec.whatwg.org/multipage/links.html#api-for-a-and-area-elements:basic-url-parser-state-override-6", @@ -9137,33 +9140,23 @@ "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:ascii-case-insensitive", "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks-2", "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:cannot-navigate", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:node-document-2", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:concept-document-bc", "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:the-a-element-4", "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:the-area-element-2", "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:get-an-element's-target", "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:get-an-element's-noopener", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name", + "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:the-rules-for-choosing-a-navigable", + "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:node-navigable", "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:parse-a-url", "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:attr-hyperlink-href", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:node-document-3", + "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:node-document-2", "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:resulting-url-string", "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:parse-a-url-2", "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:url", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:queue-an-element-task", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:dom-manipulation-task-source", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:navigate", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:browsing-context", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:concept-request", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:concept-request-url", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:concept-request-referrer-policy", "https://html.spec.whatwg.org/multipage/links.html#noreferrer-a-area-processing-model", "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:link-type-noreferrer-2", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:concept-request-referrer", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:queue-an-element-task-2", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:dom-manipulation-task-source-2", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:navigate-2", - "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:source-browsing-context", + "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:navigate", + "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:node-document-3", + "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:navigation-referrer-policy", "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:hh-replace", "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks:completely-loaded", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources", @@ -9175,20 +9168,16 @@ "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:attr-hyperlink-download-2", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:http-content-disposition-2", "https://html.spec.whatwg.org/multipage/links.html#allowed-to-download", - "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:concept-bc-sandboxing-flags", - "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:sandboxed-downloads-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:concept-bc-sandboxing-flags-2", - "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:sandboxed-downloads-browsing-context-flag-2", "https://html.spec.whatwg.org/multipage/links.html#downloading-hyperlinks", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:cannot-navigate", - "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:allowed-to-download", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:node-document", - "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:concept-document-bc", + "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:active-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:sandboxed-downloads-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:allowed-to-download", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:parse-a-url", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:attr-hyperlink-href", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:node-document-2", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:parse-a-url-2", - "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:navigate", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:resulting-url-string", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:in-parallel", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:concept-request", @@ -9207,7 +9196,7 @@ "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:concept-document-origin", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:document", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:downloading-hyperlinks", - "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:navigate-2", + "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:navigate", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:concept-origin", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:concept-url-scheme", "https://html.spec.whatwg.org/multipage/links.html#downloading-resources:same-origin", @@ -9265,6 +9254,7 @@ "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:concept-request-credentials-mode", "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:concept-request-referrer", "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:use-url-credentials-flag", + "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:concept-request-initiator-type", "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:resulting-url-string", "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:parse-a-url-3", "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:attr-hyperlink-href-2", @@ -9280,10 +9270,6 @@ "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:ping-to-2", "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:ping-from-2", "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:concept-fetch", - "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:processresponseendofbody", - "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:concept-response", - "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:finalize-and-report-timing", - "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:concept-settings-object-global", "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:in-parallel", "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:http-referer", "https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing:ignore", @@ -9358,7 +9344,7 @@ "https://html.spec.whatwg.org/multipage/links.html#linkTypes:hyperlink-annotation-2", "https://html.spec.whatwg.org/multipage/links.html#linkTypes:link-type-noopener", "https://html.spec.whatwg.org/multipage/links.html#linkTypes:hyperlink-annotation-3", - "https://html.spec.whatwg.org/multipage/links.html#linkTypes:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/links.html#linkTypes:top-level-traversable", "https://html.spec.whatwg.org/multipage/links.html#linkTypes:auxiliary-browsing-context", "https://html.spec.whatwg.org/multipage/links.html#linkTypes:attr-hyperlink-target", "https://html.spec.whatwg.org/multipage/links.html#linkTypes:link-type-noreferrer", @@ -9368,7 +9354,7 @@ "https://html.spec.whatwg.org/multipage/links.html#linkTypes:link-type-opener", "https://html.spec.whatwg.org/multipage/links.html#linkTypes:hyperlink-annotation-5", "https://html.spec.whatwg.org/multipage/links.html#linkTypes:auxiliary-browsing-context-2", - "https://html.spec.whatwg.org/multipage/links.html#linkTypes:top-level-browsing-context-2", + "https://html.spec.whatwg.org/multipage/links.html#linkTypes:top-level-traversable-2", "https://html.spec.whatwg.org/multipage/links.html#linkTypes:auxiliary-browsing-context-3", "https://html.spec.whatwg.org/multipage/links.html#linkTypes:attr-hyperlink-target-2", "https://html.spec.whatwg.org/multipage/links.html#linkTypes:link-type-pingback-2", @@ -9602,8 +9588,8 @@ "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:the-link-element-6", "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:concept-request", "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:node-document", - "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:concept-document-bc", - "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:node-navigable", + "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:top-level-traversable", "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:concept-request-initiator", "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:concept-request-destination", "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:concept-request-mode", @@ -9613,6 +9599,7 @@ "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:process-the-linked-resource", "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:the-link-element-7", "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:concept-response", + "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:byte-sequence", "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:content-type", "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:json-mime-type", "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest:process-the-manifest", @@ -9711,18 +9698,18 @@ "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:the-form-element", "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:hyperlink", "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:hyperlink-annotation", - "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:top-level-traversable", "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:hyperlink-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:auxiliary-browsing-context", + "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:window", "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:dom-opener", + "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:top-level-traversable-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:auxiliary-browsing-context-2", - "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:top-level-browsing-context-2", + "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:navigable", + "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:nav-target", + "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:top-level-traversable-3", "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:auxiliary-browsing-context-3", - "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:browsing-context", - "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:browsing-context-name", - "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:auxiliary-browsing-context-4", - "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:parent-browsing-context", + "https://html.spec.whatwg.org/multipage/links.html#link-type-noopener:nav-parent", "https://html.spec.whatwg.org/multipage/links.html#link-type-noreferrer", "https://html.spec.whatwg.org/multipage/links.html#link-type-noreferrer", "https://html.spec.whatwg.org/multipage/links.html#link-type-noreferrer:link-type-noreferrer", @@ -9740,7 +9727,7 @@ "https://html.spec.whatwg.org/multipage/links.html#link-type-opener:the-form-element", "https://html.spec.whatwg.org/multipage/links.html#link-type-opener:hyperlink", "https://html.spec.whatwg.org/multipage/links.html#link-type-opener:hyperlink-annotation", - "https://html.spec.whatwg.org/multipage/links.html#link-type-opener:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/links.html#link-type-opener:top-level-traversable", "https://html.spec.whatwg.org/multipage/links.html#link-type-opener:hyperlink-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-opener:auxiliary-browsing-context", "https://html.spec.whatwg.org/multipage/links.html#link-type-opener:link-type-opener-2", @@ -9937,41 +9924,40 @@ "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:preload-integrity-metadata-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:link-options-integrity", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:create-a-preload-key", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:link-options-document", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-request-initiator-type", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:document-2", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-response-5", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:finalize-and-report-timing", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:report-timing", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:link-options-initiator", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-fetch-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:processresponseconsumebody", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-response-6", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-response-5", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:byte-sequence", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:byte-sequence-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-response-body", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:body-safely-extract", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:as-a-body", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:processresponseconsumebody-2", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:body-safely-extract-2", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:body-safely-extract", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-response-body-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:network-error-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:unsafe-shared-current-time", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:link-options-document", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:link-options-document-2", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:link-options-document-3", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:preload-on-response-available-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:preload-response-3", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:preload-on-response-available-3", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:document-3", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:preload-response-4", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:preload-response-5", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:map-of-preloaded-resources-2", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:link-options-document-3", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:link-options-on-document-ready", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:link-options-document-4", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:link-options-on-document-ready", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:link-options-document-5", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:fetch-and-process-the-linked-resource-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:the-link-element-8", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:update-the-source-set", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:create-link-options-from-element", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:preload", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-response-7", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-response-6", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:network-error-3", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-event-fire", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:event-error", @@ -10078,6 +10064,7 @@ "https://html.spec.whatwg.org/multipage/links.html#link-type-stylesheet:process-the-linked-resource", "https://html.spec.whatwg.org/multipage/links.html#link-type-stylesheet:the-link-element-14", "https://html.spec.whatwg.org/multipage/links.html#link-type-stylesheet:concept-response", + "https://html.spec.whatwg.org/multipage/links.html#link-type-stylesheet:byte-sequence", "https://html.spec.whatwg.org/multipage/links.html#link-type-stylesheet:content-type-3", "https://html.spec.whatwg.org/multipage/links.html#link-type-stylesheet:text/css-3", "https://html.spec.whatwg.org/multipage/links.html#link-type-stylesheet:external-resource-link-10", @@ -10789,7 +10776,7 @@ "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:update-the-image-data", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:the-img-element-18", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:node-document", - "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:active-document", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:fully-active", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:current-request-4", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:img-req-state-3", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:img-error-2", @@ -10798,7 +10785,7 @@ "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:in-parallel-2", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:the-img-element-19", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:node-document-2", - "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:active-document-2", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:fully-active-2", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:the-img-element-20", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:current-request-5", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:the-img-element-21", @@ -11178,10 +11165,10 @@ "https://html.spec.whatwg.org/multipage/images.html#update-the-image-data", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:node-document", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:active-document", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:fully-active", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:in-parallel-3", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:node-document-2", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:active-document-2", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:fully-active-2", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-2", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:queue-a-microtask", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:abort-the-image-request", @@ -11315,7 +11302,7 @@ "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:start-intersection-observing-a-lazy-loading-element", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-16", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-fetch", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:process-response", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:processresponse", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-response", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:img-req-data-2", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:cors-same-origin", @@ -11327,12 +11314,6 @@ "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:queue-a-task-2", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:networking-task-source", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-origin", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:finalize-and-report-timing", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-17", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:node-document-8", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-event-fire-4", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-18", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:multipart/x-mixed-replace", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-task-3", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:queue-a-task-3", @@ -11364,15 +11345,17 @@ "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:queue-a-task-4", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:networking-task-source-3", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:prepare-an-image-for-presentation-2", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-19", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-20", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-17", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-18", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:current-request-24", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:img-req-state-12", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:img-all-2", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:queue-an-element-task-5", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:dom-manipulation-task-source-5", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-21", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-19", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-event-fire-4", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:event-load-2", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-20", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-task-5", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:queue-a-task-5", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:networking-task-source-4", @@ -11381,7 +11364,7 @@ "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:img-inc-3", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:current-request-25", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:prepare-an-image-for-presentation-3", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-22", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-21", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:img-req-state-14", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:img-inc-4", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:pending-request-18", @@ -11392,10 +11375,14 @@ "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:current-request-27", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:img-req-state-15", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:img-error-6", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-event-fire-5", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:event-error-3", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-22", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:current-request-28", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:abort-the-image-request-10", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-event-fire-6", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:event-error-4", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-23", "https://html.spec.whatwg.org/multipage/images.html#img-load", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-task-6", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-task-7", @@ -11410,11 +11397,13 @@ "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:current-request-30", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:upgrade-the-pending-request-to-the-current-request-4", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:prepare-an-image-for-presentation-4", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-23", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-24", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:img-all-3", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:list-of-available-images-2", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:ignore-higher-layer-caching-2", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-event-fire-7", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:event-load-3", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-25", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:img-req-state-16", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:img-error-7", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:abort-the-image-request-12", @@ -11424,20 +11413,22 @@ "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:pending-request-22", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:queue-an-element-task-6", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:dom-manipulation-task-source-6", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-24", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-26", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-event-fire-8", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:event-error-5", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:node-document-9", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-27", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:node-document-8", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:connected", "https://html.spec.whatwg.org/multipage/images.html#abort-the-image-request", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:image-request-3", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:img-req-data-3", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-fetch-2", "https://html.spec.whatwg.org/multipage/images.html#upgrade-the-pending-request-to-the-current-request", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-25", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-26", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-28", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-29", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:current-request-32", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:pending-request-23", - "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-27", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-30", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:pending-request-24", "https://html.spec.whatwg.org/multipage/images.html#preparing-an-image-for-presentation", "https://html.spec.whatwg.org/multipage/images.html#prepare-an-image-for-presentation", @@ -11619,7 +11610,7 @@ "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:the-img-element-3", "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:use-srcset-or-picture", "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:node-document", - "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:active-document", + "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:fully-active", "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:multipart/x-mixed-replace", "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:pending-request", "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:select-an-image-source", @@ -11802,7 +11793,7 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-srcdoc", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-name", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-allow", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-permissions-policy", @@ -11850,16 +11841,16 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:dom-media-getsvgdocument", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:represents", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-src", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:url", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-3", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:valid-non-empty-url-potentially-surrounded-by-spaces", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:names:-the-itemprop-attribute", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-src-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-srcdoc", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-4", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#an-iframe-srcdoc-document", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-srcdoc-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:syntax", @@ -11897,7 +11888,7 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-6", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:insert-an-element-into-a-document", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-document-bc", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:creating-a-new-nested-browsing-context", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:create-a-new-nested-navigable", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:parse-a-sandboxing-directive", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:iframe-sandboxing-flag-set", @@ -11905,20 +11896,18 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:process-iframe-initial-insertion", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-7", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:remove-an-element-from-a-document", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:a-browsing-context-is-discarded", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-5", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-6", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:destroy-the-nested-navigable", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:event-unload", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-7", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:document-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:a-browsing-context-is-discarded-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:destroy-the-nested-navigable-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:unload-a-document", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-8", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-8", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-6", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-srcdoc-10", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:process-the-iframe-attributes-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-9", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-9", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-7", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-srcdoc-11", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-src-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:process-the-iframe-attributes-3", @@ -11931,16 +11920,20 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:current-navigation-was-lazy-loaded-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:start-intersection-observing-a-lazy-loading-element", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigate-an-iframe-or-frame", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-response", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-response-url-list", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:about:srcdoc", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-response-header-list", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:text/html", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-response-body", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-srcdoc-13", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:document-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:an-iframe-srcdoc-document-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:shared-attribute-processing-steps-for-iframe-and-frame-elements", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:matches-about:blank", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:iframe-load-event-steps", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-referrerpolicy-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:current-navigation-was-lazy-loaded-3", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:will-lazy-load-element-steps-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:lazy-load-resumption-steps-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:current-navigation-was-lazy-loaded-4", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:start-intersection-observing-a-lazy-loading-element-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigate-an-iframe-or-frame-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#otherwise-steps-for-iframe-or-frame-elements", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#shared-attribute-processing-steps-for-iframe-and-frame-elements", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:url-record", @@ -11949,108 +11942,89 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:parse-a-url", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:node-document", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:resulting-url-record", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:ancestor-browsing-context", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-10", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:active-document", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:inclusive-ancestor-navigables", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:node-navigable", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigable", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nav-document", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-document's-address", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-url-fragment", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:matches-about:blank", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-url-equals", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:url-equals-exclude-fragments", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:matches-about:blank-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:url-and-history-update-steps", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-11", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:active-document-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:iframe-load-event-steps", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-request", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-request-url", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-request-referrer-policy", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-referrerpolicy-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-10", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:current-navigation-was-lazy-loaded-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-11", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:will-lazy-load-element-steps-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:lazy-load-resumption-steps-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:current-navigation-was-lazy-loaded-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:start-intersection-observing-a-lazy-loading-element-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigate-an-iframe-or-frame-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-8", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nav-document-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#navigate-an-iframe-or-frame", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:hh-default", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-12", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:active-document-3", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:url-3", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:referrer-policy-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:hh-push", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-9", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nav-document-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:completely-loaded", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:hh-replace", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-response-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:queue-an-element-task", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:networking-task-source", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:node-document-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:finalize-and-report-timing", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:node-document-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-relevant-global-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-element-local-name", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigate", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-13", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-10", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:node-document-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigation-hh", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:source-browsing-context", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:node-document-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigation-process-end-of-body", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:event-load", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-12", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigation-referrer-policy", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigation-resource", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:document-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#iframe-load-in-progress", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#mute-iframe-load", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:document-6", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:document-7", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#iframe-load-event-steps", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-13", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-10", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:assert", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-14", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:active-document-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-15", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-11", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-12", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nav-document-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:mute-iframe-load", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:iframe-load-in-progress", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-event-fire", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:event-load-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:event-load", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:iframe-load-in-progress-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-origin", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#potentially-delays-the-load-event", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:delay-the-load-event", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:node-document-5", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-16", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-17", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:active-document-5", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:node-document-3", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-13", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-14", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nav-document-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:ready-for-post-load-tasks", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:delay-the-load-event-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-18", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:active-document-6", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-19", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-15", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:delaying-load-events-mode", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:event-load-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-20", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:delay-the-load-event-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-16", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nav-document-6", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:event-load-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-17", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigate-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:delay-the-load-event-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-14", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-11", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#current-navigation-was-lazy-loaded", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:process-the-iframe-attributes-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-15", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-12", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:current-navigation-was-lazy-loaded-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:potentially-delays-the-load-event", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-srcdoc-14", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-src-6", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:parse-a-url-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-18", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:is-initial-about:blank", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:document-8", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigate-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-16", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-21", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:windowproxy-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-13", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-19", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nav-wp", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:window", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:document-9", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-src-7", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-name", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:valid-browsing-context-name", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-22", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:valid-navigable-target-name", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-20", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:create-a-new-nested-navigable-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-sandbox", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-17", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-14", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:unordered-set-of-unique-space-separated-tokens", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:ascii-case-insensitive", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-allow-downloads", @@ -12067,14 +12041,14 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-allow-top-navigation-by-user-activation", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-allow-top-navigation-to-custom-protocols", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-origin-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:browsing-context", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigable-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-allow-same-origin-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-allow-top-navigation-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigate-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nav-traversable", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-allow-top-navigation-by-user-activation-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigate-5", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:active-window", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nav-window", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:transient-activation", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-allow-top-navigation-to-custom-protocols-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:fetch-scheme", @@ -12107,102 +12081,101 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-allow-scripts-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-allow-same-origin-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:same-origin-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-18", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-15", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-5", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-23", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-19", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-21", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-16", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigate-6", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-6", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-20", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-21", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-17", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-18", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-7", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-22", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-19", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-8", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-24", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-22", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:parse-a-sandboxing-directive-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-23", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-20", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:iframe-sandboxing-flag-set-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-24", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-21", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-9", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-25", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-25", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-23", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-22", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:iframe-sandboxing-flag-set-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:text/html-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-26", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:text/html", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-23", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-allow-scripts-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-27", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-28", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-24", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-25", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-allow-forms-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-10", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-29", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-30", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-26", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-27", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-allow-same-origin-6", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-allow-forms-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-26", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-31", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-24", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-28", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-sandbox-11", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-allow", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-container-policy", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-document-permissions-policy", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:document-10", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-32", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-27", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-29", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-25", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-serialized-permissions-policy", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-33", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-30", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-allow-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-allowfullscreen", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:boolean-attribute", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:document-11", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-34", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-28", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-31", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-26", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-document-permissions-policy-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-origin-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:process-permissions-policy-attributes", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-35", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-32", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-allowfullscreen-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-allow-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-allowfullscreen-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-36", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-29", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:node-document-6", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-33", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-27", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:node-document-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#fullscreen-logic", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:document-12", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#allowed-to-use", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-document-bc-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-document-bc-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:active-document-7", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-document-bc-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:fully-active", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:is-feature-enabled", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-document-origin", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-document-permissions-policy-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-30", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:active-document-8", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-28", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nav-document-7", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-allow-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-allowfullscreen-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-31", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-37", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-navigable-29", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-34", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:navigate-7", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-38", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-35", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:dimension-attributes", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-39", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-36", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:fallback-content", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:creating-a-new-nested-browsing-context-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:create-a-new-nested-navigable-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-referrerpolicy", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:referrer-policy-attribute", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:referrer-policy-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:referrer-policy-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:process-the-iframe-attributes-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-loading", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:lazy-loading-attribute", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-40", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-37", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-loading-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-loading-eager-state", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-41", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-38", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:lazy-load-resumption-steps-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-42", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-39", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:lazy-load-resumption-steps-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-43", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-44", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-40", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-41", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:html-parser", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-45", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-42", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-iframe-src", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-iframe-srcdoc", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-iframe-name", @@ -12225,14 +12198,12 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:attr-iframe-loading-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:limited-to-only-known-values-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-iframe-contentdocument", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-46", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:this", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:concept-bcc-content-document", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-iframe-contentwindow", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:windowproxy-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-47", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-32", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:nested-browsing-context-33", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-48", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:this-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:content-window", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:the-iframe-element-43", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-element-categories", @@ -12269,12 +12240,11 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:document", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:dom-media-getsvgdocument", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-embed-src", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:url", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:valid-non-empty-url-potentially-surrounded-by-spaces", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:names:-the-itemprop-attribute", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-3", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-src-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-embed-type", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:mime-type", @@ -12285,14 +12255,14 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:content-type", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-src-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-4", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:represents", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-src-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-type-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:media-element", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-object-element", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:fallback-content", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-5", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#concept-embed-active", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:in-a-document", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:in-a-document-2", @@ -12308,11 +12278,11 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:being-rendered", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:being-rendered-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:event-loop-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-6", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-embed-active", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-embed-active-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-embed-active-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-7", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-6", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-embed-active-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-type-6", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-type-7", @@ -12320,7 +12290,7 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#embed-task-source", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-setup-steps", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element-setup-steps", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-8", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-7", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-task", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-setup-steps-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-src-8", @@ -12335,15 +12305,11 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-request-destination", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-request-credentials-mode", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-request-mode", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-request-initiator-type", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:use-url-credentials-flag", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-response", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:finalize-and-report-timing", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:node-document-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-relevant-global", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-fetch", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:processresponseendofbody", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:process-response", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-response-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:processresponse", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-response", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-task-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-setup-steps-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:network-error", @@ -12351,94 +12317,51 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:event-load", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-embed-type", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:display-no-plugin", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:image/svg+xml", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:nested-browsing-context", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:creating-a-new-nested-browsing-context", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:nested-navigable", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:create-a-new-nested-navigable", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:navigate", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:nested-browsing-context-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:nested-navigable-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-response-url", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:node-document-4", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:navigation-response", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:navigation-hh", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:hh-replace", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:source-browsing-context", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:node-document-5", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-document-bc", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-src-10", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:nested-navigable-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:represents-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:nested-browsing-context-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:display-a-plugin", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:nested-navigable-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:delay-the-load-event", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:node-document-5", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:delay-the-load-event-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:node-document-6", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-type-8", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:display-a-plugin-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:display-no-plugin-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#concept-embed-type", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-9", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-response-3", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-8", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-response-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-type-8", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-type-9", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-type-10", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-url-path", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-response-url", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-4", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-response-url-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-url-path-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:content-type-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-5", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:ok-status", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#display-a-plugin", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-10", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-response-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:nested-browsing-context-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:a-browsing-context-is-discarded", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:nested-browsing-context-5", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:nested-browsing-context-6", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-6", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:represents-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-7", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:queue-an-element-task-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:dom-manipulation-task-source", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-event-fire-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:event-load-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#display-no-plugin", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-11", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:nested-browsing-context-7", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:a-browsing-context-is-discarded-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:nested-browsing-context-8", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:nested-browsing-context-9", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-8", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:represents-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-12", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-9", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:destroy-the-nested-navigable", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-5", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:represents-3", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-10", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:fallback-content-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-13", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-11", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-embed-active-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:concept-embed-active-6", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-9", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#sandboxPluginEmbed", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-10", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:sandboxed-plugins-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-14", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:node-document-7", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:active-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-11", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-15", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-12", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-16", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-6", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-12", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:potentially-delays-the-load-event", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-name", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-align", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-hspace", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:attr-embed-vspace", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-17", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:xml-compatible", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:uppercase-ascii-letters", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-13", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:html-documents", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-14", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-18", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-15", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:htmlembedelement", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:plugin-16", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-19", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-20", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:the-embed-element-13", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element:dimension-attributes", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-embed-src", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-embed-type", @@ -12462,7 +12385,7 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-data", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-type", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-name", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-browsing-context", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-navigable", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-fae-form", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-form-element", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-dim-width", @@ -12499,17 +12422,17 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:dom-cva-setcustomvalidity", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:child-browsing-context", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-navigable-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-object-data", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:url", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:valid-non-empty-url-potentially-surrounded-by-spaces", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-object-type", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:valid-mime-type-string", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-object-name", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:valid-browsing-context-name", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-browsing-context-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-browsing-context-3", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:valid-navigable-target-name", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-navigable-3", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-navigable-4", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:create-a-new-nested-navigable", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:stack-of-open-elements", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:html-parser", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:xml-parser", @@ -12551,19 +12474,10 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:html-parser-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:xml-parser-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:being-rendered-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-classid-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-classid-5", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-data-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-5", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-6", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-data-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-type-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-7", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:parse-a-url", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-data-6", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-data-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:node-document-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-event-fire", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:event-error", @@ -12576,15 +12490,11 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-request-destination", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-request-credentials-mode", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-request-mode", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-request-initiator-type", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:use-url-credentials-flag", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-fetch", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:processresponseendofbody", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-response", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:finalize-and-report-timing", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:node-document-6", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-relevant-global", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:delay-the-load-event-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:node-document-7", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:node-document-6", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-task-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:queue-a-task-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:networking-task-source", @@ -12596,10 +12506,6 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#object-type-detection", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:content-type", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:content-type-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-type-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-8", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-8", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-type-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:content-type-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:content-type-4", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:text/plain", @@ -12608,121 +12514,84 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:content-type-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:application/octet-stream", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:content-type-6", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-type-6", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-9", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-type-4", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-8", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:application/octet-stream-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-9", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:xml-mime-type", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-type-7", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-type-5", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:content-type-7", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-type-8", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-10", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-type-9", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-type-6", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-9", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-type-7", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:content-type-sniffing-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:application/octet-stream-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:url-parser", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:url-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:url-record", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-url-path", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-10", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-url-path-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-11", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-11", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-browsing-context-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:a-browsing-context-is-discarded", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-12", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-13", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:xml-mime-type-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-12", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-browsing-context-5", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:creating-a-new-nested-browsing-context", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:url-3", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-10", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-navigable-5", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:create-a-new-nested-navigable-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-response", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-fetch-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-response-url", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:matches-about:blank", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:navigate", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-browsing-context-6", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-navigable-6", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-response-url-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:node-document-7", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:navigation-hh", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:hh-replace", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:source-browsing-context", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-data-6", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-11", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-navigable-7", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:navigate-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-12", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:represents", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-navigable-8", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:destroy-the-nested-navigable", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-13", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:node-document-8", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-data-7", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:content-type-sniffing:-image", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-14", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:represents-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-15", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:represents", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-browsing-context-7", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-16", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-browsing-context-8", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:a-browsing-context-is-discarded-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:content-type-sniffing:-image", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-17", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:represents-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-18", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-19", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-browsing-context-9", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-navigable-9", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:queue-an-element-task-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:dom-manipulation-task-source-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-20", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-17", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-event-fire-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:event-load", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-browsing-context-10", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-navigable-10", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:document-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:completely-finish-loading", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-data-8", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-type-10", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-14", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-object-type-11", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-15", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-16", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:queue-an-element-task-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:dom-manipulation-task-source-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-21", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-event-fire-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:event-load-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-22", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-18", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:represents-3", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:fallback-content-5", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-17", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-browsing-context-11", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:a-browsing-context-is-discarded-3", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#object-plugin", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-18", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-19", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-20", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:htmlobjectelement", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-23", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:represents-4", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-21", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:plugin-22", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:browsing-context", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#sandboxPluginObject", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-24", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:sandboxed-plugins-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-25", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:node-document-9", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:active-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-26", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:destroy-the-nested-navigable-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-19", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:fallback-content-6", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-27", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-28", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-20", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-21", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:potentially-delays-the-load-event", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:attr-fae-form-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-29", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-22", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:form-owner", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-30", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-23", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:dimension-attributes", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-object-data", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-object-type", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-object-name", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:reflect", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-object-contentdocument", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-31", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:this", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:concept-bcc-content-document", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-object-contentwindow", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:windowproxy-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-32", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-browsing-context-12", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:nested-browsing-context-13", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:this-2", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:content-window", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:dom-cva-willvalidate-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:dom-cva-validity-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:dom-cva-validationmessage-2", @@ -12731,7 +12600,7 @@ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:dom-cva-setcustomvalidity-2", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-constraint-validation-api", "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:dom-fae-form-2", - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-33", + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element:the-object-element-24", "https://html.spec.whatwg.org/multipage/media.html#head", "https://html.spec.whatwg.org/multipage/media.html#living-standard", "https://html.spec.whatwg.org/multipage/media.html#toc-semantics", @@ -12828,16 +12697,12 @@ "https://html.spec.whatwg.org/multipage/media.html#the-video-element:node-document-2", "https://html.spec.whatwg.org/multipage/media.html#the-video-element:relevant-settings-object", "https://html.spec.whatwg.org/multipage/media.html#the-video-element:concept-request-destination", + "https://html.spec.whatwg.org/multipage/media.html#the-video-element:concept-request-initiator-type", "https://html.spec.whatwg.org/multipage/media.html#the-video-element:concept-request-credentials-mode", "https://html.spec.whatwg.org/multipage/media.html#the-video-element:use-url-credentials-flag", "https://html.spec.whatwg.org/multipage/media.html#the-video-element:concept-fetch", - "https://html.spec.whatwg.org/multipage/media.html#the-video-element:processresponseendofbody", - "https://html.spec.whatwg.org/multipage/media.html#the-video-element:concept-response", - "https://html.spec.whatwg.org/multipage/media.html#the-video-element:finalize-and-report-timing", - "https://html.spec.whatwg.org/multipage/media.html#the-video-element:node-document-3", - "https://html.spec.whatwg.org/multipage/media.html#the-video-element:concept-relevant-global", "https://html.spec.whatwg.org/multipage/media.html#the-video-element:delay-the-load-event", - "https://html.spec.whatwg.org/multipage/media.html#the-video-element:node-document-4", + "https://html.spec.whatwg.org/multipage/media.html#the-video-element:node-document-3", "https://html.spec.whatwg.org/multipage/media.html#the-video-element:poster-frame-4", "https://html.spec.whatwg.org/multipage/media.html#the-video-element:poster-frame-5", "https://html.spec.whatwg.org/multipage/media.html#the-video-element:attr-video-poster-5", @@ -13737,12 +13602,13 @@ "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:media-element-39", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:node-document-3", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:relevant-settings-object", + "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:concept-request-initiator-type", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:media-data", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:implementation-defined-2", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:add-a-range-header", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:add-a-range-header-2", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:concept-fetch", - "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:process-response", + "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:processresponse", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:concept-response-2", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:media-element-40", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:node-document-4", @@ -13752,7 +13618,6 @@ "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:media-data-processing-steps-list", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:media-element-event-task-source-2", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:networking-task-source", - "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:finalize-and-report-timing", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:verify-a-media-response", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:body-incrementally-read", "https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:concept-response-body", @@ -15579,12 +15444,8 @@ "https://html.spec.whatwg.org/multipage/media.html#sourcing-out-of-band-text-tracks:the-track-element-18", "https://html.spec.whatwg.org/multipage/media.html#sourcing-out-of-band-text-tracks:node-document", "https://html.spec.whatwg.org/multipage/media.html#sourcing-out-of-band-text-tracks:relevant-settings-object", + "https://html.spec.whatwg.org/multipage/media.html#sourcing-out-of-band-text-tracks:concept-request-initiator-type", "https://html.spec.whatwg.org/multipage/media.html#sourcing-out-of-band-text-tracks:concept-fetch", - "https://html.spec.whatwg.org/multipage/media.html#sourcing-out-of-band-text-tracks:processresponseendofbody", - "https://html.spec.whatwg.org/multipage/media.html#sourcing-out-of-band-text-tracks:concept-response", - "https://html.spec.whatwg.org/multipage/media.html#sourcing-out-of-band-text-tracks:finalize-and-report-timing", - "https://html.spec.whatwg.org/multipage/media.html#sourcing-out-of-band-text-tracks:node-document-2", - "https://html.spec.whatwg.org/multipage/media.html#sourcing-out-of-band-text-tracks:concept-relevant-global", "https://html.spec.whatwg.org/multipage/media.html#sourcing-out-of-band-text-tracks:concept-task", "https://html.spec.whatwg.org/multipage/media.html#sourcing-out-of-band-text-tracks:queue-a-task", "https://html.spec.whatwg.org/multipage/media.html#sourcing-out-of-band-text-tracks:networking-task-source", @@ -16355,7 +16216,7 @@ "https://html.spec.whatwg.org/multipage/media.html#security-and-privacy-considerations:the-video-element", "https://html.spec.whatwg.org/multipage/media.html#security-and-privacy-considerations:the-audio-element", "https://html.spec.whatwg.org/multipage/media.html#security-and-privacy-considerations:document", - "https://html.spec.whatwg.org/multipage/media.html#security-and-privacy-considerations:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/media.html#security-and-privacy-considerations:top-level-traversable", "https://html.spec.whatwg.org/multipage/media.html#security-and-privacy-considerations:the-video-element-2", "https://html.spec.whatwg.org/multipage/media.html#security-and-privacy-considerations:the-img-element", "https://html.spec.whatwg.org/multipage/media.html#security-and-privacy-considerations:attr-media-crossorigin", @@ -16445,7 +16306,7 @@ "https://html.spec.whatwg.org/multipage/image-maps.html#the-area-element:attr-hyperlink-href", "https://html.spec.whatwg.org/multipage/image-maps.html#the-area-element:hyperlink", "https://html.spec.whatwg.org/multipage/image-maps.html#the-area-element:attr-hyperlink-target", - "https://html.spec.whatwg.org/multipage/image-maps.html#the-area-element:browsing-context", + "https://html.spec.whatwg.org/multipage/image-maps.html#the-area-element:navigable", "https://html.spec.whatwg.org/multipage/image-maps.html#the-area-element:hyperlink-2", "https://html.spec.whatwg.org/multipage/image-maps.html#the-area-element:navigate", "https://html.spec.whatwg.org/multipage/image-maps.html#the-area-element:attr-hyperlink-download", @@ -16702,6 +16563,7 @@ "https://html.spec.whatwg.org/multipage/embedded-content-other.html#svg-0:the-embed-element", "https://html.spec.whatwg.org/multipage/embedded-content-other.html#svg-0:the-object-element", "https://html.spec.whatwg.org/multipage/embedded-content-other.html#dom-media-getsvgdocument", + "https://html.spec.whatwg.org/multipage/embedded-content-other.html#svg-0:this", "https://html.spec.whatwg.org/multipage/embedded-content-other.html#svg-0:concept-bcc-content-document", "https://html.spec.whatwg.org/multipage/embedded-content-other.html#svg-0:read-xml", "https://html.spec.whatwg.org/multipage/embedded-content-other.html#svg-0:content-type-sniffing-2", @@ -17979,7 +17841,7 @@ "https://html.spec.whatwg.org/multipage/forms.html#the-form-element:attr-fs-novalidate", "https://html.spec.whatwg.org/multipage/forms.html#the-form-element:form-submission-2-5", "https://html.spec.whatwg.org/multipage/forms.html#the-form-element:attr-fs-target", - "https://html.spec.whatwg.org/multipage/forms.html#the-form-element:browsing-context", + "https://html.spec.whatwg.org/multipage/forms.html#the-form-element:navigable", "https://html.spec.whatwg.org/multipage/forms.html#the-form-element:form-submission-2-6", "https://html.spec.whatwg.org/multipage/forms.html#the-form-element:attr-form-rel", "https://html.spec.whatwg.org/multipage/forms.html#the-form-element:concept-element-accessibility-considerations", @@ -18401,7 +18263,7 @@ "https://html.spec.whatwg.org/multipage/input.html#the-input-element:attr-fs-formnovalidate", "https://html.spec.whatwg.org/multipage/input.html#the-input-element:form-submission-2-5", "https://html.spec.whatwg.org/multipage/input.html#the-input-element:attr-fs-formtarget", - "https://html.spec.whatwg.org/multipage/input.html#the-input-element:browsing-context", + "https://html.spec.whatwg.org/multipage/input.html#the-input-element:navigable", "https://html.spec.whatwg.org/multipage/input.html#the-input-element:form-submission-2-6", "https://html.spec.whatwg.org/multipage/input.html#the-input-element:attr-dim-height", "https://html.spec.whatwg.org/multipage/input.html#the-input-element:attr-input-list", @@ -20614,30 +20476,27 @@ "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):node-document-2", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):relevant-settings-object", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):concept-request-destination", + "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):concept-request-initiator-type", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):concept-request-credentials-mode", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):use-url-credentials-flag", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):concept-fetch", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):processresponseendofbody", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):concept-response", - "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):finalize-and-report-timing", - "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-6", - "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):node-document-3", - "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):concept-relevant-global", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):input-img-available", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):queue-an-element-task", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):user-interaction-task-source", - "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-7", + "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-6", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):concept-event-fire", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):event-load", - "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-8", + "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-7", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):queue-an-element-task-2", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):user-interaction-task-source-2", - "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-9", + "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-8", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):concept-event-fire-2", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):event-error", - "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-10", + "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-9", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):delay-the-load-event", - "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):node-document-4", + "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):node-document-3", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):concept-task", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):queue-a-task", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):networking-task-source", @@ -20648,10 +20507,10 @@ "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):content-type-sniffing:-image", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):content-type", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):content-type-2", - "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-11", + "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-10", "https://html.spec.whatwg.org/multipage/input.html#attr-input-alt", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):attr-input-alt", - "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-12", + "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-11", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):dimension-attributes", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):attr-input-src-7", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):input-img-available-2", @@ -20664,7 +20523,7 @@ "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):attr-input-alt-2", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):input-activation-behavior", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):form-owner", - "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):node-document-5", + "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):node-document-4", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):fully-active", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):represents-4", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):concept-input-type-image-coordinate-3", @@ -20684,7 +20543,7 @@ "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):attributes-for-form-submission", "https://html.spec.whatwg.org/multipage/input.html#dom-input-width-dev", "https://html.spec.whatwg.org/multipage/input.html#dom-input-height-dev", - "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-13", + "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):the-input-element-12", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):concept-input-apply", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):attr-input-alt-3", "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):attr-fs-formaction-2", @@ -21536,7 +21395,7 @@ "https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element:attr-fs-formnovalidate", "https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element:form-submission-2-4", "https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element:attr-fs-formtarget", - "https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element:browsing-context", + "https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element:navigable", "https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element:form-submission-2-5", "https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element:attr-fe-name", "https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element:form-submission-2-6", @@ -23417,7 +23276,7 @@ "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-attributes:attr-fs-enctype-3", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-target", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formtarget", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-attributes:valid-browsing-context-name-or-keyword", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-attributes:valid-navigable-target-name-or-keyword", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-novalidate", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formnovalidate", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-attributes:boolean-attribute", @@ -24011,7 +23870,7 @@ "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-processing-model:control's-data", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-processing-model:autofill-field-name-10", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-processing-model:attr-fe-autocomplete-off-4", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-processing-model:traverse-the-history", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-processing-model:reactivate-a-document", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-processing-model:autofill-field-name-11", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-processing-model:attr-fe-autocomplete-off-5", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-processing-model:control's-data-2", @@ -24601,7 +24460,6 @@ "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#sandboxSubmitBlocked", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:active-sandboxing-flag-set", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:sandboxed-forms-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:concept-document-bc", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:dom-form-submit-2", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:firing-submission-events", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:firing-submission-events-2", @@ -24638,8 +24496,9 @@ "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:get-an-element's-target", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:form-owner", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:get-an-element's-noopener", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:hh-default", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:the-rules-for-choosing-a-navigable", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:node-navigable", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:hh-push", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:completely-loaded", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:hh-replace", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:attr-fs-method-dialog", @@ -24664,12 +24523,10 @@ "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:the-form-element-5", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:planned-navigation", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#plan-to-navigate", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:concept-request", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:concept-request-2", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:concept-request-url", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:url", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:post-resource", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:the-form-element-6", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:link-type-noreferrer", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:concept-request-referrer", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:the-form-element-7", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:planned-navigation-2", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:task-queue", @@ -24679,9 +24536,13 @@ "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:the-form-element-9", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:planned-navigation-3", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:navigate", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:the-form-element-10", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:node-document-3", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:navigation-hh", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:navigation-referrer-policy", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:navigation-resource", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:navigation-navigationtype", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:the-form-element-10", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:the-form-element-11", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:planned-navigation-4", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:concept-task-2", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#submit-mutate-action", @@ -24690,6 +24551,8 @@ "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:concept-url-query", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:plan-to-navigate", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#submit-body", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:assert-2", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:attr-fs-method-post-2", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:attr-fs-enctype-urlencoded", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:convert-to-a-list-of-name-value-pairs-2", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:application/x-www-form-urlencoded-serializer-2", @@ -24704,12 +24567,11 @@ "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:convert-to-a-list-of-name-value-pairs-3", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:text/plain-encoding-algorithm", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:encode", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:text/plain", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:plan-to-navigate-2", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:concept-request-3", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:concept-request-url-2", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:concept-request-method", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:concept-request-header-list", - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:concept-request-body", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:post-resource-2", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:post-resource-request-body", + "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:post-resource-request-content-type", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#submit-get-action", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm:plan-to-navigate-3", "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#submit-mailto-headers", @@ -25339,11 +25201,10 @@ "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:focusing-steps", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:focusable", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:focused-area-of-the-document-3", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:active-document", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:node-navigable", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:nav-top", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:nav-document", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:node-document-4", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:concept-document-bc", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:node-document-5", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:concept-document-origin", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:same-origin", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:concept-document-origin-2", @@ -30217,8 +30078,8 @@ "https://html.spec.whatwg.org/multipage/semantics-other.html#pseudo-classes:selector-focus", "https://html.spec.whatwg.org/multipage/semantics-other.html#pseudo-classes:pseudo-class-9", "https://html.spec.whatwg.org/multipage/semantics-other.html#element-has-the-focus", - "https://html.spec.whatwg.org/multipage/semantics-other.html#pseudo-classes:browsing-context-container", - "https://html.spec.whatwg.org/multipage/semantics-other.html#pseudo-classes:current-focus-chain-of-a-top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/semantics-other.html#pseudo-classes:navigable-container", + "https://html.spec.whatwg.org/multipage/semantics-other.html#pseudo-classes:current-focus-chain-of-a-top-level-traversable", "https://html.spec.whatwg.org/multipage/semantics-other.html#pseudo-classes:concept-element-shadow-root", "https://html.spec.whatwg.org/multipage/semantics-other.html#pseudo-classes:root", "https://html.spec.whatwg.org/multipage/semantics-other.html#pseudo-classes:element-has-the-focus", @@ -31567,18 +31428,18 @@ "https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute:attr-hidden-32", "https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute:flat-tree-2", "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility", - "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/interaction.html#system-visibility-state", + "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:traversable-navigable", "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:system-visibility-state", "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:system-visibility-state-2", - "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:queue-a-task", + "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:traversable-navigable-2", + "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:inclusive-descendant-navigables", + "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:list-iterate", + "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:nav-document", + "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:queue-a-global-task", "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:user-interaction-task-source", + "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:concept-relevant-global", "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:update-the-visibility-state", "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:document", - "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:document-family", - "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:document-2", "https://html.spec.whatwg.org/multipage/interaction.html#visibility-state", "https://html.spec.whatwg.org/multipage/interaction.html#dom-document-visibilitystate", "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:this", @@ -31587,7 +31448,7 @@ "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:this-2", "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:visibility-state-2", "https://html.spec.whatwg.org/multipage/interaction.html#update-the-visibility-state", - "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:document-3", + "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:document-2", "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:visibility-state-3", "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility:visibility-state-4", "https://html.spec.whatwg.org/multipage/interaction.html#page-visibility-change-steps", @@ -31672,17 +31533,24 @@ "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-data-model:sticky-activation-3", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-data-model:transient-activation-3", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:browsing-context", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:activation-triggering-input-event", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:active-document", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:document", "https://html.spec.whatwg.org/multipage/interaction.html#activation-notification", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:concept-event-dispatch", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:ancestor-browsing-context", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:list-of-the-descendant-browsing-contexts", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:active-document-2", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:assert", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:fully-active", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:list-extend", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:nav-window", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:ancestor-navigables", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:list-extend-2", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:nav-window-2", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:descendant-navigables", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:navigable", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:nav-document", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:concept-document-origin", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:same-origin", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:window", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:active-window", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:concept-document-origin-2", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:list-iterate", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:last-activation-timestamp", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:current-high-resolution-time", @@ -31698,19 +31566,18 @@ "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:event-touchend", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:activation-consuming-api", "https://html.spec.whatwg.org/multipage/interaction.html#consume-user-activation", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:window", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:window-navigable", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:window-navigable-2", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:nav-top", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:inclusive-descendant-navigables", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:nav-document-2", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:window-2", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:window-bc", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:window-bc-2", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:list-of-the-descendant-browsing-contexts-2", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:active-document-3", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:list-append", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:window-3", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:active-window-2", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:nav-window-3", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:list-iterate-2", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:last-activation-timestamp-2", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:last-activation-timestamp-3", - "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:browsing-context-2", + "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:browsing-context", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:activation-notification", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:consume-user-activation", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model:transient-activation", @@ -31783,8 +31650,11 @@ "https://html.spec.whatwg.org/multipage/interaction.html#introduction-8:focused-2", "https://html.spec.whatwg.org/multipage/interaction.html#introduction-8:focused-3", "https://html.spec.whatwg.org/multipage/interaction.html#data-model", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:top-level-browsing-context", "https://html.spec.whatwg.org/multipage/interaction.html#tlbc-system-focus", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:top-level-traversable", + "https://html.spec.whatwg.org/multipage/interaction.html#system-focus", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:nav-document", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:descendant-navigables", "https://html.spec.whatwg.org/multipage/interaction.html#focusable-area", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focusable-area", "https://html.spec.whatwg.org/multipage/interaction.html#dom-anchor", @@ -31855,15 +31725,15 @@ "https://html.spec.whatwg.org/multipage/interaction.html#data-model:attr-title", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:sequentially-focusable-2", "https://html.spec.whatwg.org/multipage/interaction.html#bc-focus-ergo-bcc-focus", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:browsing-context-container", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:navigable-container", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:the-iframe-element-3", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focusable-area-10", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:browsing-context-container-2", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:nested-browsing-context", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:active-document", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:browsing-context-container-3", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:nested-browsing-context-2", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:active-document-2", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:navigable-container-2", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:nested-navigable", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:nav-document-2", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:navigable-container-3", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:nested-navigable-2", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:nav-document-3", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focusable-area-11", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:document-3", "https://html.spec.whatwg.org/multipage/interaction.html#focused-area-of-the-document", @@ -31872,28 +31742,30 @@ "https://html.spec.whatwg.org/multipage/interaction.html#data-model:fully-active-2", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focused-area-of-the-document-2", "https://html.spec.whatwg.org/multipage/interaction.html#currently-focused-area-of-a-top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/interaction.html#currently-focused-area-of-a-top-level-traversable", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focusable-area-12", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:tlbc-system-focus", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:active-document-3", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:system-focus", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:active-document", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focused-area-of-the-document-3", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:browsing-context-container-4", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:nested-browsing-context-3", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:active-document-4", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:browsing-context-container-5", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:nested-browsing-context-4", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:navigable-container-4", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:nested-navigable-3", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:nav-document-4", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:navigable-container-5", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:nested-navigable-4", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focused-area-of-the-document-4", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focused-area-of-the-document-5", "https://html.spec.whatwg.org/multipage/interaction.html#current-focus-chain-of-a-top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/interaction.html#current-focus-chain-of-a-top-level-traversable", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focus-chain", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:currently-focused-area-of-a-top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:currently-focused-area-of-a-top-level-traversable", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:dom-anchor-7", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focusable-area-13", "https://html.spec.whatwg.org/multipage/interaction.html#gains-focus", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focusable-area-14", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:currently-focused-area-of-a-top-level-browsing-context-2", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:currently-focused-area-of-a-top-level-traversable-2", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:dom-anchor-8", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focusable-area-15", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:currently-focused-area-of-a-top-level-browsing-context-3", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:currently-focused-area-of-a-top-level-traversable-3", "https://html.spec.whatwg.org/multipage/interaction.html#focused", "https://html.spec.whatwg.org/multipage/interaction.html#focus-chain", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focusable-area-16", @@ -31909,14 +31781,14 @@ "https://html.spec.whatwg.org/multipage/interaction.html#data-model:dom-anchor-11", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:node-document", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:document-4", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:child-browsing-context", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:concept-document-bc-3", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:bc-container", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:node-navigable", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:nav-parent", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:node-navigable-2", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:nav-parent-2", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:break", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:currently-focused-area-of-a-top-level-browsing-context-4", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:currently-focused-area-of-a-top-level-traversable-4", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:document-5", - "https://html.spec.whatwg.org/multipage/interaction.html#data-model:top-level-browsing-context-2", + "https://html.spec.whatwg.org/multipage/interaction.html#data-model:top-level-traversable-2", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focusable-area-18", "https://html.spec.whatwg.org/multipage/interaction.html#focusable", "https://html.spec.whatwg.org/multipage/interaction.html#data-model:focusable-area-19", @@ -32069,7 +31941,7 @@ "https://html.spec.whatwg.org/multipage/interaction.html#the-tabindex-attribute:the-details-element", "https://html.spec.whatwg.org/multipage/interaction.html#the-tabindex-attribute:attr-draggable", "https://html.spec.whatwg.org/multipage/interaction.html#the-tabindex-attribute:editing-host", - "https://html.spec.whatwg.org/multipage/interaction.html#the-tabindex-attribute:browsing-context-container", + "https://html.spec.whatwg.org/multipage/interaction.html#the-tabindex-attribute:navigable-container", "https://html.spec.whatwg.org/multipage/interaction.html#negative-tabindex", "https://html.spec.whatwg.org/multipage/interaction.html#the-tabindex-attribute:focusable-area-10", "https://html.spec.whatwg.org/multipage/interaction.html#the-tabindex-attribute:tabindex-ordered-focus-navigation-scope-5", @@ -32134,7 +32006,7 @@ "https://html.spec.whatwg.org/multipage/interaction.html#processing-model-5", "https://html.spec.whatwg.org/multipage/interaction.html#get-the-focusable-area", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusable-area", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:browsing-context", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:navigable", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:the-area-element", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusable-area-2", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:the-img-element", @@ -32146,20 +32018,20 @@ "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:document", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:document-2", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:viewport", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:browsing-context-2", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:browsing-context-3", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:active-document", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:browsing-context-container", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nested-browsing-context", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:browsing-context-container-2", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nested-browsing-context-2", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:active-document-2", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:navigable-2", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:navigable-3", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nav-document", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:navigable-container", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nested-navigable", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:navigable-container-2", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nested-navigable-2", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nav-document-2", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:shadow-host", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:concept-element-shadow-root", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:delegates-focus", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:shadow-including-inclusive-ancestor", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-traversable", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:dom-anchor", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:shadow-including-inclusive-ancestor", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focus-delegate", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:sequentially-focusable", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:shadow-host-2", @@ -32199,24 +32071,24 @@ "https://html.spec.whatwg.org/multipage/interaction.html#focusing-steps", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusable-area-7", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusable-area-8", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:browsing-context-4", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:navigable-4", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusable-area-9", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:get-the-focusable-area-4", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:browsing-context-container-3", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nested-browsing-context-3", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nested-browsing-context-4", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:active-document-3", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:navigable-container-3", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nested-navigable-3", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nested-navigable-4", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nav-document-3", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusable-area-10", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:dom-anchor-3", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:inert", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:current-focus-chain-of-a-top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-traversable-2", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:current-focus-chain-of-a-top-level-traversable", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focus-chain", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focus-update-steps", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:immediately", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusing-steps-2", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusable-area-11", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:browsing-context-5", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:navigable-5", "https://html.spec.whatwg.org/multipage/interaction.html#unfocusing-steps", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusable-area-12", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusable-area-13", @@ -32225,29 +32097,29 @@ "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:delegates-focus-4", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:concept-element-shadow-root-5", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:shadow-including-inclusive-ancestor-2", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-browsing-context-3", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-traversable-3", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:dom-anchor-4", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-browsing-context-4", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-traversable-4", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:inert-2", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:the-area-element-3", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-browsing-context-5", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-browsing-context-6", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-browsing-context-7", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:current-focus-chain-of-a-top-level-browsing-context-2", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-traversable-5", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-traversable-6", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-traversable-7", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:current-focus-chain-of-a-top-level-traversable-2", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusable-area-14", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:concept-document-bc", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:tlbc-system-focus", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:node-navigable", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:system-focus", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusing-steps-3", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:viewport-2", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:tlbc-system-focus-2", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:concept-document-bc-2", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:system-focus-2", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:node-navigable-2", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focus-update-steps-2", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-browsing-context-8", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-traversable-8", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:immediately-2", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:unfocusing-steps", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:unfocusing-steps-2", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-browsing-context-9", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-browsing-context-10", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-traversable-9", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-traversable-10", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:viewport-3", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusable-area-15", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusing-steps-4", @@ -32310,11 +32182,11 @@ "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:node-document", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:concept-relevant-global-3", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:composed-flag", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-browsing-context-11", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:top-level-traversable", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:currently-focused-area-of-a-top-level-traversable-11", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:assert", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:tlbc-system-focus-3", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:top-level-traversable-2", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:system-focus-3", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focusable-area-18", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:dom-anchor-5", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:document-12", @@ -32329,18 +32201,18 @@ "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:fire-a-click-event", "https://html.spec.whatwg.org/multipage/interaction.html#has-focus-steps", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:document-15", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:concept-document-bc-3", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:tlbc-system-focus-4", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:concept-document-bc-4", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:top-level-browsing-context-4", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:active-document-4", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:node-navigable-3", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nav-top", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:system-focus-4", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:node-navigable-4", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nav-top-2", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:active-document", "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:focused-area-of-the-document-6", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:browsing-context-container-4", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nested-browsing-context-5", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:active-document-5", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:browsing-context-container-5", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nested-browsing-context-6", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:navigable-container-4", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nested-navigable-5", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nav-document-4", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:navigable-container-5", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model:nested-navigable-6", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:document", @@ -32360,15 +32232,15 @@ "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:sequential-focus-navigation-starting-point", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:target-element", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:navigate-fragid", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:currently-focused-area-of-a-top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:currently-focused-area-of-a-top-level-traversable", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:focusable-area-3", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:currently-focused-area-of-a-top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:top-level-browsing-context-3", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:top-level-traversable", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:currently-focused-area-of-a-top-level-traversable-2", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:top-level-traversable-2", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:top-level-traversable-3", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:sequential-focus-navigation-starting-point-2", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:sequential-focus-navigation-starting-point-3", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:browsing-context", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:navigable", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:document-6", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:sequential-focus-navigation-order-2", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:document-7", @@ -32376,22 +32248,22 @@ "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:sequential-navigation-search-algorithm", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:focusing-steps", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:sequential-focus-navigation-starting-point-4", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:top-level-browsing-context-4", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:top-level-traversable-4", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:focusable-area-4", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:top-level-browsing-context-5", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:top-level-traversable-5", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:sequentially-focusable", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:sequentially-focusable-2", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:top-level-browsing-context-6", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:top-level-traversable-6", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:focusable-area-5", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:child-browsing-context", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:child-browsing-context-2", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:bc-container", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:child-navigable", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:child-navigable-2", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:nav-parent", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-navigation-search-algorithm", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:browsing-context-2", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:navigable-2", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:suitable-sequentially-focusable-area", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:active-document", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:nav-document", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:suitable-sequentially-focusable-area-2", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:active-document-2", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:nav-document-2", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:suitable-sequentially-focusable-area-3", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:home-document", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:suitable-sequentially-focusable-area-4", @@ -32413,18 +32285,19 @@ "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:home-document-3", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:sequential-focus-navigation-order-5", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:sequential-focus-navigation-order-6", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:browsing-context-container", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:nested-browsing-context", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:navigable-container", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:nested-navigable", "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:sequential-navigation-search-algorithm-2", - "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:nested-browsing-context-2", + "https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation:nested-navigable-2", "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis", "https://html.spec.whatwg.org/multipage/interaction.html#focusoptions", "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:dom-focusoptions-preventscroll", "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:dom-focusoptions-focusvisible", "https://html.spec.whatwg.org/multipage/interaction.html#dom-documentorshadowroot-activeelement-dev", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:child-browsing-context", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:bc-container", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:parent-browsing-context", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:child-navigable", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:nav-container", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:nav-parent", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:nav-document", "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:the-iframe-element", "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:the-iframe-element-2", "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:dom-documentorshadowroot-activeelement", @@ -32436,11 +32309,11 @@ "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:shadow-including-inclusive-ancestor", "https://html.spec.whatwg.org/multipage/interaction.html#dom-document-hasfocus-dev", "https://html.spec.whatwg.org/multipage/interaction.html#dom-window-focus-dev", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:window-bc", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:window-navigable", "https://html.spec.whatwg.org/multipage/interaction.html#dom-focus-dev", "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:dom-focusoptions-preventscroll-2", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:browsing-context-container", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:nested-browsing-context", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:navigable-container", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:nested-navigable", "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:dom-focusoptions-preventscroll-3", "https://html.spec.whatwg.org/multipage/interaction.html#dom-blur-dev", "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:viewport", @@ -32472,16 +32345,13 @@ "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:document-4", "https://html.spec.whatwg.org/multipage/interaction.html#dom-window-focus", "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:window", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:window-bc-2", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:window-navigable-2", "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:focusing-steps", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:top-level-traversable", "https://html.spec.whatwg.org/multipage/interaction.html#dom-window-blur", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:window-2", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:window-bc-3", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:dom-window-blur", "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:dom-window-focus", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:dom-window-blur-2", - "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:browsing-context", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:dom-window-blur", + "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:navigable", "https://html.spec.whatwg.org/multipage/interaction.html#dom-focus", "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis:locked-for-focus", "https://html.spec.whatwg.org/multipage/interaction.html#locked-for-focus", @@ -32518,19 +32388,18 @@ "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:attr-fe-autofocus-4", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:insert-an-element-into-a-document", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:node-document", - "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:concept-document-bc", + "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:fully-active", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:active-sandboxing-flag-set", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:sandboxed-automatic-features-browsing-context-flag", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:list-iterate", - "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:ancestor-browsing-context", - "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:active-document", + "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:ancestor-navigables", + "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:nav-document", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:concept-document-origin", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:same-origin", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:concept-document-origin-2", - "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:active-document-2", - "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:concept-document-bc-3", - "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:node-navigable", + "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:nav-top", + "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:nav-document-2", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:autofocus-processed-flag", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:list-remove", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:autofocus-candidates", @@ -32549,21 +32418,20 @@ "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:autofocus-processed-flag-3", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:list-is-empty-2", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:node-document-2", - "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:fully-active", + "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:fully-active-2", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:list-remove-2", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:continue", - "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:concept-document-bc-4", - "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:concept-document-bc-5", + "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:node-navigable-2", + "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:nav-top-2", + "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:node-navigable-3", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:list-remove-3", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:continue-2", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:script-blocking-style-sheet-counter", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:flush-autofocus-candidates-2", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:list-remove-4", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:list-2", - "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:active-document-3", - "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:concept-document-bc-6", - "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:ancestor-browsing-context-2", + "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:nav-document-3", + "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:inclusive-ancestor-navigables", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:document-3", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:target-element-2", "https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute:continue-3", @@ -33482,7 +33350,7 @@ "https://html.spec.whatwg.org/multipage/dnd.html#drag-and-drop-processing-model:the-drag-data-item-type-string-2", "https://html.spec.whatwg.org/multipage/dnd.html#drag-and-drop-processing-model:application/octet-stream", "https://html.spec.whatwg.org/multipage/dnd.html#drag-and-drop-processing-model:the-drag-data-item-kind-2", - "https://html.spec.whatwg.org/multipage/dnd.html#drag-and-drop-processing-model:browsing-context", + "https://html.spec.whatwg.org/multipage/dnd.html#drag-and-drop-processing-model:navigable", "https://html.spec.whatwg.org/multipage/dnd.html#drag-and-drop-processing-model:drag-data-store-item-list-3", "https://html.spec.whatwg.org/multipage/dnd.html#drag-and-drop-processing-model:mime-type", "https://html.spec.whatwg.org/multipage/dnd.html#drag-and-drop-processing-model:the-drag-data-item-type-string-3", @@ -33785,4582 +33653,5329 @@ "https://html.spec.whatwg.org/multipage/browsers.html#living-standard", "https://html.spec.whatwg.org/multipage/browsers.html#toc-browsers", "https://html.spec.whatwg.org/multipage/browsers.html#browsers", - "https://html.spec.whatwg.org/multipage/browsers.html#windows", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:document", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:the-iframe-element", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:frame", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:frameset", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:windowproxy", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#opener-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsers.html#disowned-its-opener", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-6", - "https://html.spec.whatwg.org/multipage/browsers.html#is-closing", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-7", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:disowned-its-opener", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:is-closing", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-8", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:session-history", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:document-2", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-9", - "https://html.spec.whatwg.org/multipage/browsers.html#concept-document-bc", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-10", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:session-history-2", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:document-3", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:a-browsing-context-is-discarded", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:document-4", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:concept-document-bc", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:document-5", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:dom-domimplementation-createdocument", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:document-6", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:the-iframe-element-2", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:remove-an-element-from-a-document", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:a-browsing-context-is-discarded-2", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-11", - "https://html.spec.whatwg.org/multipage/browsers.html#active-window", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:windowproxy-2", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:concept-windowproxy-window", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-12", - "https://html.spec.whatwg.org/multipage/browsers.html#active-document", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:active-window", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:concept-document-window", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:window", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:document-7", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:document-8", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:concept-document-bc-3", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:window-2", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:document-9", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-13", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-14", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:navigate", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:is-initial-about:blank", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:document-10", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:navigation-hh", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:hh-replace", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-15", - "https://html.spec.whatwg.org/multipage/browsers.html#virtual-browsing-context-group-id", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:coop-struct-report-only-value", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-16", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-initial-url", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:url", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:browsing-context-17", - "https://html.spec.whatwg.org/multipage/browsers.html#opener-origin-at-creation", - "https://html.spec.whatwg.org/multipage/browsers.html#windows:concept-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts", - "https://html.spec.whatwg.org/multipage/browsers.html#set-the-active-document", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:document", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:visibility-state", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:system-visibility-state", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:active-window", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-window", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:relevant-settings-object", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-environment-execution-ready-flag", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creator-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#creator-url", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:url", - "https://html.spec.whatwg.org/multipage/browsers.html#creator-base-url", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:url-2", - "https://html.spec.whatwg.org/multipage/browsers.html#determining-the-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:url-3", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-origin-2", - "https://html.spec.whatwg.org/multipage/browsers.html#sandboxOrigin", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:sandboxed-origin-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-origin-opaque", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-origin-opaque-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:matches-about:blank", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-origin-3", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:dom-document-domain", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:about:srcdoc", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:bc-container-document", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-url-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-a-new-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:document-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:browsing-context-group", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:unsafe-shared-current-time", - "https://html.spec.whatwg.org/multipage/browsers.html#creator-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:creator-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-origin-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:creator-url", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:the-document's-address", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:creator-base-url", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:document-base-url", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:virtual-browsing-context-group-id", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:virtual-browsing-context-group-id-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:determining-the-creation-sandboxing-flags", - "https://html.spec.whatwg.org/multipage/browsers.html#about-blank-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:determining-the-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:about:blank", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:creator-origin-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:creating-a-permissions-policy", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:obtain-similar-origin-window-agent", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:creating-a-new-javascript-realm", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:window", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:windowproxy", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:about:blank-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:relevant-settings-object-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-environment-top-level-creation-url", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:relevant-settings-object-3", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-environment-top-level-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:set-up-a-window-environment-settings-object", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:about:blank-3", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:document-load-timing-info", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:navigation-start-time", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:coarsen-time", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:environment-settings-object", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-settings-object-cross-origin-isolated-capability", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:cross-origin-opener-policy", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-origin-3", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:same-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:relevant-settings-object-4", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-environment-top-level-origin-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-bc", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:active-document", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-coop", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:document-3", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:html-documents", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:quirks-mode", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-content-type", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-origin-4", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:active-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-permissions-policy", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-coop-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:load-timing-info", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-navigation-id", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:ready-for-post-load-tasks", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:assert", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:the-document's-address-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:relevant-settings-object-5", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-environment-creation-url", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:about:blank-4", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:is-initial-about:blank", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:the-html-element", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:the-head-element", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:the-body-element", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:set-the-active-document", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:creator-url-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:the-document's-referrer", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-url-serializer", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-policy-container", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:clone-a-policy-container", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-policy-container-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:session-history-entry", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:session-history", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:she-url", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:about:blank-5", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:she-document", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:completely-finish-loading", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-a-new-top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:creating-a-new-browsing-context-group", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:browsing-context-set", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:top-level-browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-a-new-auxiliary-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:top-level-browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:tlbc-group", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:assert-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:navigate", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:creating-a-new-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:active-document-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:bcg-append", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:opener-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:virtual-browsing-context-group-id-3", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:top-level-browsing-context-6", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:virtual-browsing-context-group-id-4", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:opener-origin-at-creation", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:active-document-3", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-origin-5", - "https://html.spec.whatwg.org/multipage/browsers.html#copy-session-storage", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:legacy-clone-a-browsing-session-storage-shed", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:tlbc-browsing-session", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:tlbc-browsing-session-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:top-level-browsing-context-7", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:auxiliary-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-a-new-nested-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:node-document", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:top-level-browsing-context-8", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:tlbc-group-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:creating-a-new-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:node-document-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:nested-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts:browsing-context-name", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:the-iframe-element", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-container", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-container", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#bc-container", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-container-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:nested-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#bc-container-document", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:bc-container", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:bc-container-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:node-document", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:bc-container-3", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:shadow-including-root", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:bc-container-4", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:connected", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsers.html#child-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-6", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:bc-container-document", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:bc-container-document-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:concept-document-bc", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-7", - "https://html.spec.whatwg.org/multipage/browsers.html#document-tree-child-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:child-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:bc-container-5", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:in-a-document-tree", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-8", - "https://html.spec.whatwg.org/multipage/browsers.html#parent-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-9", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:child-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-10", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:parent-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-11", - "https://html.spec.whatwg.org/multipage/browsers.html#ancestor-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:child-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:ancestor-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:parent-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-12", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:parent-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:ancestor-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#tlbc-group", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-group", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#is-popup", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:is-popup", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:dom-barprop-visible", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:barprop", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-13", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:set-up-browsing-context-features", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:bc-container-6", - "https://html.spec.whatwg.org/multipage/browsers.html#auxiliary-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:top-level-browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:parent-browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-14", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:child-browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:ancestor-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#list-of-the-descendant-browsing-contexts", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:list", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-container-3", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:nested-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:shadow-including-root-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:shadow-including-tree-order", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:nested-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:list-append", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:list-extend", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:list-of-the-descendant-browsing-contexts", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:active-document", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-2", - "https://html.spec.whatwg.org/multipage/browsers.html#fully-active", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:concept-document-bc-3", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:active-document-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:concept-document-bc-4", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:top-level-browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:concept-document-bc-5", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:bc-container-document-3", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:fully-active", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:child-browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-3", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:parent-browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:child-browsing-context-6", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-4", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:fully-active-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:active-document-3", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:fully-active-3", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-5", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:the-iframe-element-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:active-document-4", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:concept-document-bc-6", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:fully-active-4", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:the-button-element", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-6", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-7", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:active-document-5", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:fully-active-5", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-8", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:active-document-6", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:fully-active-6", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-9", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:active-document-7", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:fully-active-7", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-10", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:active-document-8", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:bc-container-document-4", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-11", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:fully-active-8", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-12", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:fully-active-9", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:active-document-9", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:child-browsing-context-7", - "https://html.spec.whatwg.org/multipage/browsers.html#delaying-load-events-mode", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:navigate", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:delay-the-load-event", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:bc-container-7", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-13", - "https://html.spec.whatwg.org/multipage/browsers.html#document-family", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-15", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-14", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-16", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:session-history", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-family", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-15", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-family-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-16", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-family-3", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-17", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:list-of-the-descendant-browsing-contexts-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:document-17", - "https://html.spec.whatwg.org/multipage/browsers.html#concept-bcc-content-document", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:browsing-context-container-4", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:nested-browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:nested-browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:active-document-10", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:concept-document-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:node-document-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:concept-document-origin-2", - "https://html.spec.whatwg.org/multipage/browsers.html#nested-browsing-contexts:same-origin-domain", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom", - "https://html.spec.whatwg.org/multipage/browsers.html#dom-top-dev", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:windowproxy", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#dom-opener-dev", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:windowproxy-2", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:opener-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#dom-parent-dev", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:windowproxy-3", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:parent-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#dom-frameelement-dev", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:element", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context-container", - "https://html.spec.whatwg.org/multipage/browsers.html#dom-top", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:window", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:window-bc", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:window-2", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:window-bc-2", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:windowproxy-4", - "https://html.spec.whatwg.org/multipage/browsers.html#dom-opener", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:this", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:window-bc-3", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:disowned-its-opener", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:opener-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:opener-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:windowproxy-5", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:dom-opener", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:this-2", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:window-bc-4", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:this-3", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:window-bc-5", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:disowned-its-opener-2", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:ordinarydefineownproperty", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:this-4", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:disowned-its-opener-3", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:dom-opener-2", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:opener-browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:window-3", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:window-4", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:disowned-its-opener-4", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:dom-opener-3", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:opener-browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:window-5", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context-6", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:opener-browsing-context-6", - "https://html.spec.whatwg.org/multipage/browsers.html#dom-parent", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:window-6", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:window-bc-6", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:child-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context-7", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:windowproxy-6", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:assert", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:windowproxy-7", - "https://html.spec.whatwg.org/multipage/browsers.html#dom-frameelement", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:window-7", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:window-bc-7", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:bc-container", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:node-document", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:concept-document-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:same-origin-domain", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:current-settings-object", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:concept-settings-object-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context-8", - "https://html.spec.whatwg.org/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom:a-browsing-context-is-discarded", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav", - "https://html.spec.whatwg.org/multipage/browsers.html#security-1", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#familiar-with", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:concept-document-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:active-document", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:same-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:concept-document-origin-2", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:active-document-2", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:child-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:auxiliary-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:familiar-with", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:opener-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:ancestor-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:active-document-3", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:same-origin-2", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:concept-document-origin-3", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:active-document-4", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#allowed-to-navigate", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:ancestor-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:active-document-5", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:active-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:sandboxed-navigation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:top-level-browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:ancestor-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:active-window", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:transient-activation", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:active-document-6", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:active-sandboxing-flag-set-2", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:sandboxed-top-level-navigation-with-user-activation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:active-window-2", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:transient-activation-2", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:active-document-7", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:active-sandboxing-flag-set-3", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:sandboxed-top-level-navigation-without-user-activation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:top-level-browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:ancestor-browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:document", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:active-sandboxing-flag-set-4", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:sandboxed-navigation-browsing-context-flag-2", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:one-permitted-sandboxed-navigator", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-scope-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:document-2", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:concept-document-bc", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:top-level-browsing-context-6", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:document-3", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:ancestor-browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:active-document-8", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:concept-document-origin-4", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:same-origin-3", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:node-document", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:concept-document-origin-5", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:browsing-context-scope-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:concept-document-origin-6", - "https://html.spec.whatwg.org/multipage/browsers.html#security-nav:node-document-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-set", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:set", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-group", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-set", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:set-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-group-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:creating-a-new-browsing-context-group", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-group-3", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:auxiliary-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-group-4", - "https://html.spec.whatwg.org/multipage/browsers.html#agent-cluster-map", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:ordered-map", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:agent-cluster-key", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:agent-cluster", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-group-5", - "https://html.spec.whatwg.org/multipage/browsers.html#historical-agent-cluster-key-map", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:ordered-map-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:concept-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:agent-cluster-key-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:historical-agent-cluster-key-map", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-group-6", - "https://html.spec.whatwg.org/multipage/browsers.html#bcg-cross-origin-isolation", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:cross-origin-isolation-mode", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:cross-origin-isolation-none", - "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-isolation-mode", - "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-isolation-none", - "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-isolation-logical", - "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-isolation-concrete", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:cross-origin-isolation-logical", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:cross-origin-isolation-concrete", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-group-7", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:document", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:cross-origin-opener-policy-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:coop-same-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:document-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:cross-origin-embedder-policy", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:compatible-with-cross-origin-isolation", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:concept-settings-object-cross-origin-isolated-capability", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:cross-origin-isolation-concrete-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:cross-origin-isolation-logical-2", - "https://html.spec.whatwg.org/multipage/browsers.html#creating-a-new-browsing-context-group", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-group-8", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:set-append", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-group-set", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:creating-a-new-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:bcg-append", - "https://html.spec.whatwg.org/multipage/browsers.html#bcg-append", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:top-level-browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-group-9", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:set-append-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-set", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:tlbc-group", - "https://html.spec.whatwg.org/multipage/browsers.html#bcg-remove", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:top-level-browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:assert", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:tlbc-group-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:a-browsing-context-is-discarded", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:tlbc-group-3", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:tlbc-group-4", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:list-remove", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-set-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-set-3", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:list-is-empty", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:list-remove-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-group-set-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:bcg-append-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:bcg-remove", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:browsing-context-group-10", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:creating-a-new-browsing-context-group-2", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:creating-a-new-auxiliary-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#groupings-of-browsing-contexts:a-browsing-context-is-discarded-2", - "https://html.spec.whatwg.org/multipage/browsers.html#unit-of-related-browsing-contexts", - "https://html.spec.whatwg.org/multipage/browsers.html#unit-of-related-similar-origin-browsing-contexts", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-name", - "https://html.spec.whatwg.org/multipage/browsers.html#valid-browsing-context-name", - "https://html.spec.whatwg.org/multipage/browsers.html#valid-browsing-context-name-or-keyword", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:valid-browsing-context-name", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:ascii-case-insensitive", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:parent-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:auxiliary-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:attr-iframe-sandbox-allow-popups", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:attr-iframe-sandbox", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:the-iframe-element", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:familiar-with", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:one-permitted-sandboxed-navigator", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:familiar-with-2", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:one-permitted-sandboxed-navigator-2", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:familiar-with-3", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:navigate", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name", - "https://html.spec.whatwg.org/multipage/browsers.html#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:browsing-context-name", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:active-document", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:active-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:ascii-case-insensitive-2", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:ascii-case-insensitive-3", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:parent-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:ascii-case-insensitive-4", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:ascii-case-insensitive-5", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:browsing-context-name-2", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:familiar-with-4", - "https://html.spec.whatwg.org/multipage/browsers.html#popup-blocker", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:active-window", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:transient-activation", - "https://html.spec.whatwg.org/multipage/browsers.html#sandboxWindowOpen", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:sandboxed-auxiliary-navigation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:top-level-browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:active-document-2", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:concept-document-coop", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:coop-struct-value", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:coop-same-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:coop-same-origin-plus-coep", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:active-document-3", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:concept-document-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:same-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:relevant-settings-object", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:concept-environment-top-level-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:cross-origin-opener-policy", - "https://html.spec.whatwg.org/multipage/browsers.html#noopener", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:creating-a-new-top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:creating-a-new-auxiliary-browsing-context", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:sandboxed-navigation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:one-permitted-sandboxed-navigator-3", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:sandbox-propagates-to-auxiliary-browsing-contexts-flag", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:popup-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:ascii-case-insensitive-6", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:browsing-context-name-3", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:navigate-2", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:hh-replace", - "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-names:history-handling-behavior", - "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-objects", - "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-objects:window", - "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-objects:windowproxy", - "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-objects:location", - "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-objects:concept-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#integration-with-idl", - "https://html.spec.whatwg.org/multipage/browsers.html#integration-with-idl:perform-a-security-check", - "https://html.spec.whatwg.org/multipage/browsers.html#integration-with-idl:window", - "https://html.spec.whatwg.org/multipage/browsers.html#integration-with-idl:location", - "https://html.spec.whatwg.org/multipage/browsers.html#integration-with-idl:crossoriginproperties-(-o-)", - "https://html.spec.whatwg.org/multipage/browsers.html#integration-with-idl:samevalue", - "https://html.spec.whatwg.org/multipage/browsers.html#integration-with-idl:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/browsers.html#integration-with-idl:securityerror", - "https://html.spec.whatwg.org/multipage/browsers.html#integration-with-idl:domexception", - "https://html.spec.whatwg.org/multipage/browsers.html#shared-internal-slot:-crossoriginpropertydescriptormap", - "https://html.spec.whatwg.org/multipage/browsers.html#shared-internal-slot:-crossoriginpropertydescriptormap:window", - "https://html.spec.whatwg.org/multipage/browsers.html#shared-internal-slot:-crossoriginpropertydescriptormap:location", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertydescriptormap", - "https://html.spec.whatwg.org/multipage/browsers.html#shared-internal-slot:-crossoriginpropertydescriptormap:crossoriginpropertydescriptormap", - "https://html.spec.whatwg.org/multipage/browsers.html#shared-internal-slot:-crossoriginpropertydescriptormap:window-2", - "https://html.spec.whatwg.org/multipage/browsers.html#shared-internal-slot:-crossoriginpropertydescriptormap:location-2", - "https://html.spec.whatwg.org/multipage/browsers.html#shared-internal-slot:-crossoriginpropertydescriptormap:crossorigingetownpropertyhelper-(-o,-p-)", - "https://html.spec.whatwg.org/multipage/browsers.html#shared-internal-slot:-crossoriginpropertydescriptormap:dom-document-domain", - "https://html.spec.whatwg.org/multipage/browsers.html#shared-internal-slot:-crossoriginpropertydescriptormap:dom-document-domain-2", - "https://html.spec.whatwg.org/multipage/browsers.html#shared-internal-slot:-crossoriginpropertydescriptormap:dom-document-domain-3", - "https://html.spec.whatwg.org/multipage/browsers.html#shared-internal-slot:-crossoriginpropertydescriptormap:concept-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#shared-abstract-operations", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginproperties-(-o-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginproperties-(-o-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginproperties-(-o-):assert", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginproperties-(-o-):location", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginproperties-(-o-):window", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginproperties-(-o-):location-2", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginproperties-(-o-):completion-record", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginproperties-(-o-):windowproxy", - "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-accessible-window-property-name", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginproperties-(-o-):array-index-property-name", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertyfallback-(-p-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertyfallback-(-p-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertyfallback-(-p-):@@tostringtag", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertyfallback-(-p-):@@hasinstance", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertyfallback-(-p-):@@isconcatspreadable", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertyfallback-(-p-):propertydescriptor", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertyfallback-(-p-):securityerror", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertyfallback-(-p-):domexception", - "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-):current-settings-object", - "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-):concept-settings-object-origin", - "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-):same-origin-domain", - "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-):relevant-settings-object", - "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-):concept-settings-object-origin-2", - "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-):completion-record", - "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-):current-settings-object-2", - "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-):javascript-execution-context", - "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-):javascript-execution-context-stack", - "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-):dom-document-2", - "https://html.spec.whatwg.org/multipage/browsers.html#isplatformobjectsameorigin-(-o-):windowproxy", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):securityerror", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):domexception", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):crossoriginpropertyfallback-(-p-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):current-settings-object", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):relevant-settings-object", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):crossoriginproperties-(-o-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):samevalue", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):crossoriginpropertydescriptormap", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):ordinarygetownproperty", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):iscallable", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):current-realm", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):propertydescriptor", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):current-realm-2", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):current-realm-3", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):propertydescriptor-2", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):crossoriginpropertydescriptormap-2", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):completion-record", - "https://html.spec.whatwg.org/multipage/browsers.html#crossorigingetownpropertyhelper-(-o,-p-):invariants-of-the-essential-internal-methods", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginget-(-o,-p,-receiver-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginget-(-o,-p,-receiver-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginget-(-o,-p,-receiver-):assert", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginget-(-o,-p,-receiver-):isdatadescriptor", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginget-(-o,-p,-receiver-):assert-2", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginget-(-o,-p,-receiver-):isaccessordescriptor", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginget-(-o,-p,-receiver-):securityerror", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginget-(-o,-p,-receiver-):domexception", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginget-(-o,-p,-receiver-):call", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginset-(-o,-p,-v,-receiver-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginset-(-o,-p,-v,-receiver-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginset-(-o,-p,-v,-receiver-):assert", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginset-(-o,-p,-v,-receiver-):call", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginset-(-o,-p,-v,-receiver-):securityerror", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginset-(-o,-p,-v,-receiver-):domexception", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginownpropertykeys-(-o-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginownpropertykeys-(-o-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginownpropertykeys-(-o-):js-list", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginownpropertykeys-(-o-):crossoriginproperties-(-o-)", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginownpropertykeys-(-o-):list-append", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginownpropertykeys-(-o-):@@tostringtag", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginownpropertykeys-(-o-):@@hasinstance", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginownpropertykeys-(-o-):@@isconcatspreadable", - "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginownpropertykeys-(-o-):completion-record", - "https://html.spec.whatwg.org/multipage/window-object.html#head", - "https://html.spec.whatwg.org/multipage/window-object.html#living-standard", - "https://html.spec.whatwg.org/multipage/window-object.html#toc-browsers", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:window", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:legacyunenumerablenamedproperties", - "https://html.spec.whatwg.org/multipage/window-object.html#window", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:eventtarget", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:legacyunforgeable", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:windowproxy", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:windowproxy-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-self", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:legacyunforgeable-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:document", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-document-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-name", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-location-href", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:legacyunforgeable-3", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:location", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-location", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:history-3", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-history", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:customelementregistry", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-customelements", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:barprop", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-locationbar", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:barprop-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-menubar", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:barprop-3", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-personalbar", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:barprop-4", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-scrollbars", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:barprop-5", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-statusbar", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:barprop-6", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-toolbar", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-status", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-close", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-closed", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-stop", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-focus", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-blur", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:windowproxy-3", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-frames", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-length", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:legacyunforgeable-4", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:windowproxy-4", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-top", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-opener", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:windowproxy-5", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-parent", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:element", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-frameelement", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:windowproxy-6", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-open", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:legacynulltoemptystring", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:idl-object", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:windowproxy-7", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:navigator", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-navigator", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:navigator-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-clientinformation", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-originagentcluster", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-alert-noargs", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-alert", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-confirm", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-prompt", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-print", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-postmessage", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:idl-object-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-window-postmessage-options", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:windowpostmessageoptions", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:window-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:globaleventhandlers", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:window-3", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:windoweventhandlers", - "https://html.spec.whatwg.org/multipage/window-object.html#windowpostmessageoptions", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:structuredserializeoptions", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-windowpostmessageoptions-targetorigin", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-frames-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-self-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-document-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:document-2", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-document-defaultview-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:window-4", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:active-document", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:window-5", - "https://html.spec.whatwg.org/multipage/window-object.html#concept-document-window", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:document-3", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:window-6", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:navigate", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:is-initial-about:blank", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:document-4", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:window-7", - "https://html.spec.whatwg.org/multipage/window-object.html#window-bc", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:window-8", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:concept-document-window", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:concept-document-bc", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-frames", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-self", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:this", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:concept-relevant-realm", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-document-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:this-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:concept-document-window-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:document-5", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:window-9", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:navigate-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:initialise-the-document-object", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:browsing-context-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:window-10", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:is-initial-about:blank-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:document-6", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-document-defaultview", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:this-3", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:this-4", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:concept-document-bc-3", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:windowproxy-8", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:window-11", - "https://html.spec.whatwg.org/multipage/window-object.html#htmldocument", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:document-7", - "https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:interface-object", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-open-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:about:blank", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:set-of-comma-separated-tokens", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:link-type-noopener", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:link-type-noreferrer", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:hyperlink", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:dom-barprop-visible", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:barprop", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-name-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-close-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-closed-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-stop-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#window-open-steps", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:event-loop", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:termination-nesting-level", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:entry-global-object", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-bc", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-window-open-features-tokenize", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:map-exists", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-window-open-features-parse-boolean", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:map-remove", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:map-exists-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-window-open-features-parse-boolean-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:map-remove-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:handler-onclick", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:dom-open", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:the-iframe-element", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:is-popup", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:popup-window-is-requested", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:set-up-browsing-context-features", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:url-record", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:about:blank-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:parse-a-url", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:entry-settings-object", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:resulting-url-record", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:parse-a-url-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:syntaxerror", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:domexception", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:matches-about:blank", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:url-and-history-update-steps", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:active-document", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-request", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-request-url", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-request-referrer", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:navigate", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:exceptions-enabled", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:source-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:url-record-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:about:blank-3", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:parse-a-url-3", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:entry-settings-object-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:resulting-url-record-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:parse-a-url-4", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:syntaxerror-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:domexception-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-request-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-request-url-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-request-referrer-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:navigate-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:exceptions-enabled-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:source-browsing-context-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:opener-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:windowproxy", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-open", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-open-steps", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:navigate-3", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:auxiliary-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#concept-window-open-features-tokenize", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:ordered-map", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:while", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:collect-a-sequence-of-code-points", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:feature-separator", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:collect-a-sequence-of-code-points-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:feature-separator-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:converted-to-ascii-lowercase", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:normalizing-the-feature-name", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:while-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:feature-separator-3", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:break", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:feature-separator-4", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:feature-separator-5", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:break-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:collect-a-sequence-of-code-points-3", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:feature-separator-6", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:converted-to-ascii-lowercase-2", - "https://html.spec.whatwg.org/multipage/window-object.html#window-feature-is-set", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:map-exists-3", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-window-open-features-parse-boolean-3", - "https://html.spec.whatwg.org/multipage/window-object.html#popup-window-is-requested", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:map-empty", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:map-exists-4", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-window-open-features-parse-boolean-4", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-feature-is-set", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-feature-is-set-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-feature-is-set-3", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-feature-is-set-4", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-feature-is-set-5", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-feature-is-set-6", - "https://html.spec.whatwg.org/multipage/window-object.html#feature-separator", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:space-characters", - "https://html.spec.whatwg.org/multipage/window-object.html#normalizing-the-feature-name", - "https://html.spec.whatwg.org/multipage/window-object.html#concept-window-open-features-parse-boolean", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:is", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:is-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:rules-for-parsing-integers", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-name", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-bc-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-bc-3", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:browsing-context-name", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:dom-name", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this-3", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-bc-4", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this-4", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-bc-5", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:browsing-context-name-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:navigate-4", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-origin", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-close", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this-5", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-bc-6", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:is-closing", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:script-closable", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-incumbent-global", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-bc-7", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:familiar-with", - "https://html.spec.whatwg.org/multipage/window-object.html#sandboxClose", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-incumbent-global-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-bc-8", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:allowed-to-navigate", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:is-closing-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:queue-a-task", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:dom-manipulation-task-source", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:close-a-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:browsing-context-2", - "https://html.spec.whatwg.org/multipage/window-object.html#script-closable", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:auxiliary-browsing-context-2", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:session-history", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:document", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-closed", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this-6", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-bc-9", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:is-closing-3", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-stop", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:stop-document-loading", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this-7", - "https://html.spec.whatwg.org/multipage/window-object.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-document-window", - "https://html.spec.whatwg.org/multipage/window-object.html#accessing-other-browsing-contexts", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-length-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#accessing-other-browsing-contexts:document-tree-child-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#accessing-other-browsing-contexts:document-tree-child-browsing-context-2", - "https://html.spec.whatwg.org/multipage/window-object.html#number-of-child-browsing-contexts", - "https://html.spec.whatwg.org/multipage/window-object.html#number-of-document-tree-child-browsing-contexts", - "https://html.spec.whatwg.org/multipage/window-object.html#accessing-other-browsing-contexts:window", - "https://html.spec.whatwg.org/multipage/window-object.html#accessing-other-browsing-contexts:window-bc", - "https://html.spec.whatwg.org/multipage/window-object.html#accessing-other-browsing-contexts:document-tree-child-browsing-context-3", - "https://html.spec.whatwg.org/multipage/window-object.html#accessing-other-browsing-contexts:window-bc-2", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-length", - "https://html.spec.whatwg.org/multipage/window-object.html#accessing-other-browsing-contexts:number-of-document-tree-child-browsing-contexts", - "https://html.spec.whatwg.org/multipage/window-object.html#accessing-other-browsing-contexts:this", - "https://html.spec.whatwg.org/multipage/window-object.html#accessing-other-browsing-contexts:document-tree-child-browsing-context-4", - "https://html.spec.whatwg.org/multipage/window-object.html#accessing-other-browsing-contexts:windowproxy", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:window", - "https://html.spec.whatwg.org/multipage/window-object.html#child-browsing-context-name-property-set", - "https://html.spec.whatwg.org/multipage/window-object.html#document-tree-child-browsing-context-name-property-set", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:window-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:window-bc", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:document-tree-child-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:window-bc-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:browsing-context-name", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:document-tree-child-browsing-context-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:browsing-context-name-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:document-tree-child-browsing-context-3", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:active-document", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:concept-document-origin", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:same-origin", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:relevant-settings-object", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:concept-settings-object-origin", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:browsing-context-name-3", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:bc-container", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:browsing-context-name-4", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:dom-name", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:window-3", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:support-named-properties", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:supported-property-names", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:window-4", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:tree-order", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:document-tree-child-browsing-context-name-property-set", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:the-embed-element", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:the-form-element", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:the-img-element", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:the-object-element", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:in-a-document-tree", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:concept-document-window", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:root", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:the-id-attribute", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:html-elements", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:the-id-attribute-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:in-a-document-tree-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:concept-document-window-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:root-2", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-nameditem", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:determine-the-value-of-a-named-property", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:window-5", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:dom-window-nameditem-filter", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:browsing-context-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:windowproxy", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:nested-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:browsing-context-container", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:tree-order-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:nested-browsing-context-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:htmlcollection", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:concept-document-window-3", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:dom-window-nameditem-filter-2", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-nameditem-filter", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:window-6", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:document-tree-child-browsing-context-4", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:concept-document-window-4", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:browsing-context-name-5", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:the-embed-element-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:the-form-element-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:the-img-element-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:the-object-element-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:in-a-document-tree-3", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:concept-document-window-5", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:root-3", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:html-elements-2", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:the-id-attribute-3", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:in-a-document-tree-4", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:concept-document-window-6", - "https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object:root-4", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts", - "https://html.spec.whatwg.org/multipage/window-object.html#discard-a-document", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:document", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:concept-document-salvageable", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:unloading-document-cleanup-steps", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:other-applicable-specifications", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:abort-a-document", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:concept-task", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:task-source", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:a-browsing-context-is-discarded", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:child-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:session-history-entry", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:she-document", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:she-document-2", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:concept-document-bc", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:list-remove", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:concept-WorkerGlobalScope-owner-set", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:workerglobalscope", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:list-contains", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:list-iterate", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:concept-document-worklet-global-scopes", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:terminate-a-worklet-global-scope", - "https://html.spec.whatwg.org/multipage/window-object.html#a-browsing-context-is-discarded", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:discard-a-document", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:document-2", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:session-history", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:bcg-remove", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:a-browsing-context-is-discarded-2", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:browsing-context-2", - "https://html.spec.whatwg.org/multipage/window-object.html#garbage-collection-and-browsing-contexts:windowproxy", - "https://html.spec.whatwg.org/multipage/window-object.html#closing-browsing-contexts", - "https://html.spec.whatwg.org/multipage/window-object.html#close-a-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#closing-browsing-contexts:prompt-to-unload-a-document", - "https://html.spec.whatwg.org/multipage/window-object.html#closing-browsing-contexts:active-document", - "https://html.spec.whatwg.org/multipage/window-object.html#closing-browsing-contexts:unload-a-document", - "https://html.spec.whatwg.org/multipage/window-object.html#closing-browsing-contexts:active-document-2", - "https://html.spec.whatwg.org/multipage/window-object.html#closing-browsing-contexts:a-browsing-context-is-discarded", - "https://html.spec.whatwg.org/multipage/window-object.html#closing-browsing-contexts:close-a-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#closing-browsing-contexts:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:window", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:window-2", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:window-bc", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:is-popup", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:barprop", - "https://html.spec.whatwg.org/multipage/window-object.html#barprop", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:dom-barprop-visible", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-locationbar-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-barprop-visible-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-menubar-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:dom-barprop-visible-2", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-personalbar-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:dom-barprop-visible-3", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-scrollbars-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:dom-barprop-visible-4", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-statusbar-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:dom-barprop-visible-5", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-toolbar-dev", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:dom-barprop-visible-6", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-barprop-visible", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:this", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:window-bc-2", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:is-popup-2", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:barprop-2", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:window-3", - "https://html.spec.whatwg.org/multipage/window-object.html#the-location-bar-barprop-object", - "https://html.spec.whatwg.org/multipage/window-object.html#the-menu-bar-barprop-object", - "https://html.spec.whatwg.org/multipage/window-object.html#the-personal-bar-barprop-object", - "https://html.spec.whatwg.org/multipage/window-object.html#the-scrollbar-barprop-object", - "https://html.spec.whatwg.org/multipage/window-object.html#the-status-bar-barprop-object", - "https://html.spec.whatwg.org/multipage/window-object.html#the-toolbar-barprop-object", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:session-history", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-locationbar", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:the-location-bar-barprop-object", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-menubar", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:the-menu-bar-barprop-object", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-personalbar", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:the-personal-bar-barprop-object", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-scrollbars", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:the-scrollbar-barprop-object", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-statusbar", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:the-status-bar-barprop-object", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-toolbar", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:the-toolbar-barprop-object", - "https://html.spec.whatwg.org/multipage/window-object.html#dom-window-status", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:window-4", - "https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements:window-5", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:window", - "https://html.spec.whatwg.org/multipage/window-object.html#set-up-a-window-environment-settings-object", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:url", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:javascript-execution-context", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:environment", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:url-2", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-origin", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-realm-global", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:environment-settings-object", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:realm-execution-context", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-settings-object-module-map", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-document-module-map", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-document-window", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:api-url-character-encoding", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:document's-character-encoding", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-document-window-2", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:api-base-url", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:document-base-url", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-document-window-3", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-settings-object-origin", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-document-origin", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-document-window-4", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-settings-object-policy-container", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-document-policy-container", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-document-window-5", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-settings-object-cross-origin-isolated-capability", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:agent-cluster", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:agent-cluster-cross-origin-isolation", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:cross-origin-isolation-concrete", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-document-window-6", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:allowed-to-use", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:cross-origin-isolated-feature", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-settings-object-time-origin", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-document-window-7", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:load-timing-info", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:navigation-start-time", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-environment-id", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-environment-id-2", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-environment-target-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-environment-target-browsing-context-2", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-environment-active-service-worker", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-environment-active-service-worker-2", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-environment-id-3", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:environment-settings-object-2", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:environment-2", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-environment-id-4", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-environment-id-5", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-environment-target-browsing-context-3", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-environment-active-service-worker-3", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-environment-creation-url", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-environment-top-level-creation-url", - "https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:concept-environment-top-level-origin", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:windowproxy", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:window", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:windowproxy-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:browsing-context-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:navigate", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:window-2", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:browsing-context-3", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:windowproxy-3", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:windowproxy-4", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:windowproxy-5", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:interface-object", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:windowproxy-6", - "https://html.spec.whatwg.org/multipage/window-object.html#concept-windowproxy-window", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:window-3", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:windowproxy-7", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:windowproxy-8", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:location", - "https://html.spec.whatwg.org/multipage/window-object.html#the-windowproxy-exotic-object:window-4", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getprototypeof", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getprototypeof:concept-windowproxy-window", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getprototypeof:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getprototypeof:ordinarygetprototypeof", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-setprototypeof", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-setprototypeof:setimmutableprototype", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-isextensible", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-preventextensions", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:concept-windowproxy-window", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:array-index-property-name", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:touint32", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:number-of-document-tree-child-browsing-contexts", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:windowproxy", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:document-tree-child-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:window-bc", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:browsing-context-container", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:concept-document-window", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:windowproxy-2", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:browsing-context-container-2", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:nested-browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:securityerror", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:domexception", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:propertydescriptor", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:isplatformobjectsameorigin-(-o-)-2", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:ordinarygetownproperty", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:willful-violation", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:invariants-of-the-essential-internal-methods", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:crossorigingetownpropertyhelper-(-o,-p-)", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:document-tree-child-browsing-context-name-property-set", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:windowproxy-3", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:dom-window-nameditem-filter", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:propertydescriptor-2", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-getownproperty:crossoriginpropertyfallback-(-p-)", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-defineownproperty", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-defineownproperty:concept-windowproxy-window", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-defineownproperty:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-defineownproperty:array-index-property-name", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-defineownproperty:ordinarydefineownproperty", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-defineownproperty:willful-violation", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-defineownproperty:invariants-of-the-essential-internal-methods", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-defineownproperty:securityerror", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-defineownproperty:domexception", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-get", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-get:concept-windowproxy-window", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-get:coop-check-access-report", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-get:current-global-object", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-get:window-bc", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-get:window-bc-2", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-get:current-settings-object", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-get:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-get:ordinaryget", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-get:crossoriginget-(-o,-p,-receiver-)", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-get:ordinaryget-2", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-get:crossoriginget-(-o,-p,-receiver-)-2", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-set", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-set:concept-windowproxy-window", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-set:coop-check-access-report", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-set:current-global-object", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-set:browsing-context", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-set:browsing-context-2", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-set:current-settings-object", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-set:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-set:array-index-property-name", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-set:ordinaryset", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-set:crossoriginset-(-o,-p,-v,-receiver-)", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-set:crossoriginset-(-o,-p,-v,-receiver-)-2", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-delete", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-delete:concept-windowproxy-window", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-delete:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-delete:array-index-property-name", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-delete:ordinarydelete", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-delete:securityerror", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-delete:domexception", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-ownpropertykeys", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-ownpropertykeys:concept-windowproxy-window", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-ownpropertykeys:js-list", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-ownpropertykeys:number-of-document-tree-child-browsing-contexts", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-ownpropertykeys:tostring", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-ownpropertykeys:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-ownpropertykeys:ordinaryownpropertykeys", - "https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-ownpropertykeys:crossoriginownpropertykeys-(-o-)", - "https://html.spec.whatwg.org/multipage/origin.html#head", - "https://html.spec.whatwg.org/multipage/origin.html#living-standard", - "https://html.spec.whatwg.org/multipage/origin.html#toc-browsers", - "https://html.spec.whatwg.org/multipage/origin.html#origin", - "https://html.spec.whatwg.org/multipage/origin.html#origin:securityerror", - "https://html.spec.whatwg.org/multipage/origin.html#origin:domexception", - "https://html.spec.whatwg.org/multipage/origin.html#origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#concept-origin", - "https://html.spec.whatwg.org/multipage/origin.html#concept-origin-opaque", - "https://html.spec.whatwg.org/multipage/origin.html#origin:ascii-serialisation-of-an-origin", - "https://html.spec.whatwg.org/multipage/origin.html#concept-origin-tuple", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-tuple", - "https://html.spec.whatwg.org/multipage/origin.html#concept-origin-scheme", - "https://html.spec.whatwg.org/multipage/origin.html#origin:ascii-string", - "https://html.spec.whatwg.org/multipage/origin.html#concept-origin-host", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-host", - "https://html.spec.whatwg.org/multipage/origin.html#concept-origin-port", - "https://html.spec.whatwg.org/multipage/origin.html#concept-origin-domain", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-domain", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin", - "https://html.spec.whatwg.org/multipage/origin.html#origin:document", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-domain", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-tuple-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin:dom-document-domain", - "https://html.spec.whatwg.org/multipage/origin.html#concept-origin-effective-domain", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-3", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-opaque", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-domain-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-domain-3", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-host", - "https://html.spec.whatwg.org/multipage/origin.html#ascii-serialisation-of-an-origin", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-4", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-opaque-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-scheme", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-host-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin:host-serializer", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-port", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-port-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin:serialize-an-integer", - "https://html.spec.whatwg.org/multipage/origin.html#origin:ascii-serialisation-of-an-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#unicode-serialisation-of-an-origin", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-5", - "https://html.spec.whatwg.org/multipage/origin.html#same-origin", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-opaque-3", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-tuple-3", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-scheme-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-host-3", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-port-3", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-6", - "https://html.spec.whatwg.org/multipage/origin.html#same-origin-domain", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-opaque-4", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-tuple-4", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-scheme-3", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-domain-4", - "https://html.spec.whatwg.org/multipage/origin.html#origin:same-origin", - "https://html.spec.whatwg.org/multipage/origin.html#origin:concept-origin-domain-5", - "https://html.spec.whatwg.org/multipage/origin.html#origin:same-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin:same-origin-domain", - "https://html.spec.whatwg.org/multipage/origin.html#sites", - "https://html.spec.whatwg.org/multipage/origin.html#scheme-and-host", - "https://html.spec.whatwg.org/multipage/origin.html#sites:tuple", - "https://html.spec.whatwg.org/multipage/origin.html#concept-scheme-and-host-scheme", - "https://html.spec.whatwg.org/multipage/origin.html#sites:ascii-string", - "https://html.spec.whatwg.org/multipage/origin.html#concept-scheme-and-host-host", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-host", - "https://html.spec.whatwg.org/multipage/origin.html#site", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-opaque", - "https://html.spec.whatwg.org/multipage/origin.html#sites:scheme-and-host", - "https://html.spec.whatwg.org/multipage/origin.html#obtain-a-site", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-opaque-2", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-host", - "https://html.spec.whatwg.org/multipage/origin.html#sites:registrable-domain", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-scheme", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-host-2", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-scheme-2", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-host-3", - "https://html.spec.whatwg.org/multipage/origin.html#sites:registrable-domain-2", - "https://html.spec.whatwg.org/multipage/origin.html#sites:site", - "https://html.spec.whatwg.org/multipage/origin.html#concept-site-same-site", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-opaque-3", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-opaque-4", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-scheme-and-host-scheme", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-scheme-and-host-host", - "https://html.spec.whatwg.org/multipage/origin.html#sites:host-equals", - "https://html.spec.whatwg.org/multipage/origin.html#serialization-of-a-site", - "https://html.spec.whatwg.org/multipage/origin.html#sites:site-2", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-opaque-5", - "https://html.spec.whatwg.org/multipage/origin.html#sites:host-serializer", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin", - "https://html.spec.whatwg.org/multipage/origin.html#schemelessly-same-site", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-opaque-6", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-tuple", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-host-4", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-host-5", - "https://html.spec.whatwg.org/multipage/origin.html#sites:host-equals-2", - "https://html.spec.whatwg.org/multipage/origin.html#sites:registrable-domain-3", - "https://html.spec.whatwg.org/multipage/origin.html#sites:registrable-domain-4", - "https://html.spec.whatwg.org/multipage/origin.html#sites:host-equals-3", - "https://html.spec.whatwg.org/multipage/origin.html#sites:registrable-domain-5", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#same-site", - "https://html.spec.whatwg.org/multipage/origin.html#sites:obtain-a-site", - "https://html.spec.whatwg.org/multipage/origin.html#sites:obtain-a-site-2", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-site-same-site", - "https://html.spec.whatwg.org/multipage/origin.html#sites:same-origin", - "https://html.spec.whatwg.org/multipage/origin.html#sites:same-origin-domain", - "https://html.spec.whatwg.org/multipage/origin.html#sites:schemelessly-same-site", - "https://html.spec.whatwg.org/multipage/origin.html#sites:same-site", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-port", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-domain", - "https://html.spec.whatwg.org/multipage/origin.html#sites:same-site-2", - "https://html.spec.whatwg.org/multipage/origin.html#sites:schemelessly-same-site-2", - "https://html.spec.whatwg.org/multipage/origin.html#sites:same-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#example-same-site", - "https://html.spec.whatwg.org/multipage/origin.html#sites:public-suffix", - "https://html.spec.whatwg.org/multipage/origin.html#sites:schemelessly-same-site-3", - "https://html.spec.whatwg.org/multipage/origin.html#sites:same-site-3", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-port-2", - "https://html.spec.whatwg.org/multipage/origin.html#sites:concept-origin-domain-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction", - "https://html.spec.whatwg.org/multipage/origin.html#dom-document-domain-dev", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:concept-origin", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:concept-origin-domain", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:the-iframe-element", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:document", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:concept-origin-opaque", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:document-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:concept-document-bc", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:document-domain-feature", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:securityerror", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:dom-crossoriginisolated", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:dom-originagentcluster", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:dom-document-domain", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:dom-document-domain-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:dom-window-postmessage", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:messagechannel", - "https://html.spec.whatwg.org/multipage/origin.html#dom-document-domain", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:this", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:concept-document-origin", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:concept-origin-effective-domain", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:host-serializer", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:dom-document-domain-3", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:this-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:securityerror-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:domexception", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:this-3", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:active-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:sandboxed-document.domain-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:securityerror-3", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:domexception-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:this-4", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:allowed-to-use", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:document-domain-feature-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:securityerror-4", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:domexception-3", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:this-5", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:concept-document-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:concept-origin-effective-domain-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:securityerror-5", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:domexception-4", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:is-a-registrable-domain-suffix-of-or-is-equal-to", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:securityerror-6", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:domexception-5", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:surrounding-agent", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:agent-cluster", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:is-origin-keyed", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:concept-document-origin-3", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:concept-origin-domain-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:host-parser", - "https://html.spec.whatwg.org/multipage/origin.html#is-a-registrable-domain-suffix-of-or-is-equal-to", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:concept-host", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:host-parser-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:host-equals", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:concept-domain", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:concept-host-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:ip-address", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:host-equals-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:public-suffix", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:public-suffix-2", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:assert", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:public-suffix-3", - "https://html.spec.whatwg.org/multipage/origin.html#example-registrable-domain-suffix", - "https://html.spec.whatwg.org/multipage/origin.html#relaxing-the-same-origin-restriction:is-a-registrable-domain-suffix-of-or-is-equal-to-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters", - "https://html.spec.whatwg.org/multipage/origin.html#origin-isolation", - "https://html.spec.whatwg.org/multipage/origin.html#dom-originagentcluster-dev", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:window", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:agent-cluster", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:concept-origin", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:agent-cluster-key", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:document", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:secure-context", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:concept-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:agent-cluster-key-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:agent-cluster-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin-agent-cluster", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:http-structured-header", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:http-structured-header-boolean", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:initialise-the-document-object", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:http-structured-header-boolean-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:document-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:agent-cluster-key-3", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:concept-document-origin", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:obtain-a-site", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:dom-document-domain", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:webassembly.module", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:document-3", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:same-site", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:agent-cluster-3", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:browsing-context-group", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:origin-agent-cluster", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:document-4", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:agent-cluster-4", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:historical-agent-cluster-key-map", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:dom-originagentcluster", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:browsing-context-group-2", - "https://html.spec.whatwg.org/multipage/origin.html#dom-originagentcluster", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:surrounding-agent", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:agent-cluster-5", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:is-origin-keyed", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:document-5", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:concept-origin-opaque", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:dom-originagentcluster-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:document-6", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:agent-cluster-6", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:agent-cluster-cross-origin-isolation", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:cross-origin-isolation-none", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:origin-agent-cluster-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:cross-origin-opener-policy-2", - "https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters:cross-origin-embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-navigation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:auxiliary-browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-auxiliary-navigation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-top-level-navigation-without-user-activation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-top-level-navigation-with-user-activation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-auxiliary-navigation-browsing-context-flag-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#one-permitted-sandboxed-navigator", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:browsing-context-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-navigation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-auxiliary-navigation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:attr-hyperlink-target", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:dom-open", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-top-level-navigation-without-user-activation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:active-window", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:transient-activation", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-top-level-navigation-without-user-activation-browsing-context-flag-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:browsing-context-3", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-navigation-browsing-context-flag-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-auxiliary-navigation-browsing-context-flag-3", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-top-level-navigation-with-user-activation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:active-window-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:transient-activation-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-top-level-navigation-without-user-activation-browsing-context-flag-3", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:top-level-browsing-context-4", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:browsing-context-4", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-plugins-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:plugin", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:nested-browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-origin-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:concept-origin", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:dom-localstorage", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-forms-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-pointer-lock-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-scripts-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-automatic-features-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:attr-media-autoplay", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:attr-fe-autofocus", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-document.domain-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:dom-document-domain", - "https://html.spec.whatwg.org/multipage/origin.html#sandbox-propagates-to-auxiliary-browsing-contexts-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:auxiliary-browsing-context-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:active-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-modals-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:dom-alert", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:dom-confirm", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:dom-print", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:dom-prompt", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:event-beforeunload", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-orientation-lock-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-presentation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-downloads-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:downloading-hyperlinks", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:process-a-navigate-response", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:as-a-download", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxed-custom-protocols-navigation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:fetch-scheme", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:hand-off-to-external-software", - "https://html.spec.whatwg.org/multipage/origin.html#parse-a-sandboxing-directive", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:split-a-string-on-spaces", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-navigation-browsing-context-flag-3", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-auxiliary-navigation-browsing-context-flag-4", - "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-popups", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-top-level-navigation-without-user-activation-browsing-context-flag-4", - "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-top-navigation", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-top-level-navigation-with-user-activation-browsing-context-flag-2", - "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-top-navigation-by-user-activation", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:attr-iframe-sandbox-allow-top-navigation", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:attr-iframe-sandbox-allow-top-navigation-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:attr-iframe-sandbox-allow-top-navigation-by-user-activation", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-plugins-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-origin-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-same-origin", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:attr-iframe-sandbox-allow-same-origin", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-forms-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-forms", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-pointer-lock-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-pointer-lock", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-scripts-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-scripts", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-automatic-features-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:attr-iframe-sandbox-allow-scripts", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-document.domain-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandbox-propagates-to-auxiliary-browsing-contexts-flag", - "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-popups-to-escape-sandbox", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-modals-flag", - "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-modals", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-orientation-lock-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-orientation-lock", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-presentation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-presentation", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-downloads-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-downloads", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxed-custom-protocols-navigation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/origin.html#attr-iframe-sandbox-allow-top-navigation-to-custom-protocols", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:attr-iframe-sandbox-allow-popups", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:attr-iframe-sandbox-allow-top-navigation-3", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:top-level-browsing-context-5", - "https://html.spec.whatwg.org/multipage/origin.html#popup-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxing-flag-set-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:browsing-context-5", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:popup-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:obtain-browsing-context-navigation", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:the-iframe-element", - "https://html.spec.whatwg.org/multipage/origin.html#iframe-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxing-flag-set-3", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:iframe-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:the-iframe-element-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:attr-iframe-sandbox", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:document", - "https://html.spec.whatwg.org/multipage/origin.html#active-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxing-flag-set-4", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:document-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:active-sandboxing-flag-set-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:navigate", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:navigate-2", - "https://html.spec.whatwg.org/multipage/origin.html#forced-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxing-flag-set-5", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:forced-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:forced-sandboxing-flag-set-2", - "https://html.spec.whatwg.org/multipage/origin.html#determining-the-creation-sandboxing-flags", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:concept-document-bc", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:set-union", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:sandboxing-flag-set-6", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:popup-sandboxing-flag-set-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:iframe-sandboxing-flag-set-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:node-document", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:active-sandboxing-flag-set-3", - "https://html.spec.whatwg.org/multipage/origin.html#concept-bc-sandboxing-flags", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:determining-the-creation-sandboxing-flags", - "https://html.spec.whatwg.org/multipage/origin.html#sandboxing:bc-container", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policy-value", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:tlbc-group", - "https://html.spec.whatwg.org/multipage/origin.html#coop-unsafe-none", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:cross-origin-opener-policy", - "https://html.spec.whatwg.org/multipage/origin.html#coop-same-origin-allow-popups", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:top-level-browsing-context-4", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:cross-origin-opener-policy-2", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:same-origin", - "https://html.spec.whatwg.org/multipage/origin.html#coop-same-origin", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:coop-same-origin-allow-popups", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:auxiliary-browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:same-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:cross-origin-opener-policy-3", - "https://html.spec.whatwg.org/multipage/origin.html#coop-same-origin-plus-coep", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:coop-same-origin", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:top-level-browsing-context-5", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:tlbc-group-2", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:bcg-cross-origin-isolation", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:cross-origin-isolation-logical", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:cross-origin-isolation-concrete", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:coop-same-origin-plus-coep", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:cross-origin-opener-policy-2-2", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:cross-origin-opener-policy-2-3", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:coop-same-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:cross-origin-embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:compatible-with-cross-origin-isolation", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policy", - "https://html.spec.whatwg.org/multipage/origin.html#coop-struct-value", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:cross-origin-opener-policy-value", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:coop-unsafe-none", - "https://html.spec.whatwg.org/multipage/origin.html#coop-struct-report-endpoint", - "https://html.spec.whatwg.org/multipage/origin.html#coop-struct-report-only-value", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:cross-origin-opener-policy-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:coop-unsafe-none-2", - "https://html.spec.whatwg.org/multipage/origin.html#coop-struct-report-only-endpoint", - "https://html.spec.whatwg.org/multipage/origin.html#matching-coop", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:cross-origin-opener-policy-value-3", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:concept-origin", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:cross-origin-opener-policy-value-4", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:concept-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:coop-unsafe-none-3", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:coop-unsafe-none-4", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:coop-unsafe-none-5", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:coop-unsafe-none-6", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies:same-origin-3", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:document", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:concept-document-coop", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policy-2", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policy-report-only", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:http-structured-header", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:http-structured-header-token", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:http-structured-header-token-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:cross-origin-opener-policy-value", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:http-structured-header-parameters", - "https://html.spec.whatwg.org/multipage/origin.html#coop-report-to", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:valid-url-string", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:http-structured-header-token-3", - "https://html.spec.whatwg.org/multipage/origin.html#obtain-coop", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:concept-response", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:environment", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:cross-origin-opener-policy", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:non-secure-context", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:getting-a-structured-field-value", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:cross-origin-opener-policy-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:concept-response-header-list", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-same-origin", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:obtain-an-embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:embedder-policy-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:compatible-with-cross-origin-isolation", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-struct-value", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-same-origin-plus-coep", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-struct-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-same-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-same-origin-allow-popups", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-struct-value-3", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-same-origin-allow-popups-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-report-to", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:map-exists", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-struct-report-endpoint", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-report-to-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:getting-a-structured-field-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:cross-origin-opener-policy-report-only", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:concept-response-header-list-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-same-origin-3", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:obtain-an-embedder-policy-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:embedder-policy-value-2-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:compatible-with-cross-origin-isolation-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:embedder-policy-report-only-value", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:compatible-with-cross-origin-isolation-3", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-struct-report-only-value", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-same-origin-plus-coep-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-same-origin-plus-coep-3", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-struct-report-only-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-same-origin-4", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-same-origin-allow-popups-3", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-struct-report-only-value-3", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-same-origin-allow-popups-4", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-report-to-3", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:map-exists-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-struct-report-only-endpoint", - "https://html.spec.whatwg.org/multipage/origin.html#the-coop-headers:coop-report-to-4", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", - "https://html.spec.whatwg.org/multipage/origin.html#check-browsing-context-group-switch-coop-value", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:concept-origin", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:matching-coop", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-same-origin-allow-popups", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-unsafe-none", - "https://html.spec.whatwg.org/multipage/origin.html#check-bcg-switch-navigation-report-only", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:concept-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-opener-policy", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:check-browsing-context-group-switch-coop-value", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-report-only-value", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-report-only-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:check-browsing-context-group-switch-coop-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value-3", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-report-only-value-3", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:check-browsing-context-group-switch-coop-value-3", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-report-only-value-4", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value-4", - "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-result", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:struct", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:struct-item", - "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-bcg-switch", - "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-bcg-switch-report-only", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:url", - "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-url", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:concept-origin-3", - "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-origin", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-opener-policy-2", - "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-coop", - "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-source", - "https://html.spec.whatwg.org/multipage/origin.html#coop-enforce", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:url-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:concept-origin-4", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-opener-policy-3", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-result", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:concept-request-referrer", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-result-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch-report-only", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch-report-only-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-url", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-origin", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-coop", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-source", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:still-on-its-initial-about:blank-document", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:browsing-context-initial-url", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:browsing-context-initial-url-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:check-browsing-context-group-switch-coop-value-4", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-coop-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value-5", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value-6", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch-3", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:tlbc-group", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:browsing-context-set", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:list-size", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-violation-navigation-to", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-url-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-origin-3", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-violation-navigation-from", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-coop-3", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-url-3", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-origin-4", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-source-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:check-bcg-switch-navigation-report-only", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-origin-5", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-coop-4", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch-report-only-3", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:tlbc-group-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:browsing-context-set-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:list-size-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-violation-navigation-to-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-url-4", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-origin-6", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-violation-navigation-from-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-coop-5", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-url-5", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-origin-7", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-source-3", - "https://html.spec.whatwg.org/multipage/origin.html#obtain-browsing-context-navigation", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:browsing-context-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-opener-policy-4", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-result-3", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch-4", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch-report-only-4", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:virtual-browsing-context-group-id", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:creating-a-new-top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value-7", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-same-origin-plus-coep", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:tlbc-group-3", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:bcg-cross-origin-isolation", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-isolation-logical", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-isolation-concrete", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:implementation-defined", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:concept-settings-object-cross-origin-isolated-capability", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-isolation-concrete-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-isolation-logical-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value-8", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-unsafe-none-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:assert", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:popup-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:list-is-empty", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:popup-sandboxing-flag-set-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:list-clone", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:a-browsing-context-is-discarded", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:tlbc-group-4", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:browsing-context-group", - "https://html.spec.whatwg.org/multipage/origin.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:browsing-context-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting", - "https://html.spec.whatwg.org/multipage/origin.html#accessor-accessed-relationship", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#accessor-accessed-opener", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:browsing-context-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:ancestor-browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:opener-browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:browsing-context-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#accessor-accessed-openee", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:browsing-context-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:ancestor-browsing-context-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:opener-browsing-context-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:browsing-context-5", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/origin.html#accessor-accessed-none", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:browsing-context-6", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:browsing-context-7", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:ancestor-browsing-context-3", - "https://html.spec.whatwg.org/multipage/origin.html#coop-check-access-report", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:browsing-context-8", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:environment-settings-object", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:cross-origin-accessible-window-property-name", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:active-document", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-document-origin", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:ancestor-browsing-context-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:active-document-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-document-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:same-origin", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:active-document-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-document-origin-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:active-document-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-document-origin-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:ancestor-browsing-context-5", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:active-document-5", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-document-origin-5", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:same-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:active-document-6", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-document-origin-6", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-5", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:virtual-browsing-context-group-id", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-6", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:virtual-browsing-context-group-id-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:accessor-accessed-relationship", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:accessor-accessed-none", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-7", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:opener-browsing-context-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:ancestor-browsing-context-6", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:accessor-accessed-opener", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-8", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:opener-browsing-context-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:ancestor-browsing-context-7", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:accessor-accessed-openee", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-violation-access", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-9", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:active-document-7", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-document-coop", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-10", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:active-document-8", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-document-coop-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:active-document-9", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:the-document's-address", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:active-document-10", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:the-document's-address-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-11", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:browsing-context-initial-url", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-12", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:browsing-context-initial-url-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:active-document-11", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-document-origin-7", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:active-document-12", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-document-origin-8", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-13", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:opener-origin-at-creation", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-14", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:opener-origin-at-creation-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-15", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:active-document-13", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:dom-document-referrer", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:top-level-browsing-context-16", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:active-document-14", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:dom-document-referrer-2", - "https://html.spec.whatwg.org/multipage/origin.html#sanitize-url-report", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:set-the-username", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:set-the-password", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-url-serializer", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-serializer-exclude-fragment", - "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-navigation-to", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:cross-origin-opener-policy", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-origin", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-request-referrer", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-endpoint", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-value", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-only-value", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-url-serializer-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:same-origin-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:sanitize-url-report", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:queue-a-report", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-endpoint-2", - "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-navigation-from", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:cross-origin-opener-policy-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-5", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-6", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-origin-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-endpoint-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-only-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:same-origin-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:sanitize-url-report-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:queue-a-report-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-endpoint-4", - "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:accessor-accessed-relationship-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:cross-origin-opener-policy-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-7", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-origin-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:dom-document-referrer-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:environment-settings-object-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-endpoint-5", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-value-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-only-value-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:accessor-accessed-opener-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-violation-access-to-opened", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-violation-access-from-opener", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:accessor-accessed-openee-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-violation-access-to-opener", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-violation-access-from-opened", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-violation-access-to-opened-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-violation-access-from-other", - "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-to-opener", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:cross-origin-opener-policy-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-8", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-origin-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-request-referrer-2", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:environment-settings-object-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-9", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-url-serializer-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-only-value-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:same-origin-5", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:sanitize-url-report-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:queue-a-report-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-endpoint-6", - "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-to-opened", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:cross-origin-opener-policy-5", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-10", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-origin-5", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:environment-settings-object-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-only-value-5", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:same-origin-6", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:sanitize-url-report-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:same-origin-7", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:sanitize-url-report-5", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:queue-a-report-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-endpoint-7", - "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-to-other", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:cross-origin-opener-policy-6", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-11", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-origin-6", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:environment-settings-object-5", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-only-value-6", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:same-origin-8", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:sanitize-url-report-6", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:queue-a-report-5", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-endpoint-8", - "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-from-opener", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:cross-origin-opener-policy-7", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-12", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-origin-7", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-request-referrer-3", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-endpoint-9", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-13", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-url-serializer-4", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-only-value-7", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:same-origin-9", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:sanitize-url-report-7", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:queue-a-report-6", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-endpoint-10", - "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-from-opened", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:cross-origin-opener-policy-8", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-14", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-origin-8", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-endpoint-11", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-only-value-8", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:same-origin-10", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:sanitize-url-report-8", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:same-origin-11", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:sanitize-url-report-9", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:queue-a-report-7", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-endpoint-12", - "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-from-other", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:cross-origin-opener-policy-9", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:url-15", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:concept-origin-9", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-endpoint-13", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-only-value-9", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:same-origin-12", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:sanitize-url-report-10", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:queue-a-report-8", - "https://html.spec.whatwg.org/multipage/origin.html#reporting:coop-struct-report-endpoint-14", - "https://html.spec.whatwg.org/multipage/origin.html#coep", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-value", - "https://html.spec.whatwg.org/multipage/origin.html#coep-unsafe-none", - "https://html.spec.whatwg.org/multipage/origin.html#coep:cors-protocol", - "https://html.spec.whatwg.org/multipage/origin.html#coep:cross-origin-resource-policy", - "https://html.spec.whatwg.org/multipage/origin.html#coep-require-corp", - "https://html.spec.whatwg.org/multipage/origin.html#coep:cors-protocol-2", - "https://html.spec.whatwg.org/multipage/origin.html#coep:cross-origin-resource-policy-2", - "https://html.spec.whatwg.org/multipage/origin.html#coep-credentialless", - "https://html.spec.whatwg.org/multipage/origin.html#coep:cross-origin-resource-policy-3", - "https://html.spec.whatwg.org/multipage/origin.html#coep:cors-protocol-3", - "https://html.spec.whatwg.org/multipage/origin.html#coep:cross-origin-resource-policy-4", - "https://html.spec.whatwg.org/multipage/origin.html#coep:coep-credentialless", - "https://html.spec.whatwg.org/multipage/origin.html#coep:concept-settings-object-cross-origin-isolated-capability", - "https://html.spec.whatwg.org/multipage/origin.html#coep:embedder-policy-value", - "https://html.spec.whatwg.org/multipage/origin.html#compatible-with-cross-origin-isolation", - "https://html.spec.whatwg.org/multipage/origin.html#coep:coep-credentialless-2", - "https://html.spec.whatwg.org/multipage/origin.html#coep:coep-require-corp", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#coep:embedder-policy-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#coep:coep-unsafe-none", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-reporting-endpoint", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-report-only-value", - "https://html.spec.whatwg.org/multipage/origin.html#coep:embedder-policy-value-3", - "https://html.spec.whatwg.org/multipage/origin.html#coep:coep-unsafe-none-2", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-report-only-reporting-endpoint", - "https://html.spec.whatwg.org/multipage/origin.html#coep-report-type", - "https://html.spec.whatwg.org/multipage/origin.html#coep:report-type", - "https://html.spec.whatwg.org/multipage/origin.html#coep:visible-to-reportingobservers", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-embedder-policy-report-only", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:environment-settings-object", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:http-structured-header", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:http-structured-header-token", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:http-structured-header-token-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:embedder-policy-value", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:http-structured-header-parameters", - "https://html.spec.whatwg.org/multipage/origin.html#coep-report-to", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:valid-url-string", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:obtain-an-embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:coep-unsafe-none", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:cross-origin-embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:cross-origin-embedder-policy-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:embedder-policy-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:coep-unsafe-none-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:coep-require-corp", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:coep-unsafe-none-3", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:coep-unsafe-none-4", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:coep-unsafe-none-5", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:coep-unsafe-none-6", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:coep-unsafe-none-7", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:cross-origin-embedder-policy-report-only", - "https://html.spec.whatwg.org/multipage/origin.html#obtain-an-embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:concept-response", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:environment", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:embedder-policy-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:non-secure-context", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:getting-a-structured-field-value", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:cross-origin-embedder-policy-3", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:concept-response-header-list", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:compatible-with-cross-origin-isolation", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:embedder-policy-value-2-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:coep-report-to", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:map-exists", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:embedder-policy-reporting-endpoint", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:coep-report-to-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:getting-a-structured-field-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:cross-origin-embedder-policy-report-only-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:concept-response-header-list-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:compatible-with-cross-origin-isolation-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:embedder-policy-report-only-value", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:coep-report-to-3", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:map-exists-2", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:embedder-policy-report-only-reporting-endpoint", - "https://html.spec.whatwg.org/multipage/origin.html#the-coep-headers:coep-report-to-4", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks", - "https://html.spec.whatwg.org/multipage/origin.html#check-a-navigation-response's-adherence-to-its-embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:concept-response", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:child-browsing-context", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:bc-container-document", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:concept-document-policy-container", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:policy-container-embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:embedder-policy-report-only-value", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:compatible-with-cross-origin-isolation", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:embedder-policy-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:queue-a-cross-origin-embedder-policy-inheritance-violation", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:embedder-policy-report-only-reporting-endpoint", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:bc-container-document-2", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:relevant-settings-object", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:embedder-policy-value-2-2", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:compatible-with-cross-origin-isolation-2", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:embedder-policy-value-2-3", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:compatible-with-cross-origin-isolation-3", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:queue-a-cross-origin-embedder-policy-inheritance-violation-2", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:embedder-policy-reporting-endpoint", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:bc-container-document-3", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:relevant-settings-object-2", - "https://html.spec.whatwg.org/multipage/origin.html#check-a-global-object's-embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:workerglobalscope", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:environment-settings-object", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:concept-response-2", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:dedicatedworkerglobalscope", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:concept-workerglobalscope-embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:concept-settings-object-policy-container", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:policy-container-embedder-policy-2", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:embedder-policy-report-only-value-2", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:compatible-with-cross-origin-isolation-4", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:embedder-policy-value-2-4", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:queue-a-cross-origin-embedder-policy-inheritance-violation-3", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:embedder-policy-report-only-reporting-endpoint-2", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:embedder-policy-value-2-5", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:compatible-with-cross-origin-isolation-5", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:embedder-policy-value-2-6", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:compatible-with-cross-origin-isolation-6", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:queue-a-cross-origin-embedder-policy-inheritance-violation-4", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:embedder-policy-reporting-endpoint-2", - "https://html.spec.whatwg.org/multipage/origin.html#queue-a-cross-origin-embedder-policy-inheritance-violation", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:concept-response-3", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:environment-settings-object-2", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:serialize-a-response-url-for-reporting", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:queue-a-report", - "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-checks:coep-report-type", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers", - "https://html.spec.whatwg.org/multipage/origin.html#policy-container", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:struct", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:document", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:workerglobalscope", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:workletglobalscope", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:struct-item", - "https://html.spec.whatwg.org/multipage/origin.html#policy-container-csp-list", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-csp-list", - "https://html.spec.whatwg.org/multipage/origin.html#policy-container-embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:embedder-policy-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-container-referrer-policy", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:referrer-policy", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:default-referrer-policy", - "https://html.spec.whatwg.org/multipage/origin.html#clone-a-policy-container", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:list-iterate", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container-csp-list", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:list-append", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container-csp-list-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container-embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container-embedder-policy-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container-referrer-policy", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container-referrer-policy-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:url", - "https://html.spec.whatwg.org/multipage/origin.html#requires-storing-the-policy-container-in-history", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-url-scheme", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:is-local", - "https://html.spec.whatwg.org/multipage/origin.html#creating-a-policy-container-from-a-fetch-response", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-response", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:environment", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-response-url", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-url-scheme-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:clone-a-policy-container", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-response-url-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-url-blob-entry", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:blob-url-entry-environment", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container-3", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container-4", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container-csp-list-3", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:parse-response-csp", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container-embedder-policy-3", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:obtain-an-embedder-policy", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:coep-unsafe-none", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container-referrer-policy-3", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:parse-referrer-policy-header", - "https://html.spec.whatwg.org/multipage/origin.html#determining-navigation-params-policy-container", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:url-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container-5", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:assert", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:requires-storing-the-policy-container-in-history", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:clone-a-policy-container-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:about:srcdoc", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:assert-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:clone-a-policy-container-3", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:is-local-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:clone-a-policy-container-4", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:policy-container-6", - "https://html.spec.whatwg.org/multipage/origin.html#initialize-worker-policy-container", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:workerglobalscope-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-response-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:environment-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-workerglobalscope-url", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:is-local-3", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-url-scheme-3", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:assert-3", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-WorkerGlobalScope-owner-set", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:list-size", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-workerglobalscope-policy-container", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:clone-a-policy-container-5", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-WorkerGlobalScope-owner-set-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:relevant-settings-object", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-settings-object-policy-container", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:concept-workerglobalscope-policy-container-2", - "https://html.spec.whatwg.org/multipage/origin.html#policy-containers:creating-a-policy-container-from-a-fetch-response", - "https://html.spec.whatwg.org/multipage/history.html#head", - "https://html.spec.whatwg.org/multipage/history.html#living-standard", - "https://html.spec.whatwg.org/multipage/history.html#toc-browsers", - "https://html.spec.whatwg.org/multipage/history.html#history", - "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions", - "https://html.spec.whatwg.org/multipage/history.html#browsing-session", - "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions:browsing-session", - "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions:cross-origin-opener-policy-2", - "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/history.html#tlbc-browsing-session", - "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions:browsing-session-2", - "https://html.spec.whatwg.org/multipage/history.html#environment-browsing-session", - "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions:environment-settings-object", - "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions:assert", - "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions:concept-settings-object-global", - "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions:window", - "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions:concept-settings-object-global-2", - "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions:window-bc", - "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/history.html#browsing-sessions:tlbc-browsing-session", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:browsing-context", - "https://html.spec.whatwg.org/multipage/history.html#session-history", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:browsing-context-2", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:child-browsing-context", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:browsing-context-3", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:session-history-entry", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-2", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:browsing-context-4", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:session-history", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:history-3", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:session-history-2", - "https://html.spec.whatwg.org/multipage/history.html#dom-history", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:this", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:concept-document-window", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:history-3-2", - "https://html.spec.whatwg.org/multipage/history.html#session-history-entry", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:struct", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:struct-item", - "https://html.spec.whatwg.org/multipage/history.html#she-url", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:url", - "https://html.spec.whatwg.org/multipage/history.html#she-document", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-3", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-4", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:she-document", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-5", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:fully-active", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:discard-a-document", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:she-url", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:session-history-entry-2", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-6", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-7", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:session-history-entry-3", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:traverse-the-history", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-8", - "https://html.spec.whatwg.org/multipage/history.html#she-serialized-state", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:serialized-state", - "https://html.spec.whatwg.org/multipage/history.html#she-policy-container", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:policy-container", - "https://html.spec.whatwg.org/multipage/history.html#she-scroll-restoration-mode", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:scroll-restoration-mode", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:dom-scrollrestoration-auto", - "https://html.spec.whatwg.org/multipage/history.html#she-scroll-position", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:she-document-2", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:restorable-scrollable-regions", - "https://html.spec.whatwg.org/multipage/history.html#she-bc-name", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:browsing-context-name", - "https://html.spec.whatwg.org/multipage/history.html#an-entry-with-persisted-user-state", - "https://html.spec.whatwg.org/multipage/history.html#she-other", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:implementation-defined", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:attr-dir", - "https://html.spec.whatwg.org/multipage/history.html#state-object", - "https://html.spec.whatwg.org/multipage/history.html#serialized-state", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:structuredserializeforstorage", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:structureddeserialize", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:dom-history-pushstate", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:serialized-state-2", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:structureddeserialize-2", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:event-popstate", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:serialized-state-3", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:url-2", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:url-3", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-9", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-10", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:the-div-element", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:url-4", - "https://html.spec.whatwg.org/multipage/history.html#scroll-restoration-mode", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:session-history-entry-4", - "https://html.spec.whatwg.org/multipage/history.html#dom-scrollrestoration-auto", - "https://html.spec.whatwg.org/multipage/history.html#dom-scrollrestoration-manual", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:she-document-3", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:navigate", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:dom-history-pushstate-2", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:navigate-fragid", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:she-document-4", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:discard-a-document-2", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:she-document-5", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:she-document-6", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:she-document-7", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:current-entry", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-11", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:she-document-8", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:discard-a-document-3", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-12", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:she-document-9", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:session-history-entry-5", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-13", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:she-document-10", - "https://html.spec.whatwg.org/multipage/history.html#current-entry", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:active-document", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:browsing-context-5", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:current-entry-2", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:traverse-the-history-2", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:current-entry-3", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:she-document-11", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-14", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:browsing-context-6", - "https://html.spec.whatwg.org/multipage/history.html#latest-entry", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-15", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:browsing-context-7", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:session-history-3", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:document-16", - "https://html.spec.whatwg.org/multipage/history.html#the-session-history-of-browsing-contexts:latest-entry", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:history-3", - "https://html.spec.whatwg.org/multipage/history.html#scrollrestoration", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-scrollrestoration-auto", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-scrollrestoration-manual", - "https://html.spec.whatwg.org/multipage/history.html#history-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-length", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:scrollrestoration", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-scroll-restoration", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-state", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-go", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-back", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-forward", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-pushstate", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-replacestate", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-dev", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-length-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:joint-session-history", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-scroll-restoration-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:she-scroll-restoration-mode", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:she-scroll-restoration-mode-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-2", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-state-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:serialized-state", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-3", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-go-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:joint-session-history-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-4", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-back-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:joint-session-history-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-5", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-forward-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:joint-session-history-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-6", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-pushstate-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-7", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-pushstate-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:can-have-its-url-rewritten", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:securityerror", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:domexception", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-8", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-replacestate-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-9", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-replacestate-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:can-have-its-url-rewritten-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:securityerror-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:domexception-2", - "https://html.spec.whatwg.org/multipage/history.html#joint-session-history", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-document-bc", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:fully-active", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-of-the-joint-session-history", - "https://html.spec.whatwg.org/multipage/history.html#current-entry-of-the-joint-session-history", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-5", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:joint-session-history-5", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-6", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:browsing-context", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:event-loop", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:joint-session-history-6", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:the-iframe-element", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:traverse-the-history", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:joint-session-history-7", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:history-3-2", - "https://html.spec.whatwg.org/multipage/history.html#concept-history-state", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-length", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:this", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-5", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:fully-active-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:securityerror-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:domexception-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:joint-session-history-8", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-scroll-restoration", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:this-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-6", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:fully-active-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:securityerror-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:domexception-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:this-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-7", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:she-scroll-restoration-mode-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-scroll-restoration-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:this-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-7", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:fully-active-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:securityerror-5", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:domexception-5", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:this-5", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-8", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:she-scroll-restoration-mode-4", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-state", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:this-6", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-8", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:fully-active-5", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:securityerror-6", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:domexception-6", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:this-7", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-history-state", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-go", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:this-8", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-9", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:fully-active-6", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:securityerror-7", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:domexception-7", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-location-reload", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:traverse-the-history-by-a-delta", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-back", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:this-9", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-10", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:fully-active-7", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:securityerror-8", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:domexception-8", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:traverse-the-history-by-a-delta-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-document-bc-3", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-forward", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:this-10", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-11", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:fully-active-8", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:securityerror-9", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:domexception-9", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:traverse-the-history-by-a-delta-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-document-bc-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:top-level-browsing-context-4", - "https://html.spec.whatwg.org/multipage/history.html#session-history-traversal-queue", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-task", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:top-level-browsing-context-5", - "https://html.spec.whatwg.org/multipage/history.html#session-history-event-loop", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:top-level-browsing-context-6", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:in-parallel", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:top-level-browsing-context-7", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-traversal-queue", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-task-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:top-level-browsing-context-8", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-traversal-queue-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-event-loop", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:joint-session-history-9", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:browsing-context-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:event-loop-2", - "https://html.spec.whatwg.org/multipage/history.html#traverse-the-history-by-a-delta", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:browsing-context-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-task-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:top-level-browsing-context-9", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-traversal-queue-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-task-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-of-the-joint-session-history-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:joint-session-history-10", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:joint-session-history-11", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-of-the-joint-session-history-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:browsing-context-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:allowed-to-navigate", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:active-document", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:unload-counter", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:queue-a-global-task", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:history-traversal-task-source", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:active-window", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-navigate-mature", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-12", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:active-document-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:browsing-context-5", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:active-document-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-13", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-14", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:prompt-to-unload-a-document", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:active-document-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:unload-a-document", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:active-document-5", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:traverse-the-history-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:explicithistorynavigation", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:browsing-context-6", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:traverse-the-history-by-a-delta-4", - "https://html.spec.whatwg.org/multipage/history.html#history-1", - "https://html.spec.whatwg.org/multipage/history.html#url-and-history-update-steps", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-15", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:url", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:serialized-state-2", - "https://html.spec.whatwg.org/multipage/history.html#uhus-serializeddata", - "https://html.spec.whatwg.org/multipage/history.html#uhus-ispush", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-document-bc-5", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:still-on-its-initial-about:blank-document", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-pushstate-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:is-initial-about:blank", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-16", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-replacestate-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-9", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-5", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-6", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-task-5", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:history-traversal-task-source-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-17", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:top-level-browsing-context-10", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-family", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:save-persisted-state", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-7", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-entry", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-10", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-8", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:she-url", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:she-document", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:she-serialized-state", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:she-scroll-restoration-mode-5", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-11", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:she-scroll-restoration-mode-6", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-9", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-12", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-10", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:she-url-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:she-serialized-state-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-entry-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:the-document's-address", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:navigate", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:browsing-context-7", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:traverse-the-history-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:event-hashchange", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:structureddeserialize", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-relevant-realm", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:history-3-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-history-state-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-11", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:she-document-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:latest-entry", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-12", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-pushstate", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:shared-history-push/replace-state-steps", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:this-11", - "https://html.spec.whatwg.org/multipage/history.html#dom-history-replacestate", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:shared-history-push/replace-state-steps-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:this-12", - "https://html.spec.whatwg.org/multipage/history.html#shared-history-push/replace-state-steps", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:history-3-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:scalar-value-string", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-18", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:fully-active-9", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:securityerror-10", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:domexception-10", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:structuredserializeforstorage", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:session-history-13", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:current-entry-13", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:she-url-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:parse-a-url", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:relevant-settings-object", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:securityerror-11", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:domexception-11", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:resulting-url-record", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:can-have-its-url-rewritten-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:securityerror-12", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:domexception-12", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:url-and-history-update-steps", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:uhus-serializeddata", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:uhus-ispush", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:implementation-defined", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-19", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-20", - "https://html.spec.whatwg.org/multipage/history.html#can-have-its-url-rewritten", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:url-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:the-document's-address-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-scheme", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-username", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-password", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-host", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-port", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-scheme-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:http(s)-scheme", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-path", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-query", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-fragment", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:http-protocol", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:https-protocol", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-scheme-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-path-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-query-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-fragment-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-path-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-query-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-url-fragment-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:the-document's-address-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:can-have-its-url-rewritten-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:the-document's-address-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-21", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:concept-document-origin", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:about:blank", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:document-22", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:the-iframe-element-2", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-document-domain", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-pushstate-4", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:scroll-restoration-mode", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:dom-history-scroll-restoration-3", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:the-script-element", - "https://html.spec.whatwg.org/multipage/history.html#the-history-interface:the-head-element", - "https://html.spec.whatwg.org/multipage/history.html#history-notes", - "https://html.spec.whatwg.org/multipage/history.html#history-notes:history-3", - "https://html.spec.whatwg.org/multipage/history.html#history-notes:dom-history", - "https://html.spec.whatwg.org/multipage/history.html#history-notes:the-iframe-element", - "https://html.spec.whatwg.org/multipage/history.html#history-notes:dom-history-2", - "https://html.spec.whatwg.org/multipage/history.html#history-notes:the-iframe-element-2", - "https://html.spec.whatwg.org/multipage/history.html#history-notes:dom-history-3", - "https://html.spec.whatwg.org/multipage/history.html#history-notes:dom-history-pushstate", - "https://html.spec.whatwg.org/multipage/history.html#history-notes:dom-history-pushstate-2", - "https://html.spec.whatwg.org/multipage/history.html#history-notes:dom-history-replacestate", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:window", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:window-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:platform-object", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-relevant-realm", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:object.prototype.valueof", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:@@toprimitive", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:defaultproperties", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:@@toprimitive-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:the-document's-address", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:@@toprimitive-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable-2", - "https://html.spec.whatwg.org/multipage/history.html#dom-document-location-dev", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-8", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:document", - "https://html.spec.whatwg.org/multipage/history.html#dom-document-location", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-9", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:fully-active", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:window-3", - "https://html.spec.whatwg.org/multipage/history.html#dom-location", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-10", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-11", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:the-document's-address-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:active-document", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:document-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-bc", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:current-entry", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:browsing-context", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-history", - "https://html.spec.whatwg.org/multipage/history.html#location", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-href", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-origin", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-protocol", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-host", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-hostname", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable-8", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-port", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable-9", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-pathname", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable-10", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-search", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable-11", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-hash", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable-12", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-assign", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable-13", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-replace", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable-14", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-reload", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:legacyunforgeable-15", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domstringlist", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-ancestororigins", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-href-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-12", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-origin-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-13", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-protocol-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-14", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-host-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-15", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-hostname-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-16", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-port-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-17", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-pathname-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-18", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-search-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-19", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-hash-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-20", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-assign-dev", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-replace-dev", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-reload-dev", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-ancestororigins-dev", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domstringlist-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:browsing-context-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:parent-browsing-context", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-21", - "https://html.spec.whatwg.org/multipage/history.html#relevant-document", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-22", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-relevant-global-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:window-bc", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:active-document-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-23", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-relevant-global-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:window-bc-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-24", - "https://html.spec.whatwg.org/multipage/history.html#concept-location-url", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-25", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:the-document's-address-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-26", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:about:blank", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-27", - "https://html.spec.whatwg.org/multipage/history.html#concept-location-ancestor-origins-list", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-28", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-ancestor-origins-list", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domstringlist-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:list", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:list-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:document-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-29", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:parent-browsing-context-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:parent-browsing-context-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:list-append", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:ascii-serialisation-of-an-origin", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:active-document-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin", - "https://html.spec.whatwg.org/multipage/history.html#location-object-navigate", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:url", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:history-handling-behavior", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:hh-default", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-30", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-relevant-global-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:window-bc-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-incumbent-global", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:window-bc-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-31", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:completely-loaded", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-incumbent-global-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:transient-activation", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:hh-replace", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:navigate", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:exceptions-enabled", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:navigation-hh", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:source-browsing-context", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-href", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-serializer", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-href-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:parse-a-url", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:typeerror", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-object-navigate", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:resulting-url-record", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-href-3", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-origin", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:ascii-serialisation-of-an-origin-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-8", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-origin", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-protocol", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-9", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-10", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-scheme", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-protocol-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-11", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-8", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-12", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-9", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-13", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-url", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:scheme-start-state", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-state-override", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:syntaxerror", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-scheme-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:http(s)-scheme", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-object-navigate-2", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-host", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-14", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-10", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-15", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-host", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-port", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-host-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:host-serializer", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-host-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:host-serializer-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-port-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:serialize-an-integer", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-host-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-16", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-11", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-17", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-12", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-18", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:opaque-path", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-url-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:host-state", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-state-override-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-object-navigate-3", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-hostname", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-19", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-13", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-8", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-8", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-8", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-20", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-host-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-21", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-8", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-host-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:host-serializer-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-hostname-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-22", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-14", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-23", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-15", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-9", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-8", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-9", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-8", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-8", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-9", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-24", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-9", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:opaque-path-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-url-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:hostname-state", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-state-override-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-object-navigate-4", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-port", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-25", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-16", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-10", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-9", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-10", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-9", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-9", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-10", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-26", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-10", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-port-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-27", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-11", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-port-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:serialize-an-integer-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-port-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-28", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-17", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-29", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-18", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-11", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-10", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-11", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-10", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-10", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-11", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-30", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-12", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:cannot-have-a-username/password/port", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-port-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-url-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:port-state", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-state-override-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-object-navigate-5", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-pathname", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-31", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-19", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-12", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-11", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-12", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-11", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-11", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-12", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:url-path-serializer", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-32", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-13", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-pathname-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-32", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-20", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-33", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-21", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-13", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-12", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-13", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-12", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-12", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-13", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-34", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-14", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:opaque-path-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-path", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-url-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:path-start-state", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-state-override-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-object-navigate-6", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-search", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-35", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-22", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-14", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-13", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-14", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-13", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-13", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-14", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-36", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-15", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-query", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-37", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-16", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-query-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-search-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-38", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-23", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-39", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-24", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-15", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-14", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-15", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-14", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-14", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-15", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-40", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-17", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-query-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-query-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-url-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:query-state", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-state-override-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-object-navigate-7", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-hash", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-41", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-25", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-16", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-15", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-16", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-15", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-15", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-16", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-42", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-18", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-fragment", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-43", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-19", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-fragment-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-hash-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-44", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-26", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-45", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-27", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-17", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-16", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-17", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-16", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-16", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-17", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-46", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-20", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-fragment-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-url-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:fragment-state", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:basic-url-parser-state-override-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-fragment-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-47", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-url-21", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-url-fragment-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-href-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-assign-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-object-navigate-8", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:the-a-element", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:the-area-element", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-hash-3", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-assign", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-48", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-28", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-49", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-29", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-18", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-17", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-18", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-17", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-17", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-18", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:parse-a-url-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-19", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:syntaxerror-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-19", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-object-navigate-9", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:resulting-url-record-2", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-replace", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-50", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-30", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:parse-a-url-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-20", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:syntaxerror-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-20", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-object-navigate-10", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:resulting-url-record-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:hh-replace-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-replace-2", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-reload", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-51", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-31", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-52", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-32", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-19", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-18", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-21", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-18", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-18", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-21", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-task", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:event-resize", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:browsing-context-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:browsing-context-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:browsing-context-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:active-document-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:an-iframe-srcdoc-document", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:process-the-iframe-attributes", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:browsing-context-6", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:bc-container", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:navigate-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:browsing-context-7", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-53", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-33", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:the-document's-address-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:exceptions-enabled-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:navigation-hh-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:hh-reload", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:source-browsing-context-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:browsing-context-8", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:active-document-5", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:browsing-context-9", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:navigate-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:browsing-context-10", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:document-4", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:navigation-hh-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:hh-reload-2", - "https://html.spec.whatwg.org/multipage/history.html#dom-location-ancestororigins", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-54", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-34", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:list-3", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-55", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:relevant-document-35", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-document-origin-20", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:same-origin-domain-19", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:entry-settings-object-22", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-settings-object-origin-19", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:securityerror-19", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:domexception-22", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:this-56", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:concept-location-ancestor-origins-list-2", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:dom-location-ancestororigins-2", - "https://html.spec.whatwg.org/multipage/history.html#location-internal-methods", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-33", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-34", - "https://html.spec.whatwg.org/multipage/history.html#the-location-interface:location-35", - "https://html.spec.whatwg.org/multipage/history.html#defaultproperties", - "https://html.spec.whatwg.org/multipage/history.html#location-getprototypeof", - "https://html.spec.whatwg.org/multipage/history.html#location-getprototypeof:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/history.html#location-getprototypeof:ordinarygetprototypeof", - "https://html.spec.whatwg.org/multipage/history.html#location-setprototypeof", - "https://html.spec.whatwg.org/multipage/history.html#location-setprototypeof:setimmutableprototype", - "https://html.spec.whatwg.org/multipage/history.html#location-isextensible", - "https://html.spec.whatwg.org/multipage/history.html#location-preventextensions", - "https://html.spec.whatwg.org/multipage/history.html#location-getownproperty", - "https://html.spec.whatwg.org/multipage/history.html#location-getownproperty:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/history.html#location-getownproperty:ordinarygetownproperty", - "https://html.spec.whatwg.org/multipage/history.html#location-getownproperty:defaultproperties", - "https://html.spec.whatwg.org/multipage/history.html#location-getownproperty:crossorigingetownpropertyhelper-(-o,-p-)", - "https://html.spec.whatwg.org/multipage/history.html#location-getownproperty:crossoriginpropertyfallback-(-p-)", - "https://html.spec.whatwg.org/multipage/history.html#location-defineownproperty", - "https://html.spec.whatwg.org/multipage/history.html#location-defineownproperty:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/history.html#location-defineownproperty:defaultproperties", - "https://html.spec.whatwg.org/multipage/history.html#location-defineownproperty:ordinarydefineownproperty", - "https://html.spec.whatwg.org/multipage/history.html#location-defineownproperty:securityerror", - "https://html.spec.whatwg.org/multipage/history.html#location-defineownproperty:domexception", - "https://html.spec.whatwg.org/multipage/history.html#location-get", - "https://html.spec.whatwg.org/multipage/history.html#location-get:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/history.html#location-get:ordinaryget", - "https://html.spec.whatwg.org/multipage/history.html#location-get:crossoriginget-(-o,-p,-receiver-)", - "https://html.spec.whatwg.org/multipage/history.html#location-set", - "https://html.spec.whatwg.org/multipage/history.html#location-set:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/history.html#location-set:ordinaryset", - "https://html.spec.whatwg.org/multipage/history.html#location-set:crossoriginset-(-o,-p,-v,-receiver-)", - "https://html.spec.whatwg.org/multipage/history.html#location-delete", - "https://html.spec.whatwg.org/multipage/history.html#location-delete:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/history.html#location-delete:ordinarydelete", - "https://html.spec.whatwg.org/multipage/history.html#location-delete:securityerror", - "https://html.spec.whatwg.org/multipage/history.html#location-delete:domexception", - "https://html.spec.whatwg.org/multipage/history.html#location-ownpropertykeys", - "https://html.spec.whatwg.org/multipage/history.html#location-ownpropertykeys:isplatformobjectsameorigin-(-o-)", - "https://html.spec.whatwg.org/multipage/history.html#location-ownpropertykeys:ordinaryownpropertykeys", - "https://html.spec.whatwg.org/multipage/history.html#location-ownpropertykeys:crossoriginownpropertykeys-(-o-)", + "https://html.spec.whatwg.org/multipage/browsers.html#loading-web-pages-supporting-concepts", + "https://html.spec.whatwg.org/multipage/browsers.html#origin", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:securityerror", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:domexception", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-opaque", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:ascii-serialisation-of-an-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-tuple", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-tuple", + "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-scheme", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:ascii-string", + "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-host", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-host", + "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-port", + "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:document", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-tuple-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:dom-document-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-effective-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-3", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-opaque", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-domain-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-domain-3", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-host", + "https://html.spec.whatwg.org/multipage/browsers.html#ascii-serialisation-of-an-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-4", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-opaque-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-scheme", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-host-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:host-serializer", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-port", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-port-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:serialize-an-integer", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:ascii-serialisation-of-an-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#unicode-serialisation-of-an-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-5", + "https://html.spec.whatwg.org/multipage/browsers.html#same-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-opaque-3", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-tuple-3", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-scheme-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-host-3", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-port-3", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-6", + "https://html.spec.whatwg.org/multipage/browsers.html#same-origin-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-opaque-4", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-tuple-4", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-scheme-3", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-domain-4", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:same-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:concept-origin-domain-5", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:same-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin:same-origin-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#sites", + "https://html.spec.whatwg.org/multipage/browsers.html#scheme-and-host", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:tuple", + "https://html.spec.whatwg.org/multipage/browsers.html#concept-scheme-and-host-scheme", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:ascii-string", + "https://html.spec.whatwg.org/multipage/browsers.html#concept-scheme-and-host-host", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-host", + "https://html.spec.whatwg.org/multipage/browsers.html#site", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-opaque", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:scheme-and-host", + "https://html.spec.whatwg.org/multipage/browsers.html#obtain-a-site", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-opaque-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-host", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:registrable-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-scheme", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-host-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-scheme-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-host-3", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:registrable-domain-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:site", + "https://html.spec.whatwg.org/multipage/browsers.html#concept-site-same-site", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-opaque-3", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-opaque-4", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-scheme-and-host-scheme", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-scheme-and-host-host", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:host-equals", + "https://html.spec.whatwg.org/multipage/browsers.html#serialization-of-a-site", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:site-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-opaque-5", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:host-serializer", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#schemelessly-same-site", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-opaque-6", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-tuple", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-host-4", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-host-5", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:host-equals-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:registrable-domain-3", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:registrable-domain-4", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:host-equals-3", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:registrable-domain-5", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#same-site", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:obtain-a-site", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:obtain-a-site-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-site-same-site", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:same-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:same-origin-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:schemelessly-same-site", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:same-site", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-port", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:same-site-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:schemelessly-same-site-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:same-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#example-same-site", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:public-suffix", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:schemelessly-same-site-3", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:same-site-3", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-port-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sites:concept-origin-domain-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction", + "https://html.spec.whatwg.org/multipage/browsers.html#dom-document-domain-dev", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:concept-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:concept-origin-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:the-iframe-element", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:document", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:concept-origin-opaque", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:document-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:concept-document-bc", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:document-domain-feature", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:securityerror", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:dom-crossoriginisolated", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:dom-originagentcluster", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:dom-document-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:dom-document-domain-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:dom-window-postmessage", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:messagechannel", + "https://html.spec.whatwg.org/multipage/browsers.html#dom-document-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:this", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:concept-document-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:concept-origin-effective-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:host-serializer", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:dom-document-domain-3", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:this-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:concept-document-bc-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:securityerror-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:domexception", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:this-3", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:active-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:sandboxed-document.domain-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:securityerror-3", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:domexception-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:this-4", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:allowed-to-use", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:document-domain-feature-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:securityerror-4", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:domexception-3", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:this-5", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:concept-document-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:concept-origin-effective-domain-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:securityerror-5", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:domexception-4", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:is-a-registrable-domain-suffix-of-or-is-equal-to", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:securityerror-6", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:domexception-5", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:surrounding-agent", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:agent-cluster", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:is-origin-keyed", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:concept-document-origin-3", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:concept-origin-domain-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:host-parser", + "https://html.spec.whatwg.org/multipage/browsers.html#is-a-registrable-domain-suffix-of-or-is-equal-to", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:concept-host", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:host-parser-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:host-equals", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:concept-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:concept-host-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:ip-address", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:host-equals-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:public-suffix", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:public-suffix-2", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:assert", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:public-suffix-3", + "https://html.spec.whatwg.org/multipage/browsers.html#example-registrable-domain-suffix", + "https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction:is-a-registrable-domain-suffix-of-or-is-equal-to-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-isolation", + "https://html.spec.whatwg.org/multipage/browsers.html#dom-originagentcluster-dev", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:window", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:agent-cluster", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:concept-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:agent-cluster-key", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:document", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:secure-context", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:concept-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:agent-cluster-key-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:agent-cluster-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-agent-cluster", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:http-structured-header", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:http-structured-header-boolean", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:initialise-the-document-object", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:http-structured-header-boolean-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:document-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:agent-cluster-key-3", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:concept-document-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:obtain-a-site", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:dom-document-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:webassembly.module", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:document-3", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:same-site", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:agent-cluster-3", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:browsing-context-group", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:origin-agent-cluster", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:document-4", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:agent-cluster-4", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:historical-agent-cluster-key-map", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:dom-originagentcluster", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:browsing-context-group-2", + "https://html.spec.whatwg.org/multipage/browsers.html#dom-originagentcluster", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:surrounding-agent", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:agent-cluster-5", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:is-origin-keyed", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:document-5", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:concept-origin-opaque", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:dom-originagentcluster-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:document-6", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:agent-cluster-6", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:agent-cluster-cross-origin-isolation", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:cross-origin-isolation-none", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:origin-agent-cluster-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:cross-origin-opener-policy-2", + "https://html.spec.whatwg.org/multipage/browsers.html#origin-keyed-agent-clusters:cross-origin-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policy-value", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:top-level-browsing-context-2", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:tlbc-group", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-unsafe-none", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:top-level-browsing-context-3", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:cross-origin-opener-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-same-origin-allow-popups", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:top-level-browsing-context-4", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:cross-origin-opener-policy-2", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:same-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-same-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:coop-same-origin-allow-popups", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:auxiliary-browsing-context", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:same-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:cross-origin-opener-policy-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-same-origin-plus-coep", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:coop-same-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:top-level-browsing-context-5", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:tlbc-group-2", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:bcg-cross-origin-isolation", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:cross-origin-isolation-logical", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:cross-origin-isolation-concrete", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:coop-same-origin-plus-coep", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:cross-origin-opener-policy-2-2", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:cross-origin-opener-policy-2-3", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:coop-same-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:cross-origin-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:compatible-with-cross-origin-isolation", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-struct-value", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:cross-origin-opener-policy-value", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:coop-unsafe-none", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-struct-report-endpoint", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-struct-report-only-value", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:cross-origin-opener-policy-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:coop-unsafe-none-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-struct-report-only-endpoint", + "https://html.spec.whatwg.org/multipage/browsers.html#matching-coop", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:cross-origin-opener-policy-value-3", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:concept-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:cross-origin-opener-policy-value-4", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:concept-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:coop-unsafe-none-3", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:coop-unsafe-none-4", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:coop-unsafe-none-5", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:coop-unsafe-none-6", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policies:same-origin-3", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:document", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:concept-document-coop", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policy-2", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policy-report-only", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:http-structured-header", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:http-structured-header-token", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:http-structured-header-token-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:cross-origin-opener-policy-value", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:http-structured-header-parameters", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-report-to", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:valid-url-string", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:http-structured-header-token-3", + "https://html.spec.whatwg.org/multipage/browsers.html#obtain-coop", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:concept-response", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:environment", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:cross-origin-opener-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:non-secure-context", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:getting-a-structured-field-value", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:cross-origin-opener-policy-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:concept-response-header-list", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-same-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:obtain-an-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:embedder-policy-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:compatible-with-cross-origin-isolation", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-struct-value", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-same-origin-plus-coep", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-struct-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-same-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-same-origin-allow-popups", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-struct-value-3", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-same-origin-allow-popups-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-report-to", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:map-exists", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-struct-report-endpoint", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-report-to-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:getting-a-structured-field-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:cross-origin-opener-policy-report-only", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:concept-response-header-list-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-same-origin-3", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:obtain-an-embedder-policy-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:embedder-policy-value-2-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:compatible-with-cross-origin-isolation-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:embedder-policy-report-only-value", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:compatible-with-cross-origin-isolation-3", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-struct-report-only-value", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-same-origin-plus-coep-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-same-origin-plus-coep-3", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-struct-report-only-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-same-origin-4", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-same-origin-allow-popups-3", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-struct-report-only-value-3", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-same-origin-allow-popups-4", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-report-to-3", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:map-exists-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-struct-report-only-endpoint", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coop-headers:coop-report-to-4", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#check-browsing-context-group-switch-coop-value", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:concept-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:matching-coop", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-same-origin-allow-popups", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-unsafe-none", + "https://html.spec.whatwg.org/multipage/browsers.html#check-bcg-switch-navigation-report-only", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:concept-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-opener-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:check-browsing-context-group-switch-coop-value", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-report-only-value", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-report-only-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:check-browsing-context-group-switch-coop-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value-3", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-report-only-value-3", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:check-browsing-context-group-switch-coop-value-3", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-report-only-value-4", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforcement-result", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:struct", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:struct-item", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforcement-bcg-switch", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforcement-bcg-switch-report-only", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:url", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforcement-url", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:concept-origin-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforcement-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-opener-policy-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforcement-coop", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforcement-source", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-enforce", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:browsing-context", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:url-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:concept-origin-4", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-opener-policy-3", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-result", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:concept-request-referrer", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-result-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch-report-only", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch-report-only-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-url", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-coop", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-source", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:active-document", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:is-initial-about:blank", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:browsing-context-initial-url", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:browsing-context-initial-url-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:check-browsing-context-group-switch-coop-value-4", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-coop-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value-5", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value-6", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch-3", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:tlbc-group", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:browsing-context-set", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:list-size", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-violation-navigation-to", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-url-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-origin-3", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-violation-navigation-from", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-coop-3", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-url-3", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-origin-4", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-source-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:check-bcg-switch-navigation-report-only", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-origin-5", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-coop-4", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch-report-only-3", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:tlbc-group-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:browsing-context-set-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:list-size-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-violation-navigation-to-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-url-4", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-origin-6", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-violation-navigation-from-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-coop-5", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-url-5", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-origin-7", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-source-3", + "https://html.spec.whatwg.org/multipage/browsers.html#obtain-browsing-context-navigation", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:browsing-context-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-opener-policy-4", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-result-3", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch-4", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-enforcement-bcg-switch-report-only-4", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:virtual-browsing-context-group-id", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:creating-a-new-top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:document", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:initialise-the-document-object", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:document-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value-7", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-same-origin-plus-coep", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:tlbc-group-3", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:bcg-cross-origin-isolation", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-isolation-logical", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-isolation-concrete", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:implementation-defined", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:concept-settings-object-cross-origin-isolated-capability", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-isolation-concrete-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:cross-origin-isolation-logical-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-struct-value-8", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:coop-unsafe-none-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:assert", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:popup-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:list-is-empty", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:popup-sandboxing-flag-set-2", + "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-group-switches-due-to-cross-origin-opener-policy:list-clone", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting", + "https://html.spec.whatwg.org/multipage/browsers.html#reporting", + "https://html.spec.whatwg.org/multipage/browsers.html#accessor-accessed-relationship", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:browsing-context", + "https://html.spec.whatwg.org/multipage/browsers.html#accessor-accessed-opener", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:browsing-context-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:ancestor-browsing-context", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:opener-browsing-context", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:browsing-context-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:bc-tlbc", + "https://html.spec.whatwg.org/multipage/browsers.html#accessor-accessed-openee", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:browsing-context-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:ancestor-browsing-context-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:opener-browsing-context-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:browsing-context-5", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:bc-tlbc-2", + "https://html.spec.whatwg.org/multipage/browsers.html#accessor-accessed-none", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:browsing-context-6", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:browsing-context-7", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:ancestor-browsing-context-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-check-access-report", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:browsing-context-8", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:environment-settings-object", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:cross-origin-accessible-window-property-name", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:assert", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:active-document", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:active-document-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:fully-active", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:bc-tlbc-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:active-document-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-document-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:nav-document", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:active-document-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:inclusive-ancestor-navigables", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:bc-tlbc-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:active-document-5", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-document-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:nav-document-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:active-document-6", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:inclusive-ancestor-navigables-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:same-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-document-origin-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:same-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-document-origin-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:bc-tlbc-5", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:virtual-browsing-context-group-id", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:bc-tlbc-6", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:virtual-browsing-context-group-id-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:accessor-accessed-relationship", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:accessor-accessed-none", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:bc-tlbc-7", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:opener-browsing-context-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:ancestor-browsing-context-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:accessor-accessed-opener", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:bc-tlbc-8", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:opener-browsing-context-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:ancestor-browsing-context-5", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:accessor-accessed-openee", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-violation-access", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-document-coop", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-document-coop-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:active-document-7", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:the-document's-address", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:active-document-8", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:the-document's-address-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:bc-tlbc-9", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:browsing-context-initial-url", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:bc-tlbc-10", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:browsing-context-initial-url-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:active-document-9", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-document-origin-5", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:active-document-10", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-document-origin-6", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:bc-tlbc-11", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:opener-origin-at-creation", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:bc-tlbc-12", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:opener-origin-at-creation-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:dom-document-referrer", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:dom-document-referrer-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sanitize-url-report", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:set-the-username", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:set-the-password", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-url-serializer", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-serializer-exclude-fragment", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-navigation-to", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:cross-origin-opener-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-request-referrer", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-endpoint", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-value", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-only-value", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-url-serializer-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:same-origin-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:sanitize-url-report", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:queue-a-report", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-endpoint-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-navigation-from", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:cross-origin-opener-policy-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-5", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-6", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-origin-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-endpoint-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-only-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:same-origin-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:sanitize-url-report-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:queue-a-report-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-endpoint-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-access", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:accessor-accessed-relationship-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:cross-origin-opener-policy-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-7", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-origin-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:dom-document-referrer-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:environment-settings-object-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-endpoint-5", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-value-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-only-value-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:accessor-accessed-opener-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-violation-access-to-opened", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-violation-access-from-opener", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:accessor-accessed-openee-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-violation-access-to-opener", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-violation-access-from-opened", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-violation-access-to-opened-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-violation-access-from-other", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-access-to-opener", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:cross-origin-opener-policy-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-8", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-origin-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-request-referrer-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:environment-settings-object-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-9", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-url-serializer-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-only-value-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:same-origin-5", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:sanitize-url-report-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:queue-a-report-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-endpoint-6", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-access-to-opened", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:cross-origin-opener-policy-5", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-10", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-origin-5", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:environment-settings-object-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-only-value-5", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:same-origin-6", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:sanitize-url-report-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:same-origin-7", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:sanitize-url-report-5", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:queue-a-report-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-endpoint-7", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-access-to-other", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:cross-origin-opener-policy-6", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-11", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-origin-6", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:environment-settings-object-5", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-only-value-6", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:same-origin-8", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:sanitize-url-report-6", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:queue-a-report-5", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-endpoint-8", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-access-from-opener", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:cross-origin-opener-policy-7", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-12", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-origin-7", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-request-referrer-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-endpoint-9", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-13", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-url-serializer-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-only-value-7", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:same-origin-9", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:sanitize-url-report-7", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:queue-a-report-6", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-endpoint-10", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-access-from-opened", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:cross-origin-opener-policy-8", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-14", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-origin-8", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-endpoint-11", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-only-value-8", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:same-origin-10", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:sanitize-url-report-8", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:same-origin-11", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:sanitize-url-report-9", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:queue-a-report-7", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-endpoint-12", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-violation-access-from-other", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:cross-origin-opener-policy-9", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:url-15", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:concept-origin-9", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-endpoint-13", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-only-value-9", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:same-origin-12", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:sanitize-url-report-10", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:queue-a-report-8", + "https://html.spec.whatwg.org/multipage/browsers.html#coop-reporting:coop-struct-report-endpoint-14", + "https://html.spec.whatwg.org/multipage/browsers.html#coep", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-value", + "https://html.spec.whatwg.org/multipage/browsers.html#coep-unsafe-none", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:cors-protocol", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:cross-origin-resource-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#coep-require-corp", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:cors-protocol-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:cross-origin-resource-policy-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coep-credentialless", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:cross-origin-resource-policy-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:cors-protocol-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:cross-origin-resource-policy-4", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:coep-credentialless", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:concept-settings-object-cross-origin-isolated-capability", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:embedder-policy-value", + "https://html.spec.whatwg.org/multipage/browsers.html#compatible-with-cross-origin-isolation", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:coep-credentialless-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:coep-require-corp", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:embedder-policy-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:coep-unsafe-none", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-reporting-endpoint", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-report-only-value", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:embedder-policy-value-3", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:coep-unsafe-none-2", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-report-only-reporting-endpoint", + "https://html.spec.whatwg.org/multipage/browsers.html#coep-report-type", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:report-type", + "https://html.spec.whatwg.org/multipage/browsers.html#coep:visible-to-reportingobservers", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-embedder-policy-report-only", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:environment-settings-object", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:http-structured-header", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:http-structured-header-token", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:http-structured-header-token-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:embedder-policy-value", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:http-structured-header-parameters", + "https://html.spec.whatwg.org/multipage/browsers.html#coep-report-to", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:valid-url-string", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:obtain-an-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:coep-unsafe-none", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:cross-origin-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:cross-origin-embedder-policy-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:embedder-policy-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:coep-unsafe-none-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:coep-require-corp", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:coep-unsafe-none-3", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:coep-unsafe-none-4", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:coep-unsafe-none-5", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:coep-unsafe-none-6", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:coep-unsafe-none-7", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:cross-origin-embedder-policy-report-only", + "https://html.spec.whatwg.org/multipage/browsers.html#obtain-an-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:concept-response", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:environment", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:embedder-policy-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:non-secure-context", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:getting-a-structured-field-value", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:cross-origin-embedder-policy-3", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:concept-response-header-list", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:compatible-with-cross-origin-isolation", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:embedder-policy-value-2-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:coep-report-to", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:map-exists", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:embedder-policy-reporting-endpoint", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:coep-report-to-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:getting-a-structured-field-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:cross-origin-embedder-policy-report-only-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:concept-response-header-list-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:compatible-with-cross-origin-isolation-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:embedder-policy-report-only-value", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:coep-report-to-3", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:map-exists-2", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:embedder-policy-report-only-reporting-endpoint", + "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:coep-report-to-4", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks", + "https://html.spec.whatwg.org/multipage/browsers.html#check-a-navigation-response's-adherence-to-its-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:concept-response", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:navigable", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:child-navigable", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:nav-container-document", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:concept-document-policy-container", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:policy-container-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:embedder-policy-report-only-value", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:compatible-with-cross-origin-isolation", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:embedder-policy-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:queue-a-cross-origin-embedder-policy-inheritance-violation", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:embedder-policy-report-only-reporting-endpoint", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:nav-container-document-2", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:relevant-settings-object", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:embedder-policy-value-2-2", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:compatible-with-cross-origin-isolation-2", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:embedder-policy-value-2-3", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:compatible-with-cross-origin-isolation-3", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:queue-a-cross-origin-embedder-policy-inheritance-violation-2", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:embedder-policy-reporting-endpoint", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:nav-container-document-3", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:relevant-settings-object-2", + "https://html.spec.whatwg.org/multipage/browsers.html#check-a-global-object's-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:workerglobalscope", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:environment-settings-object", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:concept-response-2", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:dedicatedworkerglobalscope", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:concept-workerglobalscope-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:concept-settings-object-policy-container", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:policy-container-embedder-policy-2", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:embedder-policy-report-only-value-2", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:compatible-with-cross-origin-isolation-4", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:embedder-policy-value-2-4", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:queue-a-cross-origin-embedder-policy-inheritance-violation-3", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:embedder-policy-report-only-reporting-endpoint-2", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:embedder-policy-value-2-5", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:compatible-with-cross-origin-isolation-5", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:embedder-policy-value-2-6", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:compatible-with-cross-origin-isolation-6", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:queue-a-cross-origin-embedder-policy-inheritance-violation-4", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:embedder-policy-reporting-endpoint-2", + "https://html.spec.whatwg.org/multipage/browsers.html#queue-a-cross-origin-embedder-policy-inheritance-violation", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:concept-response-3", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:environment-settings-object-2", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:serialize-a-response-url-for-reporting", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:queue-a-report", + "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks:coep-report-type", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-navigation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:auxiliary-browsing-context", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-auxiliary-navigation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-top-level-navigation-without-user-activation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-top-level-navigation-with-user-activation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-auxiliary-navigation-browsing-context-flag-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:top-level-browsing-context-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:browsing-context", + "https://html.spec.whatwg.org/multipage/browsers.html#one-permitted-sandboxed-navigator", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:browsing-context-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-navigation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-auxiliary-navigation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:attr-hyperlink-target", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:dom-open", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-top-level-navigation-without-user-activation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:active-window", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:transient-activation", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-top-level-navigation-without-user-activation-browsing-context-flag-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:top-level-browsing-context-3", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:browsing-context-3", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-navigation-browsing-context-flag-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-auxiliary-navigation-browsing-context-flag-3", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-top-level-navigation-with-user-activation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:active-window-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:transient-activation-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-top-level-navigation-without-user-activation-browsing-context-flag-3", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:top-level-browsing-context-4", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:browsing-context-4", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-origin-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:concept-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:dom-localstorage", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-forms-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-pointer-lock-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-scripts-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-automatic-features-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:attr-media-autoplay", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:attr-fe-autofocus", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-document.domain-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:dom-document-domain", + "https://html.spec.whatwg.org/multipage/browsers.html#sandbox-propagates-to-auxiliary-browsing-contexts-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:auxiliary-browsing-context-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:active-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-modals-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:dom-alert", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:dom-confirm", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:dom-print", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:dom-prompt", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:event-beforeunload", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-orientation-lock-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-presentation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-downloads-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:downloading-hyperlinks", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:as-a-download", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxed-custom-protocols-navigation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:fetch-scheme", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:hand-off-to-external-software", + "https://html.spec.whatwg.org/multipage/browsers.html#parse-a-sandboxing-directive", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:split-a-string-on-spaces", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-navigation-browsing-context-flag-3", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-auxiliary-navigation-browsing-context-flag-4", + "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-popups", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-top-level-navigation-without-user-activation-browsing-context-flag-4", + "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-top-navigation", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-top-level-navigation-with-user-activation-browsing-context-flag-2", + "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-top-navigation-by-user-activation", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:attr-iframe-sandbox-allow-top-navigation", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:attr-iframe-sandbox-allow-top-navigation-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:attr-iframe-sandbox-allow-top-navigation-by-user-activation", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-origin-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-same-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:attr-iframe-sandbox-allow-same-origin", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-forms-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-forms", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-pointer-lock-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-pointer-lock", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-scripts-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-scripts", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-automatic-features-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:attr-iframe-sandbox-allow-scripts", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-document.domain-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandbox-propagates-to-auxiliary-browsing-contexts-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-popups-to-escape-sandbox", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-modals-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-modals", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-orientation-lock-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-orientation-lock", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-presentation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-presentation", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-downloads-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-downloads", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxed-custom-protocols-navigation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-top-navigation-to-custom-protocols", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:attr-iframe-sandbox-allow-popups", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:attr-iframe-sandbox-allow-top-navigation-3", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:top-level-browsing-context-5", + "https://html.spec.whatwg.org/multipage/browsers.html#popup-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxing-flag-set-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:browsing-context-5", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:popup-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:the-rules-for-choosing-a-navigable", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:obtain-browsing-context-navigation", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:the-iframe-element", + "https://html.spec.whatwg.org/multipage/browsers.html#iframe-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxing-flag-set-3", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:iframe-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:the-iframe-element-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:attr-iframe-sandbox", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:document", + "https://html.spec.whatwg.org/multipage/browsers.html#active-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxing-flag-set-4", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:document-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:active-sandboxing-flag-set-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:navigate", + "https://html.spec.whatwg.org/multipage/browsers.html#forced-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:concept-csp-list", + "https://html.spec.whatwg.org/multipage/browsers.html#csp-derived-sandboxing-flags", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxing-flag-set-5", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:set", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:list-iterate", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:csp-disposition", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:continue", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:csp-directive-set", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:list-contains", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:content-security-policy-directive", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandbox-directive", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:list-append", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxing-flag-set-6", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:list-size", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:parse-a-sandboxing-directive", + "https://html.spec.whatwg.org/multipage/browsers.html#determining-the-creation-sandboxing-flags", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:concept-document-bc", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:set-union", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:sandboxing-flag-set-7", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:popup-sandboxing-flag-set-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:iframe-sandboxing-flag-set-2", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:node-document", + "https://html.spec.whatwg.org/multipage/browsers.html#sandboxing:active-sandboxing-flag-set-3", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-container", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:struct", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:document", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:workerglobalscope", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:workletglobalscope", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:struct-item", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-container-csp-list", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-csp-list", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-container-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:embedder-policy-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-container-referrer-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:referrer-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:default-referrer-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#clone-a-policy-container", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:list-iterate", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container-csp-list", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:list-append", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container-csp-list-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container-embedder-policy-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container-referrer-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container-referrer-policy-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:url", + "https://html.spec.whatwg.org/multipage/browsers.html#requires-storing-the-policy-container-in-history", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-url-scheme", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:is-local", + "https://html.spec.whatwg.org/multipage/browsers.html#creating-a-policy-container-from-a-fetch-response", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-response", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:environment", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-response-url", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-url-scheme-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:clone-a-policy-container", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-response-url-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-url-blob-entry", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:blob-url-entry-environment", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container-3", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container-4", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container-csp-list-3", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:parse-response-csp", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container-embedder-policy-3", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:obtain-an-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:coep-unsafe-none", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container-referrer-policy-3", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:parse-referrer-policy-header", + "https://html.spec.whatwg.org/multipage/browsers.html#determining-navigation-params-policy-container", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:url-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container-5", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:assert", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:requires-storing-the-policy-container-in-history", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:clone-a-policy-container-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:about:srcdoc", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:assert-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:clone-a-policy-container-3", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:is-local-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:clone-a-policy-container-4", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:policy-container-6", + "https://html.spec.whatwg.org/multipage/browsers.html#initialize-worker-policy-container", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:workerglobalscope-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-response-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:environment-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-workerglobalscope-url", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:is-local-3", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-url-scheme-3", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:assert-3", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-WorkerGlobalScope-owner-set", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:list-size", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-workerglobalscope-policy-container", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:clone-a-policy-container-5", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-WorkerGlobalScope-owner-set-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:relevant-settings-object", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-settings-object-policy-container", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:concept-workerglobalscope-policy-container-2", + "https://html.spec.whatwg.org/multipage/browsers.html#policy-containers:creating-a-policy-container-from-a-fetch-response", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#head", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#living-standard", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#toc-browsers", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#nav-traversal-apis", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#cross-origin-objects", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#cross-origin-objects:window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#cross-origin-objects:windowproxy", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#cross-origin-objects:location", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#cross-origin-objects:concept-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#integration-with-idl", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#integration-with-idl:perform-a-security-check", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#integration-with-idl:window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#integration-with-idl:location", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#integration-with-idl:crossoriginproperties-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#integration-with-idl:samevalue", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#integration-with-idl:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#integration-with-idl:securityerror", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#integration-with-idl:domexception", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-internal-slot:-crossoriginpropertydescriptormap", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-internal-slot:-crossoriginpropertydescriptormap:window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-internal-slot:-crossoriginpropertydescriptormap:location", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginpropertydescriptormap", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-internal-slot:-crossoriginpropertydescriptormap:crossoriginpropertydescriptormap", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-internal-slot:-crossoriginpropertydescriptormap:window-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-internal-slot:-crossoriginpropertydescriptormap:location-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-internal-slot:-crossoriginpropertydescriptormap:crossorigingetownpropertyhelper-(-o,-p-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-internal-slot:-crossoriginpropertydescriptormap:dom-document-domain", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-internal-slot:-crossoriginpropertydescriptormap:dom-document-domain-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-internal-slot:-crossoriginpropertydescriptormap:dom-document-domain-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-internal-slot:-crossoriginpropertydescriptormap:concept-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-abstract-operations", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginproperties-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginproperties-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginproperties-(-o-):assert", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginproperties-(-o-):location", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginproperties-(-o-):window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginproperties-(-o-):location-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginproperties-(-o-):completion-record", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginproperties-(-o-):windowproxy", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#cross-origin-accessible-window-property-name", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginproperties-(-o-):array-index-property-name", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginpropertyfallback-(-p-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginpropertyfallback-(-p-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginpropertyfallback-(-p-):@@tostringtag", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginpropertyfallback-(-p-):@@hasinstance", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginpropertyfallback-(-p-):@@isconcatspreadable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginpropertyfallback-(-p-):propertydescriptor", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginpropertyfallback-(-p-):securityerror", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginpropertyfallback-(-p-):domexception", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-):current-settings-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-):concept-settings-object-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-):same-origin-domain", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-):relevant-settings-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-):concept-settings-object-origin-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-):completion-record", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-):current-settings-object-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-):javascript-execution-context", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-):javascript-execution-context-stack", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-):dom-document-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#isplatformobjectsameorigin-(-o-):windowproxy", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):securityerror", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):domexception", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):crossoriginpropertyfallback-(-p-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):current-settings-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):relevant-settings-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):crossoriginproperties-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):samevalue", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):crossoriginpropertydescriptormap", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):ordinarygetownproperty", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):iscallable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):current-realm", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):propertydescriptor", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):current-realm-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):current-realm-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):propertydescriptor-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):crossoriginpropertydescriptormap-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):completion-record", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossorigingetownpropertyhelper-(-o,-p-):invariants-of-the-essential-internal-methods", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginget-(-o,-p,-receiver-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginget-(-o,-p,-receiver-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginget-(-o,-p,-receiver-):assert", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginget-(-o,-p,-receiver-):isdatadescriptor", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginget-(-o,-p,-receiver-):assert-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginget-(-o,-p,-receiver-):isaccessordescriptor", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginget-(-o,-p,-receiver-):securityerror", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginget-(-o,-p,-receiver-):domexception", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginget-(-o,-p,-receiver-):call", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginset-(-o,-p,-v,-receiver-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginset-(-o,-p,-v,-receiver-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginset-(-o,-p,-v,-receiver-):assert", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginset-(-o,-p,-v,-receiver-):call", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginset-(-o,-p,-v,-receiver-):securityerror", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginset-(-o,-p,-v,-receiver-):domexception", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginownpropertykeys-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginownpropertykeys-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginownpropertykeys-(-o-):js-list", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginownpropertykeys-(-o-):crossoriginproperties-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginownpropertykeys-(-o-):list-append", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginownpropertykeys-(-o-):@@tostringtag", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginownpropertykeys-(-o-):@@hasinstance", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginownpropertykeys-(-o-):@@isconcatspreadable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#crossoriginownpropertykeys-(-o-):completion-record", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:legacyunenumerablenamedproperties", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:eventtarget", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:legacyunforgeable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:windowproxy", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:windowproxy-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-self", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:legacyunforgeable-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-document-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-name", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-location-href", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:legacyunforgeable-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:location", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-location", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:history-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-history", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:customelementregistry", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-customelements", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:barprop", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-locationbar", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:barprop-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-menubar", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:barprop-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-personalbar", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:barprop-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-scrollbars", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:barprop-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-statusbar", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:barprop-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-toolbar", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-status", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-close", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-closed", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-stop", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-focus", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-blur", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:windowproxy-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-frames", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-length", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:legacyunforgeable-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:windowproxy-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-top", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-opener", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:windowproxy-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-parent", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:element", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-frameelement", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:windowproxy-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-open", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:legacynulltoemptystring", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:idl-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:windowproxy-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:navigator", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-navigator", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:navigator-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-clientinformation", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-originagentcluster", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-alert-noargs", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-alert", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-confirm", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-prompt", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-print", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-postmessage", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:idl-object-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:dom-window-postmessage-options", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:windowpostmessageoptions", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:window-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:globaleventhandlers", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:window-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:windoweventhandlers", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowpostmessageoptions", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:structuredserializeoptions", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-windowpostmessageoptions-targetorigin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-frames-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-self-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-document-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:document-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-document-defaultview-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:window-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:window-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:document-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:window-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:navigate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:is-initial-about:blank", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:document-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:window-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#window-bc", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:concept-document-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:concept-document-bc", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:browsing-context", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:window-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#window-navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:nav-document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:window-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:concept-document-window-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:navigable-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-frames", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-self", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:this", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:concept-relevant-realm", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-document-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:this-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:concept-document-window-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:document-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:window-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:navigate-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:initialise-the-document-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:browsing-context-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:window-11", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:is-initial-about:blank-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:document-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-document-defaultview", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:this-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:concept-document-bc-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:this-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:concept-document-bc-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:windowproxy-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:window-12", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#htmldocument", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:document-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-window-object:interface-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-open-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:about:blank", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:set-of-comma-separated-tokens", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:link-type-noopener", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:link-type-noreferrer", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:hyperlink", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:dom-barprop-visible", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:barprop", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-name-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-close-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-closed-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-stop-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#window-open-steps", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:event-loop", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:termination-nesting-level", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:entry-global-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-document-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-window-open-features-tokenize", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:map-exists", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-window-open-features-parse-boolean", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:map-remove", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:map-exists-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-window-open-features-parse-boolean-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:map-remove-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:the-rules-for-choosing-a-navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:node-navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:handler-onclick", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:dom-open", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:the-iframe-element", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:nav-bc", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:is-popup", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:popup-window-is-requested", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:set-up-browsing-context-features", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:nav-bc-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:url-record", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:about:blank-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:parse-a-url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:entry-settings-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:resulting-url-record", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:parse-a-url-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:syntaxerror", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:domexception", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:matches-about:blank", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:url-and-history-update-steps", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:nav-document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:navigate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:navigation-referrer-policy", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:exceptions-enabled", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:url-record-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:about:blank-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:parse-a-url-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:entry-settings-object-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:resulting-url-record-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:parse-a-url-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:syntaxerror-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:domexception-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:navigate-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:navigation-referrer-policy-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:exceptions-enabled-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:nav-bc-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:opener-browsing-context", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-document-bc", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:nav-wp", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-open", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-open-steps", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:navigate-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:browsing-context", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:auxiliary-browsing-context", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-window-open-features-tokenize", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:ordered-map", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:while", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:collect-a-sequence-of-code-points", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:feature-separator", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:collect-a-sequence-of-code-points-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:feature-separator-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:converted-to-ascii-lowercase", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:normalizing-the-feature-name", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:while-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:feature-separator-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:break", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:feature-separator-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:feature-separator-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:break-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:collect-a-sequence-of-code-points-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:feature-separator-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:converted-to-ascii-lowercase-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#window-feature-is-set", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:map-exists-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-window-open-features-parse-boolean-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#popup-window-is-requested", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:map-empty", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:map-exists-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-window-open-features-parse-boolean-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-feature-is-set", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-feature-is-set-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-feature-is-set-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-feature-is-set-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-feature-is-set-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-feature-is-set-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#feature-separator", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:space-characters", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#normalizing-the-feature-name", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-window-open-features-parse-boolean", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:is", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:is-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:rules-for-parsing-integers", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-name", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-navigable-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:nav-target", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:dom-name", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-navigable-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-navigable-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:she-document-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:document-state-nav-target-name", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:navigate-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-close", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:list-iterate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:top-level-traversable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:top-level-traversable-set", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:nav-document-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:break-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:top-level-traversable-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:is-closing", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:nav-bc-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:snapshotting-source-snapshot-params", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:nav-document-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:script-closable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-incumbent-global", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-bc", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:familiar-with", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#sandboxClose", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:concept-incumbent-global-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:node-navigable-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:allowed-to-navigate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:is-closing-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:queue-a-task", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:dom-manipulation-task-source", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:close-a-top-level-traversable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-closable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:nav-bc-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:auxiliary-browsing-context-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:top-level-traversable-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:tn-session-history-entries", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:list-size", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-closed", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-bc-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:is-closing-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-stop", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-navigable-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:nav-stop", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:this-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#apis-for-creating-and-navigating-browsing-contexts-by-name:window-navigable-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#accessing-other-browsing-contexts", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#accessing-other-browsing-contexts:window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-length-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#accessing-other-browsing-contexts:document-tree-child-navigables", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#accessing-other-browsing-contexts:windowproxy", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#accessing-other-browsing-contexts:document-tree-child-navigables-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-length", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#accessing-other-browsing-contexts:this", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#accessing-other-browsing-contexts:concept-document-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#accessing-other-browsing-contexts:document-tree-child-navigables-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#accessing-other-browsing-contexts:list-size", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#accessing-other-browsing-contexts:document-tree-child-navigables-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#accessing-other-browsing-contexts:windowproxy-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#child-browsing-context-name-property-set", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#document-tree-child-browsing-context-name-property-set", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#document-tree-child-navigable-target-name-property-set", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:window-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:document-tree-child-navigables", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:concept-document-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:set", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:list-iterate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:nav-target", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:continue", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:list-contains", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:continue-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:list-append", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:set-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:list-iterate-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:nav-target-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:nav-document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:concept-document-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:same-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:relevant-settings-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:concept-settings-object-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:list-append-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:dom-name", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:window-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:support-named-properties", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:supported-property-names", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:window-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:tree-order", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:document-tree-child-navigable-target-name-property-set", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:the-embed-element", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:the-form-element", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:the-img-element", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:the-object-element", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:in-a-document-tree", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:concept-document-window-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:root", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:the-id-attribute", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:html-elements", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:the-id-attribute-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:in-a-document-tree-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:concept-document-window-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:root-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-nameditem", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:determine-the-value-of-a-named-property", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:window-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:dom-window-nameditem-filter", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:navigable-container", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:concept-document-window-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:descendant", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:nested-navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:nested-navigable-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:nav-wp", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:htmlcollection", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:concept-document-window-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:dom-window-nameditem-filter-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-nameditem-filter", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:window-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:document-tree-child-navigables-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:concept-document-window-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:nav-target-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:the-embed-element-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:the-form-element-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:the-img-element-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:the-object-element-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:in-a-document-tree-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:concept-document-window-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:root-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:html-elements-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:the-id-attribute-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:in-a-document-tree-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:concept-document-window-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object:root-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-top-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:windowproxy", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:top-level-traversable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-opener-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:windowproxy-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:opener-browsing-context", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-parent-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:windowproxy-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:nav-parent", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-frameelement-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:navigable-container", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-top", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:this", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:window-navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:this-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:window-navigable-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:nav-top", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:nav-wp", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-opener", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:this-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:window-bc", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:disowned-its-opener", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:opener-browsing-context-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:opener-browsing-context-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:windowproxy-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:dom-opener", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:this-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:window-bc-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:this-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:window-bc-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:disowned-its-opener-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:ordinarydefineownproperty", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:this-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:disowned-its-opener-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:dom-opener-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:opener-browsing-context-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:window-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:disowned-its-opener-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:dom-opener-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:opener-browsing-context-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:window-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:opener-browsing-context-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-parent", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:this-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:window-navigable-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:nav-parent-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:nav-parent-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:nav-wp-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-frameelement", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:this-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:node-navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:nav-container", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:node-document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:concept-document-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:same-origin-domain", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:current-settings-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:concept-settings-object-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:browsing-context-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigating-nested-browsing-contexts-in-the-dom:destroy-a-document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:window-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:window-bc", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:is-popup", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:barprop", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#barprop", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:dom-barprop-visible", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-locationbar-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-barprop-visible-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-menubar-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:dom-barprop-visible-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-personalbar-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:dom-barprop-visible-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-scrollbars-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:dom-barprop-visible-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-statusbar-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:dom-barprop-visible-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-toolbar-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:dom-barprop-visible-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:window-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-barprop-visible", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:this", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:window-bc-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:bc-tlbc", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:is-popup-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:barprop-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:window-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-bar-barprop-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-menu-bar-barprop-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-personal-bar-barprop-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-scrollbar-barprop-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-status-bar-barprop-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-toolbar-barprop-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:apply-the-history-step", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-locationbar", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:the-location-bar-barprop-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-menubar", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:the-menu-bar-barprop-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-personalbar", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:the-personal-bar-barprop-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-scrollbars", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:the-scrollbar-barprop-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-statusbar", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:the-status-bar-barprop-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-toolbar", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:the-toolbar-barprop-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-status", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:window-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements:window-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#set-up-a-window-environment-settings-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:javascript-execution-context", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:environment", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:url-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-realm-global", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:environment-settings-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:realm-execution-context", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-settings-object-module-map", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-document-module-map", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-document-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:api-url-character-encoding", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:document's-character-encoding", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-document-window-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:api-base-url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:document-base-url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-document-window-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-settings-object-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-document-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-document-window-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-settings-object-policy-container", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-document-policy-container", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-document-window-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-settings-object-cross-origin-isolated-capability", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:agent-cluster", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:agent-cluster-cross-origin-isolation", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:cross-origin-isolation-concrete", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-document-window-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:allowed-to-use", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:cross-origin-isolated-feature", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-settings-object-time-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-document-window-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:load-timing-info", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:navigation-start-time", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-environment-id", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-environment-id-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-environment-target-browsing-context", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-environment-target-browsing-context-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-environment-active-service-worker", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-environment-active-service-worker-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-environment-id-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:environment-settings-object-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:environment-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-environment-id-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-environment-id-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-environment-target-browsing-context-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-environment-active-service-worker-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-environment-creation-url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-environment-top-level-creation-url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#script-settings-for-window-objects:concept-environment-top-level-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:windowproxy", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:browsing-context", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:windowproxy-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:browsing-context-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:navigate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:window-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:browsing-context-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:windowproxy-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:windowproxy-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:windowproxy-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:interface-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:windowproxy-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-windowproxy-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:window-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:windowproxy-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:windowproxy-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:location", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-windowproxy-exotic-object:window-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getprototypeof", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getprototypeof:concept-windowproxy-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getprototypeof:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getprototypeof:ordinarygetprototypeof", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-setprototypeof", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-setprototypeof:setimmutableprototype", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-isextensible", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-preventextensions", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:concept-windowproxy-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:array-index-property-name", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:touint32", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:document-tree-child-navigables", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:concept-document-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:list-size", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:list-sort", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:nav-container", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:concept-document-window-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:nav-container-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:nav-wp", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:securityerror", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:domexception", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:propertydescriptor", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:isplatformobjectsameorigin-(-o-)-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:ordinarygetownproperty", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:willful-violation", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:invariants-of-the-essential-internal-methods", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:crossorigingetownpropertyhelper-(-o,-p-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:document-tree-child-navigable-target-name-property-set", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:nav-wp-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:dom-window-nameditem-filter", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:propertydescriptor-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-getownproperty:crossoriginpropertyfallback-(-p-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-defineownproperty", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-defineownproperty:concept-windowproxy-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-defineownproperty:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-defineownproperty:array-index-property-name", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-defineownproperty:ordinarydefineownproperty", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-defineownproperty:willful-violation", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-defineownproperty:invariants-of-the-essential-internal-methods", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-defineownproperty:securityerror", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-defineownproperty:domexception", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-get", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-get:concept-windowproxy-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-get:coop-check-access-report", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-get:current-global-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-get:window-bc", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-get:window-bc-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-get:current-settings-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-get:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-get:ordinaryget", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-get:crossoriginget-(-o,-p,-receiver-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-get:ordinaryget-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-get:crossoriginget-(-o,-p,-receiver-)-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-set", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-set:concept-windowproxy-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-set:coop-check-access-report", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-set:current-global-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-set:browsing-context", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-set:browsing-context-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-set:current-settings-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-set:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-set:array-index-property-name", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-set:ordinaryset", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-set:crossoriginset-(-o,-p,-v,-receiver-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-set:crossoriginset-(-o,-p,-v,-receiver-)-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-delete", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-delete:concept-windowproxy-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-delete:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-delete:array-index-property-name", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-delete:ordinarydelete", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-delete:securityerror", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-delete:domexception", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-ownpropertykeys", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-ownpropertykeys:concept-windowproxy-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-ownpropertykeys:concept-document-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-ownpropertykeys:document-tree-child-navigables", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-ownpropertykeys:list-size", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-ownpropertykeys:exclusive-range", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-ownpropertykeys:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-ownpropertykeys:ordinaryownpropertykeys", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#windowproxy-ownpropertykeys:crossoriginownpropertykeys-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:window-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:platform-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-relevant-realm", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:object.prototype.valueof", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:@@toprimitive", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:defaultproperties", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:@@toprimitive-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:the-document's-address", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:@@toprimitive-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-document-location-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-document-location", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:fully-active", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:window-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-11", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:the-document's-address-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:document-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:navigate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:reload", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-href", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-protocol", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-host", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-hostname", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-port", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-pathname", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-search", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable-11", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-hash", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable-12", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-assign", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable-13", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-replace", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable-14", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-reload", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:legacyunforgeable-15", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domstringlist", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-ancestororigins", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-href-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-12", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-origin-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-13", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-protocol-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-14", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-host-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-15", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-hostname-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-16", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-port-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-17", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-pathname-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-18", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-search-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-19", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-hash-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-20", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-assign-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-replace-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-reload-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-ancestororigins-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domstringlist-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:ancestor-navigables", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:nav-document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-21", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#relevant-document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-relevant-global-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:window-bc", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:active-document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-22", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-relevant-global-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:window-bc-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-23", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-location-url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-24", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:the-document's-address-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-25", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:about:blank", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-26", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-location-ancestor-origins-list", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-27", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-ancestor-origins-list", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domstringlist-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:list", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:list-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-28", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:doc-container-document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:doc-container-document-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:list-append", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:ascii-serialisation-of-an-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-object-navigate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-29", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:history-handling-behavior", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:hh-push", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-relevant-global-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:window-navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-incumbent-global", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:completely-loaded", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-incumbent-global-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:transient-activation", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:hh-replace", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:navigate-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:exceptions-enabled", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:navigation-hh", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-href", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-serializer", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-href-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:parse-a-url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:syntaxerror", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-object-navigate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:resulting-url-record", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-href-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:ascii-serialisation-of-an-origin-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-protocol", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-11", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-scheme", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-protocol-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-12", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-13", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-14", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:scheme-start-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-state-override", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:syntaxerror-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-scheme-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:http(s)-scheme", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-object-navigate-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-15", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-host", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-16", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-11", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-17", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-host", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-port", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-host-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:host-serializer", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-host-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:host-serializer-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-port-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:serialize-an-integer", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-host-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-18", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-12", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-19", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-13", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-20", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:opaque-path", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-url-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:host-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-state-override-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-object-navigate-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-21", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-hostname", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-22", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-14", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-23", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-host-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-24", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-host-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:host-serializer-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-hostname-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-25", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-15", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-26", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-16", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-27", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:opaque-path-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-url-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:hostname-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-state-override-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-object-navigate-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-28", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-port", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-29", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-17", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-11", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-30", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-port-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-31", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-11", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-port-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:serialize-an-integer-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-port-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-32", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-18", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-33", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-19", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-11", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-11", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-12", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-34", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-12", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:cannot-have-a-username/password/port", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-port-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-url-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:port-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-state-override-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-object-navigate-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-35", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-pathname", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-36", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-20", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-12", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-11", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-12", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-11", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-11", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-13", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:url-path-serializer", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-30", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-13", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-pathname-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-37", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-21", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-38", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-22", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-13", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-12", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-13", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-12", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-12", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-14", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-39", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-14", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:opaque-path-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-path", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-url-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:path-start-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-state-override-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-object-navigate-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-40", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-search", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-41", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-23", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-14", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-13", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-14", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-13", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-13", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-15", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-42", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-15", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-query", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-43", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-16", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-query-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-search-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-44", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-24", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-45", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-25", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-15", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-14", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-15", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-14", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-14", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-16", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-46", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-17", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-query-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-query-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-26", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:document's-character-encoding", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-url-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:query-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-state-override-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-object-navigate-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-47", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-hash", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-48", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-27", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-16", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-15", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-16", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-15", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-15", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-17", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-49", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-18", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-fragment", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-50", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-19", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-fragment-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-hash-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-51", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-28", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-52", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-29", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-17", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-16", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-17", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-16", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-16", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-18", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-53", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-20", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-fragment-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-url-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:fragment-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:basic-url-parser-state-override-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-fragment-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-54", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-url-21", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-url-fragment-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-href-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-assign-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-object-navigate-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-55", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:the-a-element", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:the-area-element", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-hash-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-assign", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-56", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-30", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-57", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-31", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-18", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-17", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-18", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-17", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-17", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-19", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:parse-a-url-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-19", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:syntaxerror-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-20", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-object-navigate-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-58", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:resulting-url-record-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-replace", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-59", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-32", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:parse-a-url-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-20", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:syntaxerror-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-21", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-object-navigate-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-60", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:resulting-url-record-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:hh-replace-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-replace-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-reload", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-61", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-33", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-19", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-18", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-21", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-18", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-18", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-22", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:reload-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:node-navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-location-ancestororigins", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-62", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-34", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:list-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-63", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:relevant-document-35", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-document-origin-20", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:same-origin-domain-19", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:entry-settings-object-22", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-settings-object-origin-19", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:securityerror-19", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:domexception-23", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:this-64", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:concept-location-ancestor-origins-list-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:dom-location-ancestororigins-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-internal-methods", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-31", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-32", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-location-interface:location-33", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#defaultproperties", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-getprototypeof", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-getprototypeof:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-getprototypeof:ordinarygetprototypeof", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-setprototypeof", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-setprototypeof:setimmutableprototype", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-isextensible", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-preventextensions", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-getownproperty", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-getownproperty:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-getownproperty:ordinarygetownproperty", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-getownproperty:defaultproperties", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-getownproperty:crossorigingetownpropertyhelper-(-o,-p-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-getownproperty:crossoriginpropertyfallback-(-p-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-defineownproperty", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-defineownproperty:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-defineownproperty:defaultproperties", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-defineownproperty:ordinarydefineownproperty", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-defineownproperty:securityerror", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-defineownproperty:domexception", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-get", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-get:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-get:ordinaryget", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-get:crossoriginget-(-o,-p,-receiver-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-set", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-set:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-set:ordinaryset", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-set:crossoriginset-(-o,-p,-v,-receiver-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-delete", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-delete:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-delete:ordinarydelete", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-delete:securityerror", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-delete:domexception", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-ownpropertykeys", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-ownpropertykeys:isplatformobjectsameorigin-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-ownpropertykeys:ordinaryownpropertykeys", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#location-ownpropertykeys:crossoriginownpropertykeys-(-o-)", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:history-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#scrollrestoration", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-scrollrestoration-auto", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-scrollrestoration-manual", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#history-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-length", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:scrollrestoration", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-scroll-restoration", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-go", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-back", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-forward", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-pushstate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-replacestate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-length-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:tn-session-history-entries", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:traversable-navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-scroll-restoration-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:she-scroll-restoration-mode", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-scroll-restoration-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:she-scroll-restoration-mode-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:nav-active-history-entry-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-state-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:she-serialized-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:nav-active-history-entry-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-go-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-go-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:tn-session-history-entries-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:traversable-navigable-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-back-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:tn-session-history-entries-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:traversable-navigable-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-forward-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:tn-session-history-entries-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:traversable-navigable-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-pushstate-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:she-serialized-state-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:nav-active-history-entry-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:she-url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-pushstate-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:she-serialized-state-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:she-url-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:can-have-its-url-rewritten", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:securityerror", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:domexception", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-replacestate-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:she-serialized-state-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:nav-active-history-entry-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-11", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-replacestate-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:she-serialized-state-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:nav-active-history-entry-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:she-url-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:document-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:can-have-its-url-rewritten-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:securityerror-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:domexception-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:document-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#doc-history", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:history-3-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:this", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-document-window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:doc-history", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:history-3-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-history-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:history-3-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-history-length", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:history-3-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-history-index", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-history-index", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-history-length", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-length", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:this-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-document-window-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:fully-active", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:securityerror-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:domexception-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:this-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-history-length-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-scroll-restoration", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:this-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-relevant-global-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-document-window-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:fully-active-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:securityerror-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:domexception-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:this-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:node-navigable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:nav-active-history-entry-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:she-scroll-restoration-mode-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-scroll-restoration-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:this-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-relevant-global-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-document-window-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:fully-active-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:securityerror-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:domexception-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:this-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:node-navigable-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:nav-active-history-entry-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:she-scroll-restoration-mode-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:this-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-relevant-global-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-document-window-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:fully-active-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:securityerror-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:domexception-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:this-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-history-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-go", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:delta-traverse", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:this-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-back", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:delta-traverse-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:this-11", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-forward", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:delta-traverse-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:this-12", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#delta-traverse", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:history-3-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-relevant-global-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-document-window-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:fully-active-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:securityerror-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:domexception-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:reload", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:node-navigable-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:traverse-the-history-by-a-delta", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:node-navigable-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:nav-traversable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-pushstate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:shared-history-push/replace-state-steps", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:this-13", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:hh-push", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-replacestate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:shared-history-push/replace-state-steps-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:this-14", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:hh-replace", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#shared-history-push/replace-state-steps", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:history-3-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:scalar-value-string", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:history-handling-behavior", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:document-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:fully-active-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:securityerror-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:domexception-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:structuredserializeforstorage", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:the-document's-address", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:parse-a-url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:relevant-settings-object", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:securityerror-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:domexception-9", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:resulting-url-record", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:can-have-its-url-rewritten-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:securityerror-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:domexception-10", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:url-and-history-update-steps", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:uhus-serializeddata", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:uhus-historyhandling", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:implementation-defined", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:document-5", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:document-6", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#can-have-its-url-rewritten", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:the-document's-address-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-scheme", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-username", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-password", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-host", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-port", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-scheme-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:http(s)-scheme", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-path", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-query", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-fragment", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:http-protocol", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:https-protocol", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-scheme-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-path-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-query-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-fragment-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-path-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-query-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-url-fragment-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:the-document's-address-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#can-have-its-url-rewritten-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:the-document's-address-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:document-7", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:concept-document-origin", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:about:blank", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:document-8", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:the-iframe-element", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-document-domain", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-pushstate-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:scroll-restoration-mode", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:dom-history-scroll-restoration-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:the-script-element", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-history-interface:the-head-element", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#nav-traversal-event-interfaces", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-popstateevent-interface", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-popstateevent-interface:popstateevent", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#popstateevent", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-popstateevent-interface:event", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-popstateevent-interface:popstateeventinit", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-popstateevent-interface:dom-popstateevent-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#popstateeventinit", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-popstateevent-interface:eventinit", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-popstateevent-state-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-popstateevent-interface:dom-history-pushstate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-popstateevent-interface:dom-history-replacestate", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-popstateevent-state", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-popstateevent-interface:document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface:hashchangeevent", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#hashchangeevent", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface:event", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface:hashchangeeventinit", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface:dom-hashchangeevent-oldurl", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface:dom-hashchangeevent-newurl", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#hashchangeeventinit", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface:eventinit", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-hashchangeevent-oldurl-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface:url", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface:session-history-entry", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-hashchangeevent-newurl-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface:url-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface:session-history-entry-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-hashchangeevent-oldurl", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface:session-history-entry-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-hashchangeevent-newurl", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface:session-history-entry-4", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:pagetransitionevent", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#pagetransitionevent", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:event", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:pagetransitioneventinit", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:dom-pagetransitionevent-persisted", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#pagetransitioneventinit", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:eventinit", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-pagetransitionevent-persisted-dev", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:event-pageshow", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:event-load", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:event-pagehide", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:concept-document-salvageable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:document-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:session-history-entry", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:unload-a-document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:the-iframe-element", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:concept-document-salvageable-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:websocket-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:abort-a-document", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-pagetransitionevent-persisted", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#fire-a-page-transition-event", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:window", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:concept-event-fire", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:pagetransitionevent-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:dom-pagetransitionevent-persisted-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:dom-event-cancelable", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:dom-event-bubbles", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:dom-event-cancelable-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:dom-event-bubbles-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagetransitionevent-interface:window-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface:beforeunloadevent", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#beforeunloadevent", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface:event", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface:dom-beforeunloadevent-returnvalue", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface:beforeunloadevent-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface:beforeunloadevent-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface:checking-if-unloading-is-user-canceled", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface:dom-beforeunloadevent-returnvalue-2", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface:dom-event-preventdefault", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface:dom-beforeunloadevent-returnvalue-3", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-beforeunloadevent-returnvalue", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface:checking-if-unloading-is-user-canceled-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#head", + "https://html.spec.whatwg.org/multipage/document-sequences.html#living-standard", + "https://html.spec.whatwg.org/multipage/document-sequences.html#toc-browsers", + "https://html.spec.whatwg.org/multipage/document-sequences.html#infrastructure-for-sequences-of-documents", + "https://html.spec.whatwg.org/multipage/document-sequences.html#infrastructure-for-sequences-of-documents:navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#infrastructure-for-sequences-of-documents:the-iframe-element", + "https://html.spec.whatwg.org/multipage/document-sequences.html#infrastructure-for-sequences-of-documents:frame", + "https://html.spec.whatwg.org/multipage/document-sequences.html#infrastructure-for-sequences-of-documents:frameset", + "https://html.spec.whatwg.org/multipage/document-sequences.html#infrastructure-for-sequences-of-documents:traversable-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#infrastructure-for-sequences-of-documents:browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#infrastructure-for-sequences-of-documents:windowproxy", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-id", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:new-unique-internal-value", + "https://html.spec.whatwg.org/multipage/document-sequences.html#parent-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-parent", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#current-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-current-history-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:session-history-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:tn-session-history-traversal-queue", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:traversable-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:session-history-entry-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-active-history-entry-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:she-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#is-closing", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#delaying-load-events-mode", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-parent", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-current-history-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-active-history-entry-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-active-history-entry-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-current-history-entry-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:apply-the-history-step", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-current-history-entry-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-active-history-entry-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-active-history-entry-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:she-document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:tn-session-history-traversal-queue-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-top", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:navigable-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-active-history-entry-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:navigable-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-bc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:concept-document-bc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:navigable-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:traversable-navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-bc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:navigable-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-wp", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-bc-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:windowproxy", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:navigable-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-window", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-wp", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:concept-windowproxy-window", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:make-active", + "https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context-name", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:navigable-8", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-target", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-active-history-entry-8", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:she-document-state", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:document-state-nav-target-name", + "https://html.spec.whatwg.org/multipage/document-sequences.html#node-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:node", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:navigable-9", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-document-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:node-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:navigable-10", + "https://html.spec.whatwg.org/multipage/document-sequences.html#initialize-the-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:navigable-11", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:document-state-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:navigable-12", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:session-history-entry-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:she-url", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:the-document's-address", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:she-document-state-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:she-step", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-current-history-entry-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-active-history-entry-9", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigables:nav-parent-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:session-history-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:nav-current-history-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:navigable-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:traversable-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#tn-current-session-history-step", + "https://html.spec.whatwg.org/multipage/document-sequences.html#session-history", + "https://html.spec.whatwg.org/multipage/document-sequences.html#tn-session-history-entries", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:list", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:session-history-entry-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:list-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#tn-session-history-traversal-queue", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:session-history-traversal-parallel-queue", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:starting-a-new-session-history-traversal-parallel-queue", + "https://html.spec.whatwg.org/multipage/document-sequences.html#tn-running-nested-apply-history-step", + "https://html.spec.whatwg.org/multipage/document-sequences.html#system-visibility-state", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:navigable-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:traversable-navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigables:nav-parent", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:traversable-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:nav-parent", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:traversable-navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversable-set", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:set", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:top-level-traversable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-top", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:nav-parent-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:nav-parent-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-a-new-top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:creating-a-new-top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:creating-a-new-auxiliary-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:document-state-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:document-state-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:document-state-nav-target-name", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:traversable-navigable-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:initialize-the-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:she-step", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:list-append", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:tn-session-history-entries", + "https://html.spec.whatwg.org/multipage/document-sequences.html#copy-session-storage", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:legacy-clone-a-traversable-storage-shed", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:bc-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:list-append-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:top-level-traversable-set", + "https://html.spec.whatwg.org/multipage/document-sequences.html#create-a-fresh-top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:url", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:post-resource", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:creating-a-new-top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:navigate", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:nav-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversables:navigation-resource", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables", + "https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context-container", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:the-iframe-element", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-container", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:navigable-container", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#bc-container", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-container", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:navigable-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:navigable-container-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nested-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#bc-container-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-container-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:navigable-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nav-container", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nav-container-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:node-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nav-container-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:shadow-including-root", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nav-container-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:connected", + "https://html.spec.whatwg.org/multipage/document-sequences.html#doc-container-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:node-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:node-navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nav-container-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#child-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:navigable-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#child-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nav-parent", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:navigable-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:child-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nav-parent-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:child-navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nested-navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nav-container-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#concept-bcc-content-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:navigable-container-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nested-navigable-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nested-navigable-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nav-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:concept-document-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:node-document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:concept-document-origin-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:same-origin-domain", + "https://html.spec.whatwg.org/multipage/document-sequences.html#content-window", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:navigable-container-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nested-navigable-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nested-navigable-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nav-wp", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-a-new-nested-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#create-a-new-nested-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:node-navigable-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:node-document-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:concept-document-bc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:bc-tlbc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:tlbc-group", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:creating-a-new-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:node-document-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:document-state-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:document-state-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:document-state-nav-target-name", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:navigable-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:initialize-the-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nested-navigable-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nav-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:tn-append-session-history-traversal-steps", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nav-active-history-entry-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:she-document-state", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:session-history-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:tn-session-history-entries", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:she-document-state-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:she-step", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:she-step-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nested-history", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nested-history-id", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nav-id", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:nested-history-entries", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:list-append", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:document-state-nested-histories", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-navigables:apply-pending-history-changes", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:session-history-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagram", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:tn-current-session-history-step", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:nested-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:navigable-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:relative-url", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:tn-current-session-history-step-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:nav-current-history-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:top-level-traversable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:nested-navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:navigate", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:navigate-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:navigate-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:navigate-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:traverse-the-history-by-a-delta", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:jake-diagram", + "https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams:jake-diagram-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:fully-active", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:document-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:fully-active-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:document-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:dom-parent", + "https://html.spec.whatwg.org/multipage/document-sequences.html#ancestor-navigables", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:document-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:node-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:nav-parent", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:list-prepend", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:nav-parent-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#inclusive-ancestor-navigables", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:document-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:ancestor-navigables", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:list-append", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:node-navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#list-of-the-descendant-browsing-contexts", + "https://html.spec.whatwg.org/multipage/document-sequences.html#descendant-navigables", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:document-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:list", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:list-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:shadow-including-descendant", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:navigable-container", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:shadow-including-tree-order", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:list-iterate", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:nested-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:list-extend", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:nested-navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:nav-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:inclusive-descendant-navigables", + "https://html.spec.whatwg.org/multipage/document-sequences.html#inclusive-descendant-navigables", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:document-8", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:node-navigable-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:list-extend-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:descendant-navigables", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:document-9", + "https://html.spec.whatwg.org/multipage/document-sequences.html#document-tree-child-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#document-tree-child-navigables", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:document-10", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:node-navigable-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:list-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:list-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:descendant", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:navigable-container-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:tree-order", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:list-iterate-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:nested-navigable-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:continue", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:list-append-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#related-navigable-collections:nested-navigable-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts", + "https://html.spec.whatwg.org/multipage/document-sequences.html#destroy-the-nested-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:navigable-container", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:nested-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:nested-navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:destroy-a-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:nav-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:node-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:she-document-state", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:list-remove", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:nested-history", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:document-state-nested-histories", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:nested-history-id", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:nav-id", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:node-navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:nav-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:tn-append-session-history-traversal-steps", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:apply-pending-history-changes", + "https://html.spec.whatwg.org/multipage/document-sequences.html#destroy-a-top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:nav-bc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:list-iterate", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:tn-session-history-entries", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:she-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:destroy-a-document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:bcg-remove", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:list-remove-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:top-level-traversable-set", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:destroy-a-top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#closing-browsing-contexts", + "https://html.spec.whatwg.org/multipage/document-sequences.html#close-a-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#close-a-top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:nav-document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:inclusive-descendant-navigables", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:checking-if-unloading-is-user-canceled", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:unload-a-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:nav-document-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#garbage-collection-and-browsing-contexts:destroy-a-top-level-traversable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names", + "https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context-names", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-target", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:dom-open", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:the-a-element", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:attr-hyperlink-target", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:navigate", + "https://html.spec.whatwg.org/multipage/document-sequences.html#valid-browsing-context-name", + "https://html.spec.whatwg.org/multipage/document-sequences.html#valid-navigable-target-name", + "https://html.spec.whatwg.org/multipage/document-sequences.html#valid-browsing-context-name-or-keyword", + "https://html.spec.whatwg.org/multipage/document-sequences.html#valid-navigable-target-name-or-keyword", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:valid-navigable-target-name", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:ascii-case-insensitive", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-parent", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:navigable-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-top", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:navigable-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:traversable-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-parent-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:auxiliary-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:attr-iframe-sandbox-allow-popups", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:attr-iframe-sandbox", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:the-iframe-element", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:familiar-with", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:one-permitted-sandboxed-navigator", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:familiar-with-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:one-permitted-sandboxed-navigator-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:familiar-with-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:navigate-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:the-rules-for-choosing-a-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name", + "https://html.spec.whatwg.org/multipage/document-sequences.html#the-rules-for-choosing-a-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:navigable-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:active-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:ascii-case-insensitive-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:ascii-case-insensitive-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-parent-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:ascii-case-insensitive-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:ascii-case-insensitive-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:navigable-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-target-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-bc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:familiar-with-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:navigable-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-bc-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:navigable-8", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#popup-blocker", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-window", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:transient-activation", + "https://html.spec.whatwg.org/multipage/document-sequences.html#sandboxWindowOpen", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:sandboxed-auxiliary-navigation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:top-level-traversable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:concept-document-coop", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:coop-struct-value", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:coop-same-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:coop-same-origin-plus-coep", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:concept-document-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:same-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:relevant-settings-object", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:concept-environment-top-level-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:cross-origin-opener-policy", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:ascii-case-insensitive-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#noopener", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:creating-a-new-top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:creating-a-new-top-level-traversable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-bc-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:sandboxed-navigation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-bc-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:one-permitted-sandboxed-navigator-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-bc-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:sandbox-propagates-to-auxiliary-browsing-contexts-flag", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:nav-bc-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:popup-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:navigable-9", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:navigate-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:hh-replace", + "https://html.spec.whatwg.org/multipage/document-sequences.html#navigable-target-names:history-handling-behavior", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows", + "https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:windowproxy", + "https://html.spec.whatwg.org/multipage/document-sequences.html#opener-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:browsing-context-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#opener-origin-at-creation", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:concept-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#disowned-its-opener", + "https://html.spec.whatwg.org/multipage/document-sequences.html#is-popup", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:is-popup", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:dom-barprop-visible", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:barprop", + "https://html.spec.whatwg.org/multipage/document-sequences.html#is-auxiliary", + "https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context-initial-url", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:url", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creator-base-url", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:url-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#virtual-browsing-context-group-id", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:coop-struct-report-only-value", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:browsing-context-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#active-window", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:windowproxy-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:concept-windowproxy-window", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:browsing-context-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#active-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:active-window", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:concept-document-window", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:browsing-context-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#bc-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:active-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:node-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:nav-top", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:browsing-context-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:is-auxiliary", + "https://html.spec.whatwg.org/multipage/document-sequences.html#auxiliary-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:is-auxiliary-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:opener-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#warning-avoid-using-bcs", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:browsing-context-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:agent-cluster-map", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#concept-document-bc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:browsing-context-8", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:concept-document-bc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:document-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:dom-domimplementation-createdocument", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:concept-document-bc-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:document-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:the-iframe-element", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:remove-an-element-from-a-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:destroy-a-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:window", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:document-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:document-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:concept-document-bc-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:window-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:document-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:browsing-context-9", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:browsing-context-10", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:navigate", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:is-initial-about:blank", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:document-8", + "https://html.spec.whatwg.org/multipage/document-sequences.html#windows:hh-replace", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-a-new-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:browsing-context-group", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:unsafe-shared-current-time", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creator-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:creator-base-url", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:document-base-url", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:virtual-browsing-context-group-id", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-bc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:bc-tlbc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:virtual-browsing-context-group-id-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:determining-the-creation-sandboxing-flags", + "https://html.spec.whatwg.org/multipage/document-sequences.html#about-blank-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:determining-the-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:about:blank", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:creating-a-permissions-policy", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:obtain-similar-origin-window-agent", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:creating-a-new-javascript-realm", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:window", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:windowproxy", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:about:blank-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:relevant-settings-object", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-environment-top-level-creation-url", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:relevant-settings-object-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-environment-top-level-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:set-up-a-window-environment-settings-object", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:about:blank-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:document-load-timing-info", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:navigation-start-time", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:coarsen-time", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:environment-settings-object", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-settings-object-cross-origin-isolated-capability", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-type", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-content-type", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:text/html", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-mode", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-origin-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-bc-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-permissions-policy", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:active-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:load-timing-info", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:is-initial-about:blank", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:the-document's-referrer", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-url-serializer", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:the-document's-address", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-policy-container", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:clone-a-policy-container", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-policy-container-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-origin-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:same-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:relevant-settings-object-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-environment-top-level-origin-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-coop", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-bc-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:bc-tlbc-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:active-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-coop-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:assert", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:the-document's-address-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:relevant-settings-object-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-environment-creation-url", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:about:blank-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:ready-for-post-load-tasks", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:the-html-element", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:the-head-element", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:the-body-element", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:make-active", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:completely-finish-loading", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-a-new-top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:creating-a-new-browsing-context-group-and-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:browsing-context-set", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-a-new-auxiliary-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:browsing-context-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:bc-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:nav-bc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:tlbc-group", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:assert-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:navigate", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:creating-a-new-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:nav-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:is-auxiliary", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:bcg-append", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:opener-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:virtual-browsing-context-group-id-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:virtual-browsing-context-group-id-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:opener-origin-at-creation", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:nav-document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-origin-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#determining-the-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:url", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-origin-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#sandboxOrigin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:sandboxed-origin-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-origin-opaque", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-origin-opaque-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:about:srcdoc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:assert-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:matches-about:blank", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-url-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:document-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:concept-document-origin-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-browsing-contexts:dom-document-domain", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#ancestor-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:active-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:fully-active", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:concept-document-bc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:nav-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:ancestor-navigables", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:list-contains", + "https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:browsing-context-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:active-document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:node-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:traversable-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#bc-tlbc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:browsing-context-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:active-document-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:fully-active-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:active-document-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:node-navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:nav-parent", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:nav-parent-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:nav-bc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#warning-avoid-related-bc-terms", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:ancestor-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:browsing-context-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:browsing-context-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:active-document-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:fully-active-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:ancestor-navigables-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:nav-parent-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:nav-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#security-1", + "https://html.spec.whatwg.org/multipage/document-sequences.html#security-nav", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:browsing-context-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#familiar-with", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:browsing-context-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:active-document-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:concept-document-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:same-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:active-document-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:concept-document-origin-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:bc-tlbc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:auxiliary-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:familiar-with", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:opener-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:ancestor-browsing-context-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:active-document-8", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:same-origin-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:concept-document-origin-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:active-document-9", + "https://html.spec.whatwg.org/multipage/document-sequences.html#nested-browsing-contexts:ancestor-browsing-context-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#tlbc-group", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-group", + "https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context-group-set", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:set", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-group-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context-group", + "https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context-set", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:set-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:top-level-browsing-context-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:top-level-browsing-context-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-group-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:creating-a-new-browsing-context-group-and-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:top-level-browsing-context-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-group-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:auxiliary-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-group-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#agent-cluster-map", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:ordered-map", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:agent-cluster-key", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:agent-cluster", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-group-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#historical-agent-cluster-key-map", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:ordered-map-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:concept-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:agent-cluster-key-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:historical-agent-cluster-key-map", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-group-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#bcg-cross-origin-isolation", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:cross-origin-isolation-mode", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:cross-origin-isolation-none", + "https://html.spec.whatwg.org/multipage/document-sequences.html#cross-origin-isolation-mode", + "https://html.spec.whatwg.org/multipage/document-sequences.html#cross-origin-isolation-none", + "https://html.spec.whatwg.org/multipage/document-sequences.html#cross-origin-isolation-logical", + "https://html.spec.whatwg.org/multipage/document-sequences.html#cross-origin-isolation-concrete", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:cross-origin-isolation-logical", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:cross-origin-isolation-concrete", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-group-8", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:cross-origin-opener-policy-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:coop-same-origin", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:cross-origin-embedder-policy", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:compatible-with-cross-origin-isolation", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:concept-settings-object-cross-origin-isolated-capability", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:cross-origin-isolation-concrete-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:cross-origin-isolation-logical-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-a-new-browsing-context-group", + "https://html.spec.whatwg.org/multipage/document-sequences.html#creating-a-new-browsing-context-group-and-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-group-9", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:set-append", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-group-set", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:creating-a-new-browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:bcg-append", + "https://html.spec.whatwg.org/multipage/document-sequences.html#bcg-append", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:top-level-browsing-context-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-group-10", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:set-append-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-set", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:tlbc-group", + "https://html.spec.whatwg.org/multipage/document-sequences.html#bcg-remove", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:top-level-browsing-context-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:assert", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:tlbc-group-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:tlbc-group-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:tlbc-group-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:list-remove", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-set-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-set-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:list-is-empty", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:list-remove-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-group-set-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:bcg-append-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:bcg-remove", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-group-11", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:document-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context", + "https://html.spec.whatwg.org/multipage/document-sequences.html#a-browsing-context-is-discarded", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:document-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:concept-document-bc", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:document-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:destroy-a-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:windowproxy", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:browsing-context-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:top-level-browsing-context-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#groupings-of-browsing-contexts:bcg-remove-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:nav-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:nav-container-document", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:fully-active", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:child-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:nav-container-document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:nav-parent", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:child-navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:nav-container-document-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:fully-active-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:document-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:nav-document-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:node-navigable", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:fully-active-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:the-iframe-element", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:nav-document-3", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:node-navigable-2", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:fully-active-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:the-button-element", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:document-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:document-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:nav-document-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:fully-active-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:document-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:nav-document-5", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:fully-active-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:document-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:nav-document-6", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:fully-active-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:document-8", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:nav-document-7", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:nav-container-document-4", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:document-9", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:fully-active-8", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:document-10", + "https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active-documents:fully-active-9", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#head", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#living-standard", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#toc-browsers", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#browsing-the-web", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:nav-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:navigate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:attempt-to-populate-the-history-entry's-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:session-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:initialise-the-document-object", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:nav-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:traverse-the-history-by-a-delta", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:session-history-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:she-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:session-history-entry-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:attempt-to-populate-the-history-entry's-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:she-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:navigable-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:nav-active-history-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:nested-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:the-iframe-element", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:tn-session-history-entries", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:traversable-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:navigable-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:nested-navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:event-loop", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:agent-cluster", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:http-content-disposition", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:navigable-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:active-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:refresh", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:x-frame-options", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:create-navigation-params-by-fetching", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:initialise-the-document-object-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:cross-origin-opener-policy-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:navigable-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:the-javascript:-url-special-case", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:attr-iframe-srcdoc", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:the-iframe-element-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-and-session-history:event-beforeunload", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-infrastructure", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-session-history-of-browsing-contexts", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:struct", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:struct-item", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:document-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-serialized-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:serialized-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-scroll-restoration-mode", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:scroll-restoration-mode", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:dom-scrollrestoration-auto", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-scroll-position", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:she-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:restorable-scrollable-regions", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#an-entry-with-persisted-user-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-other", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:implementation-defined", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:attr-dir", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:session-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:she-document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:document-state-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#state-object", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#serialized-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:structuredserializeforstorage", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:structureddeserialize", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:dom-history-pushstate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:serialized-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:structureddeserialize-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:event-popstate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:serialized-state-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:url-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:the-div-element", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:url-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-restoration-mode", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-entries:session-history-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-scrollrestoration-auto", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-scrollrestoration-manual", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:session-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#note-bfcache", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:she-document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:fully-active", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:destroy-a-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-state-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:she-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:session-history-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:she-document-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:destroy-a-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:traverse-the-history-by-a-delta", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:reactivate-a-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-history-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-request-referrer", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-request-referrer-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:referrer-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:default-referrer-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-state-request-referrer-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-state-history-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:policy-container-referrer-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-initiator-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:concept-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:concept-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:concept-document-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-9", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:session-history-entry-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:attempt-to-populate-the-history-entry's-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-state-nav-target-name", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-nested-histories", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:list", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:nested-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:list-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-resource", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:post-resource", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:an-iframe-srcdoc-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-reload-pending", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-ever-populated", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-bc-name", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-nav-target-name", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:destroy-a-document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-state-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-state-document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-10", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:fully-active-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-state-document-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-state-2-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#post-resource", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#post-resource-request-body", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:byte-sequence", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:in-parallel", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:byte-sequence-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#post-resource-request-content-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:application/x-www-form-urlencoded", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:multipart/form-data", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:text/plain", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#nested-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#nested-history-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:unique-internal-value", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:nested-history-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#nested-history-entries", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:list-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:session-history-entry-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:she-document-state-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:navigate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:dom-history-pushstate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:navigate-fragid", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:she-document-state-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-11", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#latest-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:session-history-entry-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-12", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:document-13", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:session-history-entry-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:session-history-entry-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state:she-document-state-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:traversable-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-session-history-entries", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:event-loop", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-traversal-queue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-traversal-parallel-queue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:parallel-queue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-traversal-parallel-queue-algorithm-set", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:set", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:list-item", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-algorithm-set", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-traversal-parallel-queue-sync-nav-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-traversal-parallel-queue-sync-nav-steps-target-nav", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#tn-append-session-history-traversal-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:traversable-navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:list-append", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-session-history-traversal-queue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-algorithm-set-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#tn-append-session-history-sync-nav-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:traversable-navigable-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:navigable-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:list-append-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-sync-nav-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-sync-nav-steps-target-nav", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-session-history-traversal-queue-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-algorithm-set-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#session-history-event-loop", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#starting-a-new-session-history-traversal-parallel-queue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:in-parallel", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-algorithm-set-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:continue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:dequeue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-algorithm-set-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#sync-navigation-steps-queue-jumping-examples", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-sync-nav-steps-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-algorithm-set-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#example-sync-navigation-steps-queue-jumping-basic", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:jake-diagram", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:dom-history-back", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-append-session-history-traversal-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:dom-location-href", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-append-session-history-sync-nav-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:nav-current-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-current-session-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-session-history-entries-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:dom-history-back-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-current-session-history-step-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:apply-the-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:she-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:attempt-to-populate-the-history-entry's-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-sync-nav-steps-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:dom-location-href-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:she-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-current-session-history-step-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:apply-the-history-step-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:update-document-for-history-step-application", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:event-hashchange", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:she-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:unload-a-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:nav-active-history-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-current-session-history-step-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#example-sync-navigation-steps-queue-jumping-complex", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:the-iframe-element", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:dom-history-go", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:dom-history-go-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-append-session-history-traversal-steps-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:attempt-to-populate-the-history-entry's-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:session-history-traversal-parallel-queue-sync-nav-steps-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:apply-the-history-step-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:navigable-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:nav-active-history-entry-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:scripts-may-run-for-the-newly-created-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:navigable-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:nav-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:nav-active-history-entry-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-append-session-history-sync-nav-steps-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:traversable-navigable-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-current-session-history-step-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:navigable-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:nav-active-history-entry-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-current-session-history-step-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:she-step-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-current-session-history-step-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:clear-the-forward-session-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:apply-the-history-step-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:update-document-for-history-step-application-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:event-hashchange-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#centralized-modifications-of-session-history:tn-current-session-history-step-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-session-history-entries", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:nav-traversable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:assert", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:tn-session-history-traversal-queue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:tn-session-history-entries", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:set", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:document-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:tn-session-history-entries-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:set-append", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:she-document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:list-iterate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:list-iterate-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:document-state-nested-histories", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:nested-history-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:nav-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:nested-history-entries", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:nested-history-entries-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:set-append-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:she-document-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:assert-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#clear-the-forward-session-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:traversable-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:assert-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:tn-session-history-traversal-queue-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:tn-current-session-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:set-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:tn-session-history-entries-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:list-iterate-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:list-remove", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:session-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:she-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:list-iterate-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:list-iterate-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:she-document-state-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:document-state-nested-histories-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:set-append-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:nested-history-entries-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-all-used-history-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:traversable-navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:assert-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:tn-session-history-traversal-queue-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:set-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:set-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:tn-session-history-entries-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:list-iterate-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:list-iterate-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:set-append-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:she-step-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:list-iterate-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:she-document-state-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:document-state-nested-histories-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:set-append-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:nested-history-entries-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:list-sort", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#apply-pending-history-changes", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:traversable-navigable-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:tn-current-session-history-step-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:apply-the-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#low-level-operations-on-session-history:apply-history-step-check", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:browsing-context", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#browsing-the-web", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigable", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:following-hyperlinks-2", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-form-submit", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:dom-open", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:dom-location-assign", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:an-iframe-srcdoc-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:initialise-the-document-object", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:url-and-history-update-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:reload", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:traverse-the-history-by-a-delta", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:attempt-to-populate-the-history-entry's-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-fragid", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:navigate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:struct", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:struct-item", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-snapshot-params-activation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-snapshot-params-sandbox", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-snapshot-params-download", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-snapshot-params-client", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:environment-settings-object", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:concept-request-client", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-snapshot-params-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#snapshotting-source-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:source-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:source-snapshot-params-activation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:transient-activation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:source-snapshot-params-sandbox", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:active-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:source-snapshot-params-download", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:active-sandboxing-flag-set-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:sandboxed-downloads-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:source-snapshot-params-client", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:relevant-settings-object", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:source-snapshot-params-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:concept-document-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#target-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:struct-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:source-snapshot-params-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:struct-item-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#target-snapshot-params-sandbox", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:sandboxing-flag-set-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#snapshotting-target-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:target-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:target-snapshot-params-sandbox", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:determining-the-creation-sandboxing-flags", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:nav-bc", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:nav-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:initialise-the-document-object", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:struct", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:struct-item", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:struct-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:struct-item-3", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-id", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:navigation-id", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-request", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:concept-request", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:network-error", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:concept-response", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:network-error", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:concept-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:document-4", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-policy-container", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:policy-container", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:policy-container-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:document-5", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-sandboxing", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:sandboxing-flag-set-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:document-6", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-coop", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:cross-origin-opener-policy", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:cross-origin-opener-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:document-7", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-coop-enforcement-result", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-result", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:coop-enforcement-result", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-reserved-environment", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:environment", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-hh", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:history-handling-behavior", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-process-response-end-of-body", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:environment", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:document-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:navigable-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-nav-timing-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:navigationtimingtype", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:create-the-navigation-timing-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:document-9", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-fetch-controller", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:fetch-controller", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-commit-early-hints", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:struct-item-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:session-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:document-10", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:navigation-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:struct-item-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:ongoing-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:document-11", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:traversable-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:tn-session-history-entries", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-handling-behavior", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hh-default", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hh-entry-update", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:session-history-entry", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:she-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:discard-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hh-reload", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:current-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hh-push", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:session-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:clear-the-forward-session-history", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hh-replace", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:current-entry-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-supporting-concepts:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#concept-navigate-mature", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#ongoing-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:apply-the-history-step", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-browsing-context", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:post-resource", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-resource", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-response", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-response", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#exceptions-enabled", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:history-handling-behavior-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:history-handling-behavior", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-hh", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-default", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:policy-container-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-historypolicycontainer", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:hh-push", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-navigationtype", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-id-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-navigationid", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-process-end-of-body", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-reload", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-reload-navigation-flag", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:referrer-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-referrer-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:snapshotting-source-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-document-origin", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#sandboxLinks", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:source-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:allowed-to-navigate", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:securityerror", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:domexception", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:source-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:top-level-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-reload-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-navigation-id", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-navigation-id-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:generating-a-random-uuid", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:unload-counter", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:webdriver-bidi-navigation-failed", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:webdriver-bidi-navigation-status", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-id", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-status", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-canceled", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:node-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:allowed-to-navigate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:securityerror", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:domexception", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:generating-a-random-uuid", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:surrounding-agent", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:relevant-agent", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:queue-a-global-task", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-and-traversal-task-source", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-window", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:event-loop", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigate-fragid", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:unload-counter", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:webdriver-bidi-navigation-failed", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:webdriver-bidi-navigation-status", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-status", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-canceled", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-url", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-convert-to-replace", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-default-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:still-on-its-initial-about:blank-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-equals", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-document's-address", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-scheme", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:javascript-protocol", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-replace", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-url-equals", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-document-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:the-document's-address", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-url-scheme", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:the-javascript:-url-special-case", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-document-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:is-initial-about:blank", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:hh-replace", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-fragid-step", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-reload-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-equals-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-document's-address-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:url-equals-exclude-fragments", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-fragment", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-fragid", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-origin-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:incumbent-settings-object", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-script-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:node-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:clone-a-policy-container", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:source-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-policy-container", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-policy-container", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-navigate-mature", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-fetch", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:initialise-the-document-object-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:abort-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-navigate-mature-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:update-the-session-history-with-the-new-page", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:prompt-to-unload-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:prompt-to-unload-a-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:webdriver-bidi-navigation-status-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-id-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-status-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-canceled-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:abort-a-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:child-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:delaying-load-events-mode", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:child-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:delaying-load-events-mode-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-navigate-mature-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:determining-the-creation-sandboxing-flags", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:bc-container", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:allowed-to-download", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:source-browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:source-browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-window", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:transient-activation", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:webdriver-bidi-navigation-started", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:webdriver-bidi-navigation-status-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-id-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-url-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-status-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-pending", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:in-parallel", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:assert", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:top-level-browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:set-union", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-bc-sandboxing-flags", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:forced-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:determining-the-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:cross-origin-opener-policy-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-result-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-bcg-switch", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-bcg-switch-report-only", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-url-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-coop", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-source", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:determining-navigation-params-policy-container", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-url-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:parent-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-policy-container-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-id", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-request", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-policy-container", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-sandboxing", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-coop", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-coop-enforcement-result", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-reserved-environment", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-hh", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-process-response-end-of-body", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-commit-early-hints", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:process-a-navigate-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-scheme-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:javascript-protocol-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:queue-a-global-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:dom-manipulation-task-source", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-window-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:javascript-protocol-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:set-union-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-bc-sandboxing-flags-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:forced-sandboxing-flag-set-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-result-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-bcg-switch-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-bcg-switch-report-only-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-url-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-10", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-origin-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-10", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-origin-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-coop-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-11", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-coop", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-source-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-id-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-request-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-response-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-origin-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-12", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-origin-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-policy-container-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-13", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:policy-container-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-sandboxing-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-coop-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-14", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-coop-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-coop-enforcement-result-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-reserved-environment-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-hh-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-process-response-end-of-body-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-commit-early-hints-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:process-a-navigate-response-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:javascript-protocol-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:attr-hyperlink-href", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-a-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:following-hyperlinks-2-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:attr-iframe-src", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-iframe-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-iframe-element-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:nested-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-iframe-element-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-15", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:window", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-11", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-scheme-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:fetch-scheme", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:process-a-navigate-fetch", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:source-browsing-context-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-10", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-12", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-scheme-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:javascript-protocol-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:fetch-scheme-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:process-a-navigate-url-scheme", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-13", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#process-a-navigate-fetch", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-id-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-11", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:sandboxing-flag-set-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:policy-container-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-origin-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:history-handling-behavior-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-client", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-16", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:relevant-settings-object", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-destination", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-mode", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-credentials-mode", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:use-url-credentials-flag", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-redirect-mode", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-replaces-client-id", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-17", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:relevant-settings-object-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-environment-id", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-user-activation", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:bc-container-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:bc-container-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:browsing-context-scope-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:browsing-context-scope-origin-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-destination-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:bc-container-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-element-local-name", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-18", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:same-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-19", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-result-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-bcg-switch-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-bcg-switch-report-only-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-url-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-20", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:url-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-origin-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-21", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-origin-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-coop-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-22", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-coop-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforcement-source-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:sandboxing-flag-set-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:cross-origin-opener-policy-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-current-url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:same-origin-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-origin-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-reserved-client", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-origin-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:same-origin-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-reserved-client-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-environment-creation-url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-origin-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:environment-discarding-steps", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-reserved-client-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-reserved-client-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:early-hints-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:same-origin-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-reserved-client-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:top-level-browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:bc-container-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:relevant-settings-object-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-environment-top-level-creation-url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-environment-top-level-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-reserved-client-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:environment-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-environment-id-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-environment-target-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-environment-creation-url-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-environment-top-level-creation-url-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-environment-top-level-origin-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-environment-active-service-worker", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:on-fetch-request-algorithm", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:should-navigation-request-of-type-be-blocked-by-content-security-policy", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:network-error-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:break", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-fetch-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:processearlyhintsresponse", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:process-early-hint-headers", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-reserved-client-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:process-the-next-manual-redirect", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:networking-task-source", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:process-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:set-union-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-bc-sandboxing-flags-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:forced-sandboxing-flag-set-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:determining-the-origin-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-14", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:top-level-browsing-context-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:obtain-coop", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-reserved-client-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-enforce", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-15", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-referrer", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-struct-value", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:coop-unsafe-none", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:network-error-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:break-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:network-error-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:child-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:cross-origin-resource-policy-check", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:bc-container-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-origin-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:bc-container-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:relevant-settings-object-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-destination-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:network-error-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:break-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:cross-origin-resource-policy-check-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:parent-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-location-url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-fragment-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:url-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-scheme-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:http(s)-scheme", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:break-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:mailto-protocol", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:network-error-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:network-error-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:url-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:http(s)-scheme-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-scheme-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:network-error-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:url-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-scheme-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:fetch-scheme-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:network-error-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:url-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:process-a-navigate-url-scheme-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:creating-a-policy-container-from-a-fetch-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-reserved-client-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:determining-navigation-params-policy-container-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-url-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-id-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-request-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-response-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-origin-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-policy-container-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-sandboxing-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-coop-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-coop-enforcement-result-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-reserved-environment-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-reserved-client-10", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-browsing-context-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-hh-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-process-response-end-of-body-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-commit-early-hints-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:process-a-navigate-response-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#process-a-navigate-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-response-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-browsing-context-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:network-error-10", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:should-navigation-response-to-navigation-request-of-type-in-target-be-blocked-by-content-security-policy", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-request-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-policy-container-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:policy-container-csp-list", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-reserved-environment-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:check-a-navigation-response's-adherence-to-its-embedder-policy", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-policy-container-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:policy-container-embedder-policy", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:check-a-navigation-response's-adherence-to-x-frame-options", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-origin-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-process-response-end-of-body-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:read-ua-inline", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:environment-discarding-steps-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-reserved-environment-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:webdriver-bidi-navigation-failed-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:webdriver-bidi-navigation-status-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-id-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-id-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-status-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-canceled-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-url-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-url-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-status", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-process-response-end-of-body-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:http-content-disposition", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:as-a-download", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:webdriver-bidi-download-started", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:webdriver-bidi-navigation-status-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-id-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-id-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-status-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-complete", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-status-url-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-url-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:content-type-sniffing-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:html-mime-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-html", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:xml-mime-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:explicitly-supported-xml-mime-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:read-xml", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:javascript-mime-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:json-mime-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:explicitly-supported-json-mime-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:text/css", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:text/plain", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:text/vtt", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:read-text", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:multipart/x-mixed-replace", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:read-multipart-x-mixed-replace", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:read-media", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:pdf-viewer-supported", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:read-plugin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:read-ua-inline-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#explicitly-supported-xml-mime-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:xml-mime-type-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:plugin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:application/atom+xml", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#explicitly-supported-json-mime-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:json-mime-type-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:plugin-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-Document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:read-ua-inline-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:as-a-download-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hand-off-to-external-software", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-sandboxing-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#process-a-navigate-url-scheme", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:url-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:browsing-context-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:sandboxing-flag-set-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-scheme-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hand-off-to-external-software-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:dom-navigator-registerprotocolhandler", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:read-ua-inline-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hand-off-to-external-software", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:url-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:browsing-context-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:sandboxing-flag-set-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:top-level-browsing-context-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:sandboxed-custom-protocols-navigation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:sandboxed-top-level-navigation-with-user-activation-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-iframe-element-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:attr-iframe-sandbox-allow-popups", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:attr-iframe-sandbox-allow-top-navigation", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:attr-iframe-sandbox-allow-top-navigation-by-user-activation", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:attr-iframe-sandbox-allow-top-navigation-to-custom-protocols", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:source-browsing-context-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-23", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-origin-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#javascript-protocol", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-12", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:browsing-context-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-origin-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#concept-js-deref", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-status-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:same-origin-domain", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-24", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-origin-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:should-navigation-request-of-type-be-blocked-by-content-security-policy-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-serializer", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-16", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:utf-8-decode", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:percent-decode", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:list-append", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-25", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-document's-address-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-url-list", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-26", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:relevant-settings-object-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:api-base-url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:creating-a-classic-script", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:default-classic-script-fetch-options", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:run-a-classic-script", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:completion-record", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:js-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-header-list", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:content-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-body", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:utf-8-encode", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:surrogate", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:javascript-protocol-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#initialise-the-document-object", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-content-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:obtain-browsing-context-navigation", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-browsing-context-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-sandboxing-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-coop-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-coop-enforcement-result-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:creating-a-permissions-policy-from-a-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-origin-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-response-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:creating-a-permissions-policy-from-a-response-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-origin-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:dom-document-domain", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:bc-container-document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-origin-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:same-origin-domain-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:dom-document-domain-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:same-origin-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-response-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-url-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-request-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-request-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-current-url-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:still-on-its-initial-about:blank-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-hh-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-replace-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-document-27", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-origin-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:same-origin-domain-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-origin-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:is-initial-about:blank", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-10", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-11", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:window-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:getting-a-structured-field-value", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:origin-agent-cluster", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-header-list-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:http-structured-header-boolean", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-reserved-environment-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:non-secure-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:obtain-similar-origin-window-agent", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-origin-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:tlbc-group", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:creating-a-new-javascript-realm", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:window-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:windowproxy", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-request-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:top-level-browsing-context-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:bc-container-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:relevant-settings-object-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-environment-top-level-creation-url-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-environment-top-level-origin-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:set-up-a-window-environment-settings-object", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-reserved-environment-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-12", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:window-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-load-timing-info", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-start-time", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-timing-info", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:fetch-timing-info-start-time", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-13", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-type-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-content-type-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-origin-10", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-origin-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-policy-container-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-policy-container-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-permissions-policy", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:active-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-sandboxing-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-coop-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-coop-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:load-timing-info", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-navigation-id-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-id-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:window-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-window", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:update-the-session-history-with-the-new-page-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:set-the-active-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:window-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-14", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:browsing-context-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:session-history-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#set-the-document's-address", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-document's-address-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:current-document-readiness", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:run-csp-initialization-for-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-request-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-document's-referrer", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-request-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-referrer-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:url-record", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-document's-referrer-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-serializer-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:url-record-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-hh-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-hh-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-default-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-replace-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:dom-navigationtimingtype-navigate", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-reload-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:dom-navigationtimingtype-reload", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-entry-update", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:dom-navigationtimingtype-back_forward", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-response-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-has-cross-origin-redirects", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-request-10", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-request-redirect-count", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:create-the-navigation-timing-entry", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-response-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-timing-info-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-response-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-service-worker-timing-info", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-response-10", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:refresh", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:isomorphic-decode", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:shared-declarative-refresh-steps", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:refresh-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-commit-early-hints-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-commit-early-hints-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:process-link-headers", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-response-11", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:paymentrequest", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:same-origin-domain-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:dom-document-domain-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:paymentrequest-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:same-origin-domain-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:dom-document-domain-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:same-origin-domain-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:same-origin-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#update-the-session-history-with-the-new-page", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-15", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:queue-a-global-task-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:networking-task-source-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-16", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:current-entry-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-browsing-context-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:session-history-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-unload-timing-info", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:current-entry-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:she-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:unload-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-relevant-global-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:unload-a-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:unload-a-document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:event-loop", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:event-loop-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:unload-a-document-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:in-parallel-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-response-12", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-response-has-cross-origin-redirects-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-origin-11", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:same-origin-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-document-origin-12", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:previous-document-unload-timing", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-hh-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-entry-update-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-reload-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:current-entry-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:she-document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:list-iterate", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:she-document-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:she-document-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:traverse-the-history", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:current-entry-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:traverse-history-hh", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-hh-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-replace-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:session-history-entry-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:she-url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-document's-address-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:she-document-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:current-entry-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:she-url-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-equals-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-document's-address-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:requires-storing-the-policy-container-in-history", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:she-policy-container", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-policy-container-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:current-entry-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:traverse-the-history-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:traverse-history-hh-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-replace-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:hh-default-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:current-entry-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:current-entry-10", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:session-history-entry-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:she-url-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-document's-address-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:she-document-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-document's-address-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:requires-storing-the-policy-container-in-history-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:she-policy-container-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigation-params-policy-container-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:list-append-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:traverse-the-history-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:navigate-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#concept-navigate-mature", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:try-to-scroll-to-the-fragment", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#try-to-scroll-to-the-fragment", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:document-17", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:in-parallel-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:implementation-defined", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:queue-a-global-task-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:networking-task-source-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-relevant-global-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:stop-parsing", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:concept-url-fragment-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:scroll-to-the-fragment-identifier", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-document's-address-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:the-indicated-part-of-the-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents:try-to-scroll-to-the-fragment-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-html", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:navigation-params", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:queue-a-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:networking-task-source", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:initialise-the-document-object", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:html-parser", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:concept-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:networking-task-source-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:task-queue", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:the-input-byte-stream", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:html-parser-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:concept-task-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:networking-task-source-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:task-queue-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:process-link-headers", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:navigation-params-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:html-parser-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:the-input-byte-stream-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:tokenization", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:content-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:queue-a-global-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:networking-task-source-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:navigation-params-process-response-end-of-body", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:navigation-params-response-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:event-load", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:stop-parsing", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:update-the-session-history-with-the-new-page", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html:document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:navigation-params", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:initialise-the-document-object", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:xml-parser", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:concept-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:networking-task-source", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:task-queue", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:process-link-headers", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:navigation-params-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:xml-parser-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:document's-character-encoding", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:update-the-session-history-with-the-new-page", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:queue-a-global-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:networking-task-source-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:navigation-params-process-response-end-of-body", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:navigation-params-response-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:concept-document-navigation-id", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-xml:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:navigation-params", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:queue-a-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:networking-task-source", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:initialise-the-document-object", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:parser-cannot-change-the-mode-flag", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:concept-document-mode", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:html-parser", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:html-parser-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:plaintext-state", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:concept-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:networking-task-source-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:task-queue", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:the-input-byte-stream", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:html-parser-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:content-type-sniffing-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:document's-character-encoding", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:concept-task-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:networking-task-source-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:task-queue-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:process-link-headers", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:navigation-params-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:html-parser-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:queue-a-global-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:networking-task-source-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:navigation-params-process-response-end-of-body", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:navigation-params-response-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:event-load", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:update-the-session-history-with-the-new-page", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:the-head-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:document-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text:the-title-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace:multipart/x-mixed-replace", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace:browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace:navigation-params", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace:process-a-navigate-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace:browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace:navigation-params-hh", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace:hh-replace", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace:initialise-the-document-object", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace:navigate", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace:event-load", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-multipart-x-mixed-replace:event-unload", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:navigation-params", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:initialise-the-document-object", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:concept-document-mode", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:the-html-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:the-head-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:the-html-element-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:the-body-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:the-html-element-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:the-body-element-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:process-link-headers", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:navigation-params-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:the-img-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:attr-img-src", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:the-video-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:attr-media-src", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:the-audio-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:attr-media-src-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:stop-parsing", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:update-the-session-history-with-the-new-page", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:the-head-element-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:the-title-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:attr-media-autoplay", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:queue-a-global-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:networking-task-source", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:document-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:navigation-params-process-response-end-of-body", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media:navigation-params-response-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:navigation-params", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:initialise-the-document-object", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:concept-document-mode", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#plugin-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:the-html-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:the-head-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:the-html-element-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:the-body-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:the-html-element-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:the-embed-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:the-body-element-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:attr-embed-src", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:the-embed-element-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:process-link-headers", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:navigation-params-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:plugin-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:the-iframe-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:stop-parsing", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:update-the-session-history-with-the-new-page", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:the-head-element-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:the-embed-element-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:the-title-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#sandboxPluginNavigate", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:document-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:active-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:sandboxed-plugins-browsing-context-flag", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-plugin:the-embed-element-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:navigation-params", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:navigation-params-request", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:navigation-params-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:navigation-params-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:concept-origin-opaque", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:navigation-params-sandboxing", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:navigation-params-coop", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:cross-origin-opener-policy", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:navigation-params-coop-enforcement-result", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:coop-enforcement-result", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:navigation-params-reserved-environment", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:navigation-params-process-response-end-of-body", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:navigation-params-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:navigation-params-response-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:initialise-the-document-object", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:concept-document-mode", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:stop-parsing", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:update-the-session-history-with-the-new-page", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-ua-inline:document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-url-equals-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:she-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:url-equals-exclude-fragments", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-url-fragment", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigate-fragid-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-parent", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:delaying-load-events-mode", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-bc", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:snapshotting-target-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:webdriver-bidi-navigation-started", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:webdriver-bidi-navigation-status-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-id-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-status-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-pending", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:ongoing-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:webdriver-bidi-navigation-failed-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:webdriver-bidi-navigation-status-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-id-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-status-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-canceled-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-url-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigable-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:apply-the-history-step-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:ongoing-navigation-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:ongoing-navigation-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-url-scheme-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:the-javascript:-url-special-case-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:queue-a-global-task-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-and-traversal-task-source-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-window-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigate-to-a-javascript:-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:in-parallel", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:checking-if-unloading-is-user-canceled", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-document-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:inclusive-descendant-navigables", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:ongoing-navigation-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:webdriver-bidi-navigation-failed-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:webdriver-bidi-navigation-status-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-id-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-status-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-canceled-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-status-url-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:queue-a-global-task-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-and-traversal-task-source-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-window-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:abort-a-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-document-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-create-document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:document-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:document-state-request-referrer-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:document-state-initiator-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:document-state-resource", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:document-state-nav-target-name", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-target", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:document-state-nav-target-name-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:about:blank", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:document-state-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:document-state-initiator-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:about:srcdoc", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:document-state-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-parent-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-document-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-document-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:session-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:she-url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:she-document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#note-navigate-called-with-response", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-response-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:the-object-element", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:the-embed-element", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigate-multipart-x-mixed-replace", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:determining-navigation-params-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-response-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-response-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:clone-a-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-document-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-container-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-document-policy-container-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:set-union", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:target-snapshot-params-sandbox", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:policy-container-csp-list", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:csp-derived-sandboxing-flags", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:determining-the-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-response-url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:document-state-initiator-origin-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:cross-origin-opener-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:coop-enforcement-result", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:coop-enforcement-bcg-switch", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:coop-enforcement-bcg-switch-report-only", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:coop-enforcement-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:concept-response-url-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:coop-enforcement-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:coop-enforcement-coop", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:coop-enforcement-source", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-params-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-params-request", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-params-response", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-params-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-params-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-params-sandboxing", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-params-coop", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-params-coop-enforcement-result", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-params-reserved-environment", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-params-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-params-nav-timing-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:dom-navigationtimingtype-navigate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-params-fetch-controller", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:navigation-params-commit-early-hints", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:attempt-to-populate-the-history-entry's-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:dom-navigationtimingtype-navigate-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:attempt-to-populate-allow-post", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:attempt-to-populate-completion-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:tn-append-session-history-traversal-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:nav-traversable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:tn-session-history-traversal-queue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beginning-navigation:finalize-a-cross-document-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#ending-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#ending-navigation:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#finalize-a-cross-document-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:history-handling-behavior", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:session-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:assert", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:nav-traversable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:tn-session-history-traversal-queue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:delaying-load-events-mode", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:she-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:attempt-to-populate-the-history-entry's-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#resetBCName", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:nav-parent", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:she-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:concept-document-bc", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:auxiliary-browsing-context", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:disowned-its-opener", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:she-document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:concept-document-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:nav-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:concept-document-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:she-document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:document-state-nav-target-name", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:hh-replace", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:nav-traversable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:getting-session-history-entries", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:clear-the-forward-session-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:tn-current-session-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:she-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:list-append", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:list-replace", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:she-step-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:she-step-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:tn-current-session-history-step-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-usual-cross-document-navigation-case:apply-the-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:the-javascript:-url-special-case", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-to-a-javascript:-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:history-handling-behavior", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:concept-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:assert", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:hh-replace", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:ongoing-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:same-origin-domain", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:nav-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:concept-document-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:concept-request", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:concept-request-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:concept-request-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:should-navigation-request-of-type-be-blocked-by-content-security-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:evaluate-a-javascript:-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:she-document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document-state-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document-state-history-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:clone-a-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document-state-history-policy-container-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document-state-request-referrer", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document-state-request-referrer-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document-state-request-referrer-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document-state-request-referrer-policy-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document-state-initiator-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document-state-resource", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document-state-ever-populated", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document-state-nav-target-name", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document-state-nav-target-name-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:session-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:she-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:she-url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:she-document-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:she-serialized-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:structuredserializeforstorage", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:she-url-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:the-javascript:-url-special-case-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigate-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:the-javascript:-url-special-case-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:tn-append-session-history-traversal-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:nav-traversable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:tn-session-history-traversal-queue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:finalize-a-cross-document-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#evaluate-a-javascript:-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:concept-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:concept-url-serializer", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:utf-8-decode", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:percent-decode", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:nav-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:relevant-settings-object", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:api-base-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:creating-a-classic-script", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:default-classic-script-fetch-options", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:run-a-classic-script", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:concept-response", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:concept-response-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:nav-document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:the-document's-address", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:concept-response-header-list", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:content-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:concept-response-body", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:utf-8-encode", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:as-a-body", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:surrogate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:nav-document-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:concept-document-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:policy-container-csp-list", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:csp-derived-sandboxing-flags", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:nav-document-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:concept-document-coop", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:coop-enforcement-result", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:coop-enforcement-bcg-switch", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:coop-enforcement-bcg-switch-report-only", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:coop-enforcement-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:coop-enforcement-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:coop-enforcement-coop", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:coop-enforcement-source", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigation-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigation-params-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigation-params-request", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigation-params-response", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigation-params-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigation-params-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigation-params-sandboxing", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigation-params-coop", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigation-params-coop-enforcement-result", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigation-params-reserved-environment", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigation-params-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigation-params-nav-timing-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:dom-navigationtimingtype-navigate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigation-params-fetch-controller", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigation-params-commit-early-hints", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-javascript:-url-special-case:navigate-html", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-fragid", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:browsing-context", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:navigable", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:url", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:history-handling-behavior", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:navigation-id", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:hh-replace", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:session-history", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:current-entry", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:current-entry-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:concept-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:history-traversal-task-source", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:document-family", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:session-history-entry", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:session-history-2", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:she-url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:she-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:current-entry-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:she-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:she-policy-container", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:current-entry-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:she-policy-container-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:she-document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:she-document-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:she-serialized-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:structuredserializeforstorage", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:she-scroll-restoration-mode", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:current-entry-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:nav-active-history-entry-2", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:she-scroll-restoration-mode-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:traverse-the-history", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:traverse-history-hh", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:nav-active-history-entry-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:hh-replace", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:nav-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:doc-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:concept-history-index", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:concept-history-length", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:hh-push", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:concept-history-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:nav-active-history-entry-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:update-document-for-history-step-application", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:nav-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:dom-history-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:dom-history-state-2", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:scroll-to-the-fragment-identifier", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:the-document's-address", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:nav-document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:concept-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:update-document-for-history-step-application-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:nav-traversable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:tn-append-session-history-sync-nav-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:finalize-a-same-document-navigation", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:webdriver-bidi-fragment-navigated", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:nav-bc", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:webdriver-bidi-navigation-status", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:navigation-status-id", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:navigation-status-url", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:concept-request-url", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:navigation-status-status", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:navigation-status-complete", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:concept-id", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:navigate", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:update-the-session-history-with-the-new-page", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#finalize-a-same-document-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:traversable-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:session-history-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:session-history-entry-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:navigate-fragid", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:url-and-history-update-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:top-level-traversable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:tn-session-history-traversal-queue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:top-level-traversable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:tn-current-session-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:assert", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:tn-session-history-traversal-queue-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:nav-active-history-entry-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:getting-session-history-entries", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:clear-the-forward-session-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:tn-current-session-history-step-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:she-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:list-append", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:list-replace", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:she-step-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:she-step-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:tn-current-session-history-step-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:apply-the-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:hh-replace-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:attempt-to-create-a-non-fetch-scheme-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-scheme-navigation-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:struct", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:navigation-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:fetch-scheme", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:struct-item", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-scheme-params-initiator-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:concept-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:she-document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:document-state-initiator-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:non-fetch-scheme-navigation-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:non-fetch-scheme-params-initiator-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:fetch-scheme-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:fetch-scheme-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#process-a-navigate-url-scheme", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#attempt-to-create-a-non-fetch-scheme-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:navigation-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:navigationtimingtype", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:concept-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:concept-url-scheme", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:hand-off-to-external-software", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:dom-navigator-registerprotocolhandler", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:read-ua-inline", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:navigate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hand-off-to-external-software", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:concept-response", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:sandboxing-flag-set-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:concept-origin-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:top-level-traversable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:sandboxed-custom-protocols-navigation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:sandboxed-top-level-navigation-with-user-activation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:the-iframe-element", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:attr-iframe-sandbox-allow-popups", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:attr-iframe-sandbox-allow-top-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:attr-iframe-sandbox-allow-top-navigation-by-user-activation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-schemes-and-external-software:attr-iframe-sandbox-allow-top-navigation-to-custom-protocols", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#allowed-to-navigate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:navigable-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:source-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:top-level-traversable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:source-snapshot-params-activation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:source-snapshot-params-sandbox", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:sandboxed-top-level-navigation-with-user-activation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:source-snapshot-params-activation-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:source-snapshot-params-sandbox-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:sandboxed-top-level-navigation-without-user-activation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:top-level-traversable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:one-permitted-sandboxed-navigator", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:source-snapshot-params-sandbox-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:sandboxed-navigation-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:source-snapshot-params-sandbox-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:sandboxed-navigation-browsing-context-flag-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#prompt-to-unload-a-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#prompt-to-unload", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#checking-if-unloading-is-user-canceled", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:list", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:navigable-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:nav-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:list-item", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:list-size", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:list-iterate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:queue-a-global-task", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:navigation-and-traversal-task-source", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:unload-counter", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:event-loop", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:termination-nesting-level", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:creating-an-event", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:beforeunloadevent", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:dom-event-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:event-beforeunload", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:dom-event-cancelable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:concept-event-dispatch", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:concept-relevant-global-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:event-loop-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:termination-nesting-level-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:active-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:sandboxed-modals-flag", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:concept-relevant-global-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:sticky-activation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:canceled-flag", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:dom-beforeunloadevent-returnvalue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:webdriver-bidi-user-prompt-opened", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:concept-relevant-global-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:pause", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:dom-beforeunloadevent-returnvalue-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:webdriver-bidi-user-prompt-closed", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:concept-relevant-global-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#preventing-navigation:unload-counter-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reload", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:she-document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:document-state-reload-pending", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:nav-traversable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:tn-append-session-history-traversal-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:apply-pending-history-changes", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:apply-the-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:apply-history-step-source-snapshot", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:apply-history-step-initiator", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#traverse-the-history-by-a-delta", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:traversable-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:snapshotting-source-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:node-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:tn-append-session-history-traversal-steps-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:getting-all-used-history-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:tn-current-session-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:list-contains", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:apply-the-history-step-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:apply-history-step-check", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:apply-history-step-source-snapshot-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reloading-and-traversing:apply-history-step-initiator-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:navigate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:session-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:url-and-history-update-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:dom-history-replacestate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:dom-history-pushstate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-1", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#url-and-history-update-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:serialized-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#uhus-serializeddata", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:history-handling-behavior", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#uhus-historyhandling", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#uhus-ispush", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:hh-push", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:node-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:nav-active-history-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:session-history-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:she-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:she-serialized-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:she-serialized-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:she-document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:she-document-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:she-scroll-restoration-mode", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:she-scroll-restoration-mode-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:she-other", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:she-other-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:is-initial-about:blank", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:hh-replace", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:dom-history-pushstate-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:is-initial-about:blank-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:dom-history-replacestate-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:hh-replace-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:hh-push-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:doc-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:concept-history-index", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:doc-history-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:concept-history-length", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:concept-history-index-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:restore-the-history-object-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:the-document's-address", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:navigate-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:traverse-the-history-by-a-delta", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:event-hashchange", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:latest-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:nav-active-history-entry-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:nav-traversable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:tn-append-session-history-sync-nav-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:finalize-a-same-document-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:navigate-fragid", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:url-and-history-update-steps-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:update-document-for-history-step-application", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:url-and-history-update-steps-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:event-popstate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-frag-sync:dom-history-pushstate-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#traverse-the-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:session-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-resource", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:session-history-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:create-navigation-params-by-fetching", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:session-history-entry-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:read-ua-inline", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#attempt-to-populate-the-history-entry's-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:session-history-entry-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigable-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigationtimingtype", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:source-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:target-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#attempt-to-populate-allow-post", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#attempt-to-populate-completion-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:assert", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:in-parallel", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:assert-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-response", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-bc", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-resource-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:create-navigation-params-from-a-srcdoc-resource", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:fetch-scheme", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:post-resource-request-body", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:create-navigation-params-by-fetching-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-url-scheme", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:fetch-scheme-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:non-fetch-scheme-navigation-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:non-fetch-scheme-params-initiator-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-initiator-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#process-a-navigate-response", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:queue-a-global-task", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-and-traversal-task-source", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:active-window", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:ongoing-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:non-fetch-scheme-navigation-params-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:attempt-to-create-a-non-fetch-scheme-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-url-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:target-snapshot-params-sandbox", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:source-snapshot-params-activation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:non-fetch-scheme-params-initiator-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-url-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:should-navigation-response-to-navigation-request-of-type-in-target-be-blocked-by-content-security-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-request", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-response-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:policy-container-csp-list", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-reserved-environment", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:check-a-navigation-response's-adherence-to-its-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-response-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-policy-container-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:policy-container-embedder-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:check-a-navigation-response's-adherence-to-x-frame-options", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-response-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-policy-container-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:policy-container-csp-list-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:read-ua-inline-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-document-salvageable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:environment-discarding-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-reserved-environment-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:webdriver-bidi-navigation-failed", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:webdriver-bidi-navigation-status", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-status-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-status-status", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-status-canceled", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-status-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-response-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-response-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response-status", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-as-a-download", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-response-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:http-content-disposition", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:source-snapshot-params-download", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-sandboxing", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:sandboxed-downloads-browsing-context-flag", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:allowed-to-download", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-response-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:as-a-download", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:webdriver-bidi-download-started", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:webdriver-bidi-navigation-status-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-status-id-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-status-status-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-status-complete", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-status-url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-response-9", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response-url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:loading-a-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-initiator-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-document-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-document-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-9", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-request-referrer", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-referrer", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-referrer-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-10", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-document-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-11", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-ever-populated", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#create-navigation-params-from-a-srcdoc-resource", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:session-history-entry-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigable-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:target-snapshot-params-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-id-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigationtimingtype-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-12", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-resource-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response-url-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:about:srcdoc", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response-header-list", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:content-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response-body", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:utf-8-encode", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:as-a-body", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:determining-the-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response-url-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:target-snapshot-params-sandbox-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-13", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:cross-origin-opener-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforcement-result", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforcement-bcg-switch", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforcement-bcg-switch-report-only", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforcement-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response-url-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforcement-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforcement-coop", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforcement-source", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:determining-navigation-params-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response-url-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-14", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-history-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-container-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-document-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-request-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-response-10", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-policy-container-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-sandboxing-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:target-snapshot-params-sandbox-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-coop", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-coop-enforcement-result", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-reserved-environment-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-nav-timing-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-fetch-controller", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-commit-early-hints", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#process-a-navigate-fetch", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#create-navigation-params-by-fetching", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:session-history-entry-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigable-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:source-snapshot-params-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:target-snapshot-params-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-id-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigationtimingtype-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:non-fetch-scheme-navigation-params-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:assert-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:in-parallel-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-15", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-resource-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-url-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-16", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-history-policy-container-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-client", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:source-snapshot-params-client", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-destination", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-credentials-mode", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:use-url-credentials-flag", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-redirect-mode", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-replaces-client-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:relevant-settings-object", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-environment-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-mode", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-referrer-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-17", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-request-referrer-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-referrer-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-18", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-request-referrer-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:post-resource", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-method", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-body", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:post-resource-request-body-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-header-list-set", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:post-resource-request-content-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-header-list", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-19", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-reload-pending", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-reload-navigation-flag", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-20", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-ever-populated-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-history-navigation-flag", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:source-snapshot-params-activation-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-user-activation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-container-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:browsing-context-scope-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:browsing-context-scope-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-destination-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-initiator-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-container-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-element-local-name", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforcement-result-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforcement-bcg-switch-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforcement-bcg-switch-report-only-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforcement-url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:the-document's-address", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforcement-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-document-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-document-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforcement-coop-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-document-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-document-coop", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforcement-source-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-document-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-document-origin-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:same-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-21", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-initiator-origin-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:cross-origin-opener-policy-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-current-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-reserved-client", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-url-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:same-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-reserved-client-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-environment-creation-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-url-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:environment-discarding-steps-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-reserved-client-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-reserved-client-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:early-hints-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:same-origin-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-reserved-client-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:top-level-traversable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-parent", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-document-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:relevant-settings-object-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-environment-top-level-creation-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-environment-top-level-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-reserved-client-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:environment", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-environment-id-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-environment-target-browsing-context", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-bc-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-environment-creation-url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-environment-top-level-creation-url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-environment-top-level-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-environment-active-service-worker", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:on-fetch-request-algorithm", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:should-navigation-request-of-type-be-blocked-by-content-security-policy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:network-error", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:break", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-fetch", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:processearlyhintsresponse", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:processresponse", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:useparallelqueue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:process-early-hint-headers", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-reserved-client-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:process-the-next-manual-redirect", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:processresponse-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:mailto-protocol", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:ongoing-navigation-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:fetch-controller-abort", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-body-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-22", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-resource-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-body-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:creating-a-policy-container-from-a-fetch-response", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-reserved-client-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:set-union", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:target-snapshot-params-sandbox-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:policy-container-csp-list-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:csp-derived-sandboxing-flags", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:determining-the-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response-url-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-23", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-initiator-origin-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:top-level-traversable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:obtain-coop", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-reserved-client-9", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-enforce", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-bc-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-referrer-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-struct-value", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:coop-unsafe-none", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:network-error-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:break-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:network-error-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:child-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:cross-origin-resource-policy-check", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-container-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-document-origin-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-container-document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:relevant-settings-object-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-destination-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:network-error-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:break-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:cross-origin-resource-policy-check-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-parent-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response-location-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-url-fragment", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:break-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:assert-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-serialized-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-24", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-25", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-history-policy-container-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:clone-a-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-history-policy-container-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-request-referrer-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-request-referrer-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-request-referrer-policy-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-request-referrer-policy-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-origin-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-origin-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-resource-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-resource-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-ever-populated-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-ever-populated-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-nav-target-name", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-nav-target-name-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-26", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:session-history-entry-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-27", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:jake-diagram", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-28", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-document-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:break-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-29", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:session-history-entry-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:jake-diagram-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-url-scheme-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:http(s)-scheme", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-30", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-resource-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:break-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-url-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:network-error-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:network-error-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:http(s)-scheme-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-url-scheme-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:url-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-url-scheme-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:fetch-scheme-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:non-fetch-scheme-navigation-params-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:non-fetch-scheme-params-initiator-origin-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-current-url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-current-url-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:url-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:fetch-scheme-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-url-scheme-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:fetch-scheme-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:url-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:url-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-url-origin-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:fetch-scheme-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:url-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:network-error-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:url-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-url-scheme-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:fetch-scheme-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:fetch-scheme-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:url-9", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:fetch-scheme-9", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:url-10", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:http(s)-scheme-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:assert-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:network-error-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:determining-navigation-params-policy-container-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-response-url-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:she-document-state-31", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-state-history-policy-container-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:source-snapshot-params-policy-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-id-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-request-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-response-11", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-origin-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-policy-container-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-sandboxing-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-coop-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-coop-enforcement-result-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-reserved-environment-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-request-reserved-client-10", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-nav-timing-type-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-fetch-controller-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-commit-early-hints-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#browsing-context-scope-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:node-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:top-level-traversable-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:ancestor-navigables", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:nav-document-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-document-origin-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:same-origin-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:node-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-document-origin-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:browsing-context-scope-origin-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-document-origin-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:node-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-a-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:source-snapshot-params-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:concept-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:document-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:content-type-sniffing-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-response-12", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigable-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:html-mime-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigate-html", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:xml-mime-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:explicitly-supported-xml-mime-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:read-xml", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:javascript-mime-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:json-mime-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:explicitly-supported-json-mime-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:text/css", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:text/plain", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:text/vtt", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigate-text", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:multipart/x-mixed-replace", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigate-multipart-x-mixed-replace", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigate-media", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:pdf-viewer-supported", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:read-ua-inline-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-navigable-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#explicitly-supported-xml-mime-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:xml-mime-type-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:application/atom+xml", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#explicitly-supported-json-mime-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:json-mime-type-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:read-ua-inline-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-navigable-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:hand-off-to-external-software", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate-non-Document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:read-ua-inline-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-navigable-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-id-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-nav-timing-type-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-navigable-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:as-a-download-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:hand-off-to-external-software-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-response-13", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-navigable-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:navigation-params-sandboxing-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry:source-snapshot-params-activation-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#applying-the-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#applying-the-history-step:traversable-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#applying-the-history-step:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:traversable-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#changing-navigable-continuation-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:apply-the-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:struct", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#changing-nav-continuation-displayed-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#changing-nav-continuation-target-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:session-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#changing-nav-continuation-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#changing-nav-continuation-update-only", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#update-the-session-history-with-the-new-page", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#apply-the-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:traversable-navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#apply-history-step-check", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:source-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#apply-history-step-source-snapshot", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigable-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#apply-history-step-initiator", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:assert", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:tn-session-history-traversal-queue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:getting-the-used-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:assert-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-iterate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:get-all-navigables-whose-current-session-history-entry-will-change-or-reload", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:allowed-to-navigate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:getting-all-navigables-that-might-experience-a-cross-document-traversal", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:checking-if-unloading-is-user-canceled", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:checking-if-unloading-is-user-canceled-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:get-all-navigables-whose-current-session-history-entry-will-change-or-reload-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:getting-all-navigables-that-only-need-history-object-length/index-update", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-iterate-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:getting-the-target-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-current-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:ongoing-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-size", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:queue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:changing-navigable-continuation-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-iterate-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:queue-a-global-task", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigation-and-traversal-task-source", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-window", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-current-history-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:changing-navigable-continuation-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:changing-nav-continuation-displayed-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:changing-nav-continuation-target-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:changing-nav-continuation-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:changing-nav-continuation-update-only", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document-state-reload-pending", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:changing-nav-continuation-update-only-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:enqueue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:finalize-a-same-document-navigation", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-active-history-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document-state-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-state-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document-state-reload-pending-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:dom-navigationtimingtype-back_forward", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:dom-navigationtimingtype-back_forward-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:snapshotting-target-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:snapshotting-source-snapshot-params", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-state-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document-state-initiator-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document-state-request-referrer", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-state-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document-state-reload-pending-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-state-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document-state-reload-pending-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:in-parallel", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:attempt-to-populate-the-history-entry's-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:attempt-to-populate-allow-post", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:attempt-to-populate-completion-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:queue-a-global-task-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigation-and-traversal-task-source-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-window-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:immediately", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:changing-nav-continuation-update-only-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:concept-document-origin", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-serialized-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-parent", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:concept-document-bc", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:auxiliary-browsing-context", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:disowned-its-opener", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:concept-document-origin-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-state-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document-state-nav-target-name", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:enqueue-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:set", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:tn-running-nested-apply-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#sync-navigations-jump-queue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:tn-session-history-traversal-queue-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:session-history-traversal-parallel-queue-algorithm-set", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-contains", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:session-history-traversal-parallel-queue-sync-nav-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:session-history-traversal-parallel-queue-sync-nav-steps-target-nav", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-contains-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-item", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:tn-session-history-traversal-queue-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:session-history-traversal-parallel-queue-algorithm-set-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:session-history-traversal-parallel-queue-sync-nav-steps-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:session-history-traversal-parallel-queue-sync-nav-steps-target-nav-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-contains-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-remove", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:tn-session-history-traversal-queue-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:session-history-traversal-parallel-queue-algorithm-set-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:tn-running-nested-apply-history-step-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:tn-running-nested-apply-history-step-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:tn-session-history-entries", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#continuations-dequeue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:dequeue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:continue", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:changing-nav-continuation-displayed-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:changing-nav-continuation-target-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:changing-nav-continuation-navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:ongoing-navigation-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:getting-the-history-object-length-and-index", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-append", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:queue-a-global-task-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigation-and-traversal-task-source-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-window-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:changing-nav-continuation-update-only-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:unload-a-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:descendant-navigables", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:queue-a-global-task-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigation-and-traversal-task-source-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-window-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:unload-a-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:activate-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-9", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:queue-a-global-task-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigation-and-traversal-task-source-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-10", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:update-document-for-history-step-application", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-11", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:changing-nav-continuation-update-only-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-size-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:getting-the-history-object-length-and-index-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-iterate-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:queue-a-global-task-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigation-and-traversal-task-source-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-window-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:doc-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:concept-history-index", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:doc-history-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:concept-history-length", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:tn-current-session-history-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#activate-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:session-history-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigable-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:save-persisted-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigable-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-active-history-entry-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-12", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:assert-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:is-initial-about:blank", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:is-initial-about:blank-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-active-history-entry-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:make-active", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-the-used-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:traversable-navigable-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:getting-all-used-history-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-item-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:session-history-entry-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-step", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigable-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-the-history-object-length-and-index", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:traversable-navigable-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:tuple", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:getting-all-used-history-steps-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-size-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:assert-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-contains-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:getting-the-used-step-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#get-all-navigables-whose-current-session-history-entry-will-change-or-reload", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:traversable-navigable-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigable-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-iterate-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:getting-the-target-history-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-current-history-entry-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-state-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document-state-reload-pending-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-append-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-13", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-document-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-state-9", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document-state-reload-pending-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-extend", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:child-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:child-navigable-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:child-navigable-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-document-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-all-navigables-that-only-need-history-object-length/index-update", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:traversable-navigable-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigable-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigable-9", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-current-history-entry-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-active-history-entry-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-iterate-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:getting-the-target-history-entry-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-current-history-entry-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-state-10", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document-state-reload-pending-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-append-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-extend-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:child-navigable-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:child-navigable-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:child-navigable-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-document-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-the-target-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigable-10", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:session-history-entry-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:getting-session-history-entries", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-item-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-step-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:getting-the-target-history-entry-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-step-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:jake-diagram", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-step-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-step-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-step-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-step-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-all-navigables-that-might-experience-a-cross-document-traversal", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:traversable-navigable-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigable-11", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:tn-session-history-traversal-queue-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigable-12", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:navigable-13", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:child-navigable-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:unload-a-document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-iterate-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:getting-the-target-history-entry-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-14", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-document-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:she-document-state-11", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document-state-reload-pending-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-append-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-active-history-entry-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-document-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:list-extend-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:child-navigable-8", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:child-navigable-9", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:child-navigable-10", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:nav-document-9", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#update-document-for-history-step-application", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:session-history-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:latest-entry", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:latest-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:doc-history", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-history-index", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:doc-history-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-history-length", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:latest-entry-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:she-url", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:latest-entry-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:restore-the-history-object-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-event-fire", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:event-popstate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:popstateevent", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:dom-popstateevent-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:doc-history-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-history-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:restore-persisted-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-url-fragment", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:she-url-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-url-fragment-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:queue-a-global-task", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:dom-manipulation-task-source", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-relevant-global-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-event-fire-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:event-hashchange", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-relevant-global-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:hashchangeevent", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:dom-hashchangeevent-oldurl", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-url-serializer", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:dom-hashchangeevent-newurl", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-url-serializer-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:she-url-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:try-to-scroll-to-the-fragment", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scripts-may-run-for-the-newly-created-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:reactivate-a-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:latest-entry-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#restore-the-history-object-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:session-history-entry-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-relevant-realm", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:she-serialized-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:structureddeserialize", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:she-serialized-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:doc-history-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-history-state-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#make-active", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-relevant-global-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-document-bc", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:windowproxy", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-windowproxy-window", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:visibility-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:node-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:nav-traversable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:system-visibility-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:relevant-settings-object", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-environment-execution-ready-flag", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#reactivate-a-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:document-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:fully-active", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-autocomplete", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:list-iterate", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:autofill-field-name", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:attr-fe-autocomplete-off", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-form-reset-control", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:suspended-timer-handles", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:list-empty", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:assert", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:suspension-time", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:current-high-resolution-time", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:suspension-time-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-relevant-global-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:map-of-active-timers", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:suspended-timer-handles-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:map-exists", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:current-document-readiness", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:page-showing", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:page-showing-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:update-the-visibility-state", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:fire-a-page-transition-event", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:event-pageshow", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-relevant-global-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#try-to-scroll-to-the-fragment", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:document-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:in-parallel", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:implementation-defined", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:queue-a-global-task-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:navigation-and-traversal-task-source", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-relevant-global-7", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:stop-parsing", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:concept-url-fragment-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:scroll-to-the-fragment-identifier", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:the-indicated-part-of-the-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-document:try-to-scroll-to-the-fragment-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-the-fragment-identifier", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:the-indicated-part-of-the-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:being-rendered", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:the-indicated-part-of-the-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:being-rendered-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:the-indicated-part-of-the-document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:target-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:the-indicated-part-of-the-document-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:target-element-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:scroll-to-the-beginning-of-the-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:document-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:the-indicated-part-of-the-document-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:document-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:target-element-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:ancestor-details-revealing-algorithm", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:ancestor-hidden-until-found-revealing-algorithm", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:scroll-an-element-into-view", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:focusing-steps", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:document-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:viewport", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:sequential-focus-navigation-starting-point", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:the-indicated-part-of-the-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:target-element", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:the-indicated-part-of-the-document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:top-of-the-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:target-element-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:scroll-to-the-beginning-of-the-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:assert", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:the-indicated-part-of-the-document-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:the-indicated-part-of-the-document-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:target-element-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:ancestor-details-revealing-algorithm", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:ancestor-hidden-until-found-revealing-algorithm", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:scroll-an-element-into-view", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:focusing-steps", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:document-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:viewport", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:sequential-focus-navigation-starting-point", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:document-3", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-indicated-part-of-the-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:concept-url-fragment", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:concept-url-fragment-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:mime-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:document-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:concept-url-fragment-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:xml-mime-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:the-document's-address", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:concept-url-fragment", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:concept-url-fragment-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:mime-type", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:document-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:concept-url-fragment-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:xml-mime-type", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#target-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:document-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:selector-target", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:html-mime-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:the-indicated-part-of-the-document-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:the-document's-address-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:concept-url-fragment-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:the-indicated-part-of-the-document-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:find-a-potential-indicated-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:the-indicated-part-of-the-document-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:percent-decode", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:utf-8-decode-without-bom", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:find-a-potential-indicated-element-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:the-indicated-part-of-the-document-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:ascii-case-insensitive", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:the-indicated-part-of-the-document-10", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:the-indicated-part-of-the-document-11", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:document-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:selector-target", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:html-documents", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:the-indicated-part-of-the-document-5", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:the-document's-address-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:concept-url-fragment-4", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#top-of-the-document", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:find-a-potential-indicated-element", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:percent-decode", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:utf-8-decode-without-bom", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:find-a-potential-indicated-element-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:ascii-case-insensitive", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:top-of-the-document-2", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#find-a-potential-indicated-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:in-a-document-tree", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:concept-id-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:tree-order", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:the-a-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:in-a-document-tree-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:attr-a-name", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-fragid:tree-order-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#traverse-the-history", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:session-history-entry", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:history-handling-behavior", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#traverse-history-hh", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:hh-default", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#explicithistorynavigation", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:traverse-the-history-by-a-delta", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:navigate", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:update-the-session-history-with-the-new-page", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:assert", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:hh-default-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-request", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-request-url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-request-history-navigation-flag", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:navigate-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:navigation-hh", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:hh-entry-update", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:navigation-historypolicycontainer", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-policy-container", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:source-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:navigate-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:save-persisted-state", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:current-entry", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:assert-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:is-initial-about:blank", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:is-initial-about:blank-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:current-entry-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-document-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:hh-entry-update-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:hh-reload", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:suspended-timer-handles", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:list-empty", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:assert-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:suspension-time", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:current-high-resolution-time", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:suspension-time-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:map-of-active-timers", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:suspended-timer-handles-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:map-exists", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:history-traversal-task-source", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:top-level-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:document-family", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-document-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:same-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:current-entry-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-document-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-document-origin-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:session-history-entry-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:session-history", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-document-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-document-origin-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:same-origin-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:active-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:current-entry-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:list-iterate", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-bc-name", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:browsing-context-name", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#resetBCName", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:top-level-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:auxiliary-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:disowned-its-opener", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:browsing-context-name-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:set-the-active-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-bc-name-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:browsing-context-name-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-bc-name-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:session-history-entry-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:session-history-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-document-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-document-origin-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:same-origin-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:active-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-document-origin-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:list-iterate-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-bc-name-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-autocomplete", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:autofill-field-name", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:attr-fe-autocomplete-off", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-form-reset-control", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:current-document-readiness", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:queue-a-global-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:dom-manipulation-task-source", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-relevant-global-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:page-showing", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:page-showing-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:update-the-visibility-state", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:fire-a-page-transition-event", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:event-pageshow", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-relevant-global-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:the-document's-address", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-url-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-url-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-url-fragment", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:identical-to", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:current-entry-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-url-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-url-fragment-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-document-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:current-entry-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-document-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:current-entry-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-url-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-url-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:hh-replace", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:session-history-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-other", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-url-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-url-fragment-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:scroll-to-the-fragment-identifier", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:current-entry-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:current-realm", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-serialized-state", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:structureddeserialize", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:she-serialized-state-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:history-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-history-state", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:latest-entry", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:latest-entry-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-event-fire", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:event-popstate", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-relevant-global-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:popstateevent", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:dom-popstateevent-state", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:restore-persisted-state", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:queue-a-global-task-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:dom-manipulation-task-source-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-relevant-global-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-event-fire-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:event-hashchange", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:concept-relevant-global-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:hashchangeevent", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:dom-hashchangeevent-oldurl", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#history-traversal:dom-hashchangeevent-newurl", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:document-6", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:in-a-document-tree", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:root", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:concept-id", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:tree-order", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:the-a-element", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:in-a-document-tree-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:root-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:attr-a-name", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#scrolling-to-a-fragment:tree-order-2", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#save-persisted-state", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration:session-history-entry", @@ -38390,322 +39005,609 @@ "https://html.spec.whatwg.org/multipage/browsing-the-web.html#restorable-scrollable-regions", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration:document", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration:viewport", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration:child-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration:child-browsing-context-2", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration:navigable-container", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration:child-navigable", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration:session-history-entry-3", + "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration:navigable", "https://html.spec.whatwg.org/multipage/browsing-the-web.html#persisted-user-state-restoration:document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-popstateevent-interface", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-popstateevent-interface:popstateevent", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#popstateevent", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-popstateevent-interface:event", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-popstateevent-interface:popstateeventinit", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-popstateevent-interface:dom-popstateevent-state", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#popstateeventinit", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-popstateevent-interface:eventinit", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-popstateevent-state-dev", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-popstateevent-interface:dom-history-pushstate", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-popstateevent-interface:dom-history-replacestate", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-popstateevent-state", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-popstateevent-interface:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface:hashchangeevent", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hashchangeevent", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface:event", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface:hashchangeeventinit", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface:dom-hashchangeevent-oldurl", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface:dom-hashchangeevent-newurl", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hashchangeeventinit", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface:eventinit", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-hashchangeevent-oldurl-dev", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface:url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface:session-history-entry", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-hashchangeevent-newurl-dev", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface:url-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface:session-history-entry-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-hashchangeevent-oldurl", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface:session-history-entry-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-hashchangeevent-newurl", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-hashchangeevent-interface:session-history-entry-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:pagetransitionevent", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#pagetransitionevent", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:event", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:pagetransitioneventinit", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:dom-pagetransitionevent-persisted", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#pagetransitioneventinit", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:eventinit", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-pagetransitionevent-persisted-dev", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:event-pageshow", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:event-load", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:event-pagehide", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:concept-document-salvageable", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:session-history-entry", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:unload-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:the-iframe-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:concept-document-salvageable-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:websocket-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:abort-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-pagetransitionevent-persisted", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#fire-a-page-transition-event", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:window", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:concept-event-fire", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:pagetransitionevent-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:dom-pagetransitionevent-persisted-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:dom-event-cancelable", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:dom-event-bubbles", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:dom-event-cancelable-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:dom-event-bubbles-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-pagetransitionevent-interface:window-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#completely-loaded-time", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#completely-loaded", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:completely-loaded-time", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#completely-finish-loading", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:assert", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:concept-document-bc", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:completely-loaded-time-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:bc-container", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:is-initial-about:blank", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:document-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:frame", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:the-iframe-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:creating-a-new-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:creating-a-new-nested-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:event-load", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:event-load-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:shared-attribute-processing-steps-for-iframe-and-frame-elements", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:the-iframe-element-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:queue-an-element-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:dom-manipulation-task-source", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:iframe-load-event-steps", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:queue-an-element-task-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:dom-manipulation-task-source-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:concept-event-fire", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#loading-documents:event-load-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#concept-document-salvageable", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#page-showing", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:page-showing", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:event-pageshow", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:event-pagehide", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:event-pagehide-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:event-pageshow-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:domhighrestimestamp", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#suspension-time", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:list", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#suspended-timer-handles", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:event-loop", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#termination-nesting-level", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#ignore-opens-during-unload-counter", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:document-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unload-counter", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#prompt-to-unload-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:document-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:event-loop-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:termination-nesting-level", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:unload-counter", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:creating-an-event", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:beforeunloadevent", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:dom-event-type", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:event-beforeunload", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:dom-event-cancelable", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-event-dispatch", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:event-loop-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:termination-nesting-level-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:active-sandboxing-flag-set", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:sandboxed-modals-flag", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-relevant-global-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:sticky-activation", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:canceled-flag", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:dom-beforeunloadevent-returnvalue", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:dom-beforeunloadevent-returnvalue-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:webdriver-bidi-user-prompt-opened", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-relevant-global-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:pause", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:webdriver-bidi-user-prompt-closed", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-relevant-global-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:list-of-the-descendant-browsing-contexts", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:prompt-to-unload-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:active-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:unload-counter-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unload-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:document-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:document-unload-timing-info", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:global-object", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:event-loop-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:termination-nesting-level-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:unload-counter-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:session-history-entry", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:traverse-the-history", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-document-salvageable", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:page-showing-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:page-showing-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:fire-a-page-transition-event", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:event-pagehide-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-relevant-global-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-document-salvageable-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:update-the-visibility-state", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:unload-event-start-time", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:current-high-resolution-time", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:coarsen-time", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:relevant-settings-object", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-settings-object-cross-origin-isolated-capability", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-document-salvageable-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-event-fire", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:event-unload", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-relevant-global-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:unload-event-end-time", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:current-high-resolution-time-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:coarsen-time-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:relevant-settings-object-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-settings-object-cross-origin-isolated-capability-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:event-loop-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:termination-nesting-level-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:suspension-time", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:current-high-resolution-time-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-relevant-global-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:suspended-timer-handles", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:map-get-the-keys", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:map-of-active-timers", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:unloading-document-cleanup-steps", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:other-applicable-specifications", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:list-of-the-descendant-browsing-contexts-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:unload-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:active-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-document-salvageable-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:active-document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-document-salvageable-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-document-salvageable-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:discard-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:unload-counter-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-document-cleanup-steps", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:document-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-relevant-global-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:websocket-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-relevant-global-9", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:make-disappear", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:websocket-2-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-document-salvageable-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-document-salvageable-8", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:eventsource", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-relevant-global-10", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:concept-eventsource-forcibly-close", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:map-clear", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#unloading-documents:map-of-active-timers-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-beforeunloadevent-interface", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-beforeunloadevent-interface:beforeunloadevent", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#beforeunloadevent", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-beforeunloadevent-interface:event", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-beforeunloadevent-interface:dom-beforeunloadevent-returnvalue", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-beforeunloadevent-interface:beforeunloadevent-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-beforeunloadevent-interface:beforeunloadevent-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-beforeunloadevent-interface:prompt-to-unload-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-beforeunloadevent-interface:dom-beforeunloadevent-returnvalue-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-beforeunloadevent-interface:dom-event-preventdefault", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-beforeunloadevent-interface:dom-beforeunloadevent-returnvalue-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#dom-beforeunloadevent-returnvalue", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-beforeunloadevent-interface:prompt-to-unload-a-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#abort-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:abort-a-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:active-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:child-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:concept-document-salvageable", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:concept-document-salvageable-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:concept-fetch", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:concept-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:queue-a-task", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:concept-fetch-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:queue-a-task-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:concept-task-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:concept-document-salvageable-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:concept-document-navigation-id", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:webdriver-bidi-navigation-aborted", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:concept-document-bc", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:webdriver-bidi-navigation-status", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:navigation-status-id", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:concept-document-navigation-id-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:navigation-status-status", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:navigation-status-canceled", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:navigation-status-url", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:the-document's-address", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:concept-document-navigation-id-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:active-parser", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:active-parser-was-aborted", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:abort-a-parser", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:concept-document-salvageable-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:stop-document-loading", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:document-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#stop-document-loading", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:document-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:active-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:navigate", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:unload-counter", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:navigate-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#aborting-a-document-load:abort-a-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:x-frame-options", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#x-frame-options", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:child-browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:frame-ancestors-directive", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:frame-ancestors-directive-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:x-frame-options-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:concept-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:x-frame-options-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:header-abnf", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#check-a-navigation-response's-adherence-to-x-frame-options", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:navigation-params", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:browsing-context", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:concept-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:child-browsing-context-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:list-iterate", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:navigation-params-policy-container", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:policy-container-csp-list", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:csp-disposition", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:continue", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:csp-directive-set", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:list-contains", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:frame-ancestors-directive-3", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:concept-header-list-get-decode-split", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:x-frame-options-4", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:navigation-params-response", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:concept-response-header-list", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:set", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:list-iterate-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:set-append", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:converted-to-ascii-lowercase", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:list-size", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:list-contains-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:x-frame-options-5", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:list-size-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:bc-container-document", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:while", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:concept-document-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:same-origin", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:concept-document-bc", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:bc-container-document-2", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:x-frame-options-6", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-x-frame-options-header:x-frame-options-7", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-refresh-header", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-refresh-header:refresh", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#refresh", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-refresh-header:the-meta-element", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-refresh-header:attr-meta-http-equiv", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-refresh-header:attr-meta-http-equiv-refresh", - "https://html.spec.whatwg.org/multipage/browsing-the-web.html#the-refresh-header:initialise-the-document-object", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#head", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#living-standard", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#toc-browsers", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#document-lifecycle", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#initialise-the-document-object", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-type", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-content-type", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:creating-a-new-browsing-context", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:is-initial-about:blank", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:document-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-bc", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:document-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:dom-domimplementation-createhtmldocument", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-navigable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:nav-bc", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:obtain-browsing-context-navigation", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-sandboxing", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-coop", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-coop-enforcement-result", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:creating-a-new-browsing-context-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:browsing-context", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-navigable-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:nav-bc-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:window", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:document-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:agent", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:document-5", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-origin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-origin-opaque", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:agent-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:window-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:document-6", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:creating-a-permissions-policy-from-a-response", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-origin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-response", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:creating-a-permissions-policy-from-a-response-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-origin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:dom-document-domain", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-navigable-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:nav-container-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-origin-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:same-origin-domain", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:dom-document-domain-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:same-origin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-response-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-response-url", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-request", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-request-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-request-current-url", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:active-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:is-initial-about:blank-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:active-document-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-origin-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:same-origin-domain-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-origin-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:active-window", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:is-initial-about:blank-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:document-7", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:document-8", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:window-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#create-new-agent-and-window", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:getting-a-structured-field-value", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:origin-agent-cluster", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-response-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-response-header-list", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:http-structured-header-boolean", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-reserved-environment", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:non-secure-context", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:obtain-similar-origin-window-agent", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-origin-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:tlbc-group", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:creating-a-new-javascript-realm", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:window-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:windowproxy", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-realm-global", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-origin-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:nav-container", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:nav-container-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:relevant-settings-object", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-environment-top-level-creation-url", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-environment-top-level-origin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:set-up-a-window-environment-settings-object", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-reserved-environment-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:document-9", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:window-5", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:document-load-timing-info", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-start-time", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-response-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-response-timing-info", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:fetch-timing-info-start-time", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:document-10", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-type-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-content-type-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-origin-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-origin-5", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-bc-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-policy-container", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-policy-container", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-permissions-policy", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:active-sandboxing-flag-set", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-sandboxing-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-coop", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-coop-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:load-timing-info", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:was-created-via-cross-origin-redirects", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-response-5", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-response-has-cross-origin-redirects", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-navigation-id", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-id", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:the-document's-address", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:current-document-readiness", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-document-window", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:run-csp-initialization-for-a-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-request-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:the-document's-referrer", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-request-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-request-referrer", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:url-record", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:the-document's-referrer-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-url-serializer", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:url-record-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-fetch-controller", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:extract-full-timing-info", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-fetch-controller-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-response-6", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-response-has-cross-origin-redirects-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-request-5", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-request-redirect-count", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:create-the-navigation-timing-entry", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-response-7", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-response-service-worker-timing-info", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-response-8", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-response-body-info", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:create-the-navigation-timing-entry-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-response-9", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-response-timing-info-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-nav-timing-type", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-response-10", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:concept-response-service-worker-timing-info-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-response-11", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:refresh", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:isomorphic-decode", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:shared-declarative-refresh-steps", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:refresh-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-commit-early-hints", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-commit-early-hints-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:process-link-headers", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:navigation-params-response-12", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:paymentrequest", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:same-origin-domain-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:dom-document-domain-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:paymentrequest-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:same-origin-domain-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:dom-document-domain-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:same-origin-domain-5", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#shared-document-creation-infrastructure:same-origin-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#navigate-html", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:navigation-params", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:initialise-the-document-object", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:html-parser", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:concept-task", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:networking-task-source", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:task-queue", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:the-input-byte-stream", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:html-parser-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:concept-task-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:networking-task-source-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:task-queue-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:process-link-headers", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:navigation-params-response", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:html-parser-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:scripts-may-run-for-the-newly-created-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:the-input-byte-stream-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:tokenization", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:content-type", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:queue-a-global-task", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:networking-task-source-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-html:event-load", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:navigation-params", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:initialise-the-document-object", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:xml-parser", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:concept-task", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:networking-task-source", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:task-queue", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:process-link-headers", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:navigation-params-response", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:xml-parser-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:document's-character-encoding", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:scripts-may-run-for-the-newly-created-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:document-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:concept-document-navigation-id", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-xml:document-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#navigate-text", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:navigation-params", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:initialise-the-document-object", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:parser-cannot-change-the-mode-flag", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:concept-document-mode", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:html-parser", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:html-parser-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:plaintext-state", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:concept-task", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:networking-task-source", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:task-queue", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:the-input-byte-stream", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:html-parser-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:document's-character-encoding", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:concept-task-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:networking-task-source-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:task-queue-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:process-link-headers", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:navigation-params-response", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:html-parser-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:scripts-may-run-for-the-newly-created-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:queue-a-global-task", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:networking-task-source-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:event-load", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:the-head-element", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:the-title-element", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-text:content-type-sniffing-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:multipart/x-mixed-replace", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#navigate-multipart-x-mixed-replace", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:navigation-params", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:source-snapshot-params", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:concept-origin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:navigation-params-response", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:concept-response-body", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:navigation-params-response-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:concept-response", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:navigation-params-response-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:concept-response-body-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:loading-a-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:navigation-params-response-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:navigate", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:node-navigable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:navigation-params-request", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:concept-request-url", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:navigation-response", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:navigation-params-response-5", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:navigation-hh", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:hh-replace", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:event-load", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-multipart-x-mixed-replace:event-unload", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#navigate-media", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:initialise-the-document-object", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:concept-document-mode", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:the-html-element", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:the-head-element", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:the-html-element-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:the-body-element", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:the-html-element-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:the-body-element-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:the-head-element-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:the-title-element", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:attr-media-autoplay", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:process-link-headers", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:navigation-params-response", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:stop-parsing", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:the-img-element", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:attr-img-src", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:the-video-element", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:attr-media-src", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:the-audio-element", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:attr-media-src-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:scripts-may-run-for-the-newly-created-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media:document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-plugin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#navigate-plugin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-id", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigationtimingtype", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-params", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-params-id", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-params-request", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-params-response", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:concept-response", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-params-origin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:concept-origin-opaque", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-params-policy-container", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:policy-container", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-params-sandboxing", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-params-coop", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:cross-origin-opener-policy", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-params-coop-enforcement-result", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:coop-enforcement-result", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-params-reserved-environment", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-params-navigable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-params-nav-timing-type", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-params-fetch-controller", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:navigation-params-commit-early-hints", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:initialise-the-document-object", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:document-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:concept-document-origin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:concept-origin-opaque-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:document-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:document-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:text/html", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:concept-document-type", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:initialise-the-document-object-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-ua-inline:stop-parsing", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#completely-loaded-time", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:document-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#completely-loaded", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:completely-loaded-time", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#completely-finish-loading", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:document-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:assert", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:concept-document-bc", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:completely-loaded-time-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:node-navigable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:nav-container", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:is-initial-about:blank", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:document-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:frame", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:the-iframe-element", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:creating-a-new-browsing-context", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:create-a-new-nested-navigable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:event-load", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:event-load-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:process-the-iframe-attributes", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:the-iframe-element-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:queue-an-element-task", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:dom-manipulation-task-source", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:iframe-load-event-steps", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:queue-an-element-task-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:dom-manipulation-task-source-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:concept-event-fire", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#loading-documents:event-load-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#concept-document-salvageable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#page-showing", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:page-showing", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:event-pageshow", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:event-pagehide", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:event-pagehide-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:event-pageshow-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:document-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:domhighrestimestamp", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#suspension-time", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:document-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:list", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#suspended-timer-handles", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:event-loop", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#termination-nesting-level", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#ignore-opens-during-unload-counter", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:document-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unload-counter", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unload-a-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:document-5", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:document-6", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:assert", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-task", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:event-loop-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:document-unload-timing-info", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:event-loop-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:event-loop-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:unload-a-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:in-parallel", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:session-history-entry", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-document-salvageable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-document-salvageable-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:relevant-agent", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-agent-event-loop", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:termination-nesting-level", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:unload-counter", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-document-salvageable-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:page-showing-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:page-showing-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:fire-a-page-transition-event", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:event-pagehide-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-document-salvageable-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:update-the-visibility-state", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:unload-event-start-time", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:current-high-resolution-time", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-relevant-global-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:coarsen-time", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:relevant-settings-object", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-settings-object-cross-origin-isolated-capability", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-document-salvageable-5", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-event-fire", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:event-unload", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-relevant-global-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:unload-event-end-time", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:current-high-resolution-time-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-relevant-global-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:coarsen-time-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:relevant-settings-object-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-settings-object-cross-origin-isolated-capability-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:termination-nesting-level-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:suspension-time", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:current-high-resolution-time-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-relevant-global-5", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:suspended-timer-handles", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:map-get-the-keys", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:map-of-active-timers", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:unloading-document-cleanup-steps", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:other-applicable-specifications", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-document-salvageable-6", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:destroy-a-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:unload-counter-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:was-created-via-cross-origin-redirects", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-document-origin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:same-origin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-document-origin-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:previous-document-unload-timing", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-document-cleanup-steps", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:document-7", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-relevant-global-6", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:websocket-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-relevant-global-7", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:make-disappear", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:websocket-2-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-document-salvageable-7", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-document-salvageable-8", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:eventsource", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-relevant-global-8", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:concept-eventsource-forcibly-close", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:map-clear", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-documents:map-of-active-timers-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#discard-a-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroy-a-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:destroy-a-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:nav-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:descendant-navigables", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:concept-document-salvageable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:unloading-document-cleanup-steps", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:other-applicable-specifications", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:abort-a-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:concept-task", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:concept-task-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:task-queue", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:concept-document-bc", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:node-navigable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:she-document-state", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:document-state-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:list-remove", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:concept-WorkerGlobalScope-owner-set", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:workerglobalscope", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:list-contains", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:list-iterate", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:concept-document-worklet-global-scopes", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:terminate-a-worklet-global-scope", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:document-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#destroying-documents:destroy-the-nested-navigable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#abort-a-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:abort-a-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:nav-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:descendant-navigables", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:document-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:concept-document-salvageable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:concept-document-salvageable-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:concept-fetch", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:concept-task", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:queue-a-task", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:concept-fetch-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:queue-a-task-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:concept-task-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:concept-document-salvageable-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:concept-document-navigation-id", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:webdriver-bidi-navigation-aborted", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:concept-document-bc", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:webdriver-bidi-navigation-status", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:navigation-status-id", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:concept-document-navigation-id-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:navigation-status-status", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:navigation-status-canceled", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:navigation-status-url", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:the-document's-address", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:concept-document-navigation-id-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:active-parser", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:active-parser-was-aborted", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:abort-a-parser", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:concept-document-salvageable-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#stop-document-loading", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-stop", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:navigable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:nav-document-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:unload-counter", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:ongoing-navigation", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:navigation-id", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:ongoing-navigation-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:ongoing-navigation-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:abort-a-document-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:ongoing-navigation-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#aborting-a-document-load:dom-window-stop", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:x-frame-options", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#x-frame-options", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:child-navigable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:frame-ancestors-directive", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:frame-ancestors-directive-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:x-frame-options-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:concept-response", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:x-frame-options-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:header-abnf", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#check-a-navigation-response's-adherence-to-x-frame-options", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:concept-response-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:navigable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:concept-csp-list", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:concept-origin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:child-navigable-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:list-iterate", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:csp-disposition", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:continue", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:csp-directive-set", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:list-contains", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:frame-ancestors-directive-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:concept-header-list-get-decode-split", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:x-frame-options-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:concept-response-header-list", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:set", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:list-iterate-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:set-append", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:converted-to-ascii-lowercase", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:list-size", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:list-contains-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:x-frame-options-5", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:list-size-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:nav-container-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:while", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:concept-document-origin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:same-origin", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:doc-container-document", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:x-frame-options-6", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-x-frame-options-header:x-frame-options-7", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-refresh-header", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-refresh-header:refresh", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#refresh", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-refresh-header:the-meta-element", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-refresh-header:attr-meta-http-equiv", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-refresh-header:attr-meta-http-equiv-refresh", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-refresh-header:initialise-the-document-object", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#history-notes", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:navigate", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:reload", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:nav-stop", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:top-level-traversable-set", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:traverse-the-history-by-a-delta", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:top-level-traversable-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:top-level-traversable-set-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:dom-history-pushstate", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:navigate-fragid", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:create-a-fresh-top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:url", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:close-a-top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:top-level-traversable-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:top-level-traversable-set-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:navigable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:top-level-traversable-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:navigate-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:reload-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:nav-stop-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:destroy-a-top-level-traversable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:top-level-traversable-5", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:reload-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:navigable-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:nav-active-history-entry", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:she-document-state", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:document-state-resource", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:post-resource", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:reload-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:navigable-3", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:top-level-traversable-6", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:tn-session-history-entries", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:traverse-the-history-by-a-delta-2", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:navigable-4", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:traversable-navigable", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:navigable-5", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:is-popup", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:top-level-traversable-7", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui:set-up-browsing-context-features", "https://html.spec.whatwg.org/multipage/webappapis.html#head", "https://html.spec.whatwg.org/multipage/webappapis.html#living-standard", "https://html.spec.whatwg.org/multipage/webappapis.html#toc-webappapis", @@ -38713,7 +39615,7 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#scripting", "https://html.spec.whatwg.org/multipage/webappapis.html#introduction-11", "https://html.spec.whatwg.org/multipage/webappapis.html#introduction-11:the-script-element", - "https://html.spec.whatwg.org/multipage/webappapis.html#introduction-11:javascript-protocol", + "https://html.spec.whatwg.org/multipage/webappapis.html#introduction-11:the-javascript:-url-special-case", "https://html.spec.whatwg.org/multipage/webappapis.html#introduction-11:event-handler-content-attributes", "https://html.spec.whatwg.org/multipage/webappapis.html#introduction-11:event-handler-idl-attributes", "https://html.spec.whatwg.org/multipage/webappapis.html#agents-and-agent-clusters", @@ -38845,9 +39747,6 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#integration-with-the-javascript-agent-cluster-formalism:the-iframe-element-2", "https://html.spec.whatwg.org/multipage/webappapis.html#integration-with-the-javascript-agent-cluster-formalism:same-origin-domain-3", "https://html.spec.whatwg.org/multipage/webappapis.html#integration-with-the-javascript-agent-cluster-formalism:window-11", - "https://html.spec.whatwg.org/multipage/webappapis.html#integration-with-the-javascript-agent-cluster-formalism:browsing-context", - "https://html.spec.whatwg.org/multipage/webappapis.html#integration-with-the-javascript-agent-cluster-formalism:opener-browsing-context", - "https://html.spec.whatwg.org/multipage/webappapis.html#integration-with-the-javascript-agent-cluster-formalism:ancestor-browsing-context", "https://html.spec.whatwg.org/multipage/webappapis.html#integration-with-the-javascript-agent-cluster-formalism:window-12", "https://html.spec.whatwg.org/multipage/webappapis.html#integration-with-the-javascript-agent-cluster-formalism:same-origin", "https://html.spec.whatwg.org/multipage/webappapis.html#realms-and-their-counterparts", @@ -39165,7 +40064,7 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#incumbent:backup-incumbent-settings-object-stack-9", "https://html.spec.whatwg.org/multipage/webappapis.html#incumbent:environment-settings-object-8", "https://html.spec.whatwg.org/multipage/webappapis.html#incumbent:the-iframe-element", - "https://html.spec.whatwg.org/multipage/webappapis.html#incumbent:source-browsing-context", + "https://html.spec.whatwg.org/multipage/webappapis.html#incumbent:document", "https://html.spec.whatwg.org/multipage/webappapis.html#incumbent:concept-request-client", "https://html.spec.whatwg.org/multipage/webappapis.html#incumbent:concept-current-everything", "https://html.spec.whatwg.org/multipage/webappapis.html#incumbent:concept-relevant-everything", @@ -39358,18 +40257,12 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:struct-item-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-integrity-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts-perform-fetch", - "https://html.spec.whatwg.org/multipage/webappapis.html#asynchronous-perform-the-fetch-hook", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-is-top-level", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts-processcustomfetchresponse", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-processcustomfetchresponse", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:network-error", - "https://html.spec.whatwg.org/multipage/webappapis.html#synchronous-perform-the-fetch-hook", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-3", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-is-top-level-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:network-error-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:byte-sequence", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts-is-top-level", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:classic-script-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-module-script-tree", @@ -39377,30 +40270,29 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-an-import()-module-script-graph", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-4", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-5", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-3", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-6", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-3", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:network-error", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-4", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:network-error-3", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-classic-script", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:classic-script-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:create-a-potential-cors-request", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-client", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-initiator-type", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:set-up-the-classic-script-request", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:processresponseconsumebody", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-6", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-5", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:byte-sequence-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:cors-same-origin", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:cors-cross-origin", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:finalize-and-report-timing", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-settings-object-global", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:unsafe-response", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-type", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-status", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:ok-status", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:extract-a-mime-type", @@ -39408,29 +40300,27 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:legacy-extract-an-encoding", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:mime-type-essence", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:decode", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-body", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:decode-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:cors-cross-origin-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:creating-a-classic-script", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-url", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-classic-worker-script", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:asynchronous-perform-the-fetch-hook", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:classic-script-6", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-7", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-6", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-url", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-client-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-destination", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-initiator-type-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-mode", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-credentials-mode-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-parser-metadata-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:use-url-credentials-flag", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:processresponseconsumebody-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-7", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:finalize-and-report-timing-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-settings-object-global-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-6", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:byte-sequence-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:unsafe-response-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-type-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-status-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:ok-status-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-url-2", @@ -39441,25 +40331,25 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:javascript-mime-type", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-scheme", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:utf-8-decode", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-body-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:creating-a-classic-script-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-url-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:default-classic-script-fetch-options", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-classic-worker-imported-script", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:synchronous-perform-the-fetch-hook", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:classic-script-7", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-8", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-7", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-url-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-client-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-destination-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-initiator-type-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-parser-metadata-5", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:synchronous-flag", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:use-url-credentials-flag-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch-6", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:finalize-and-report-timing-3", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-settings-object-global-3", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:processresponseconsumebody-3", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-7", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:byte-sequence-4", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:pause", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:unsafe-response-3", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-type-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-status-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:ok-status-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:extract-a-mime-type-3", @@ -39468,7 +40358,6 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:networkerror", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:domexception", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:utf-8-decode-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-body-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:cors-cross-origin-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:creating-a-classic-script-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-url-4", @@ -39505,7 +40394,7 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-worklet/module-worker-script-graph", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-worklet-script-graph", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-worklet/module-worker-script-graph-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:asynchronous-perform-the-fetch-hook-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-processcustomfetchresponse-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-url-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:in-parallel", @@ -39514,8 +40403,9 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:map-exists", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:map-set", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch-7", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:processresponseconsumebody-3", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:processresponseconsumebody-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-8", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:byte-sequence-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-module-script-tree-3", "https://html.spec.whatwg.org/multipage/webappapis.html#module-script-fetching-diagram", "https://html.spec.whatwg.org/multipage/webappapis.html#module-script-fetching-diagram-arrow", @@ -39530,7 +40420,7 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-a-module-script", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:internal-module-script-graph-fetching-procedure", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-worklet/module-worker-script-graph", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:asynchronous-perform-the-fetch-hook-3", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-6", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-9", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:script-fetch-options-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-nonce-4", @@ -39541,7 +40431,7 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-single-module-script-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-and-link-a-module-script-6", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-the-descendants-of-and-link-a-module-script", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:asynchronous-perform-the-fetch-hook-4", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-7", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-10", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-a-module-script-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:finding-the-first-parse-error", @@ -39551,7 +40441,7 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-error-to-rethrow", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-error-to-rethrow-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-the-descendants-of-a-module-script", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:asynchronous-perform-the-fetch-hook-5", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-8", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-11", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-record-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-record-3", @@ -39576,7 +40466,7 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:assert-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:internal-module-script-graph-fetching-procedure-3", "https://html.spec.whatwg.org/multipage/webappapis.html#internal-module-script-graph-fetching-procedure", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:asynchronous-perform-the-fetch-hook-6", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-9", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-12", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:resolve-a-module-specifier-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:assert-5", @@ -39589,8 +40479,8 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-base-url", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-a-module-script-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-single-module-script", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-is-top-level-3", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:asynchronous-perform-the-fetch-hook-7", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-is-top-level-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-10", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-13", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-type-from-module-request-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:assert-7", @@ -39602,26 +40492,24 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:networking-task-source-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:map-exists-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:map-set-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-9", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-8", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-url-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-destination-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-mode-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-referrer", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-client-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-mode-3", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-initiator-type-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:set-up-the-module-script-request", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch-8", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:processresponseconsumebody-4", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:processresponseconsumebody-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-9", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:byte-sequence-6", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:cors-same-origin-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:finalize-and-report-timing-4", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-settings-object-global-4", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-type-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-status-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:ok-status-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:map-set-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:utf-8-decode-3", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-body-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:extract-a-mime-type-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-header-list-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:javascript-mime-type-3", @@ -40634,8 +41522,14 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:set", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:environment-settings-object", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:script-evaluation-environment-settings-object-set", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:concept-settings-object-global", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:window", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:continue", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:window-bc", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:continue-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:window-bc-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:bc-tlbc", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:set-append", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:top-level-browsing-context", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:report-long-tasks", "https://html.spec.whatwg.org/multipage/webappapis.html#update-the-rendering", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:window-event-loop", @@ -40643,71 +41537,67 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:relevant-agent", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:concept-agent-event-loop", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:concept-document-bc", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:bc-container-document", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:child-browsing-context", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:bc-container-document-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-3", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:doc-container-document", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:doc-container-document-2", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:shadow-including-tree-order", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:browsing-context-container", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:navigable-container", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:node-tree", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-3", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-4", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-5", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:concept-document-bc-3", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:node-navigable", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:rendering-opportunity", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:browsing-context", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:navigable", "https://html.spec.whatwg.org/multipage/webappapis.html#rendering-opportunity", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:browsing-context-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:browsing-context-3", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:navigable-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:navigable-3", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:rendering-opportunity-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:active-document", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:nav-document", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:render-blocked", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:rendering-opportunity-3", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:visibility-state", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:browsing-context-4", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:browsing-context-5", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:browsing-context-6", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:navigable-4", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:navigable-5", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:navigable-6", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:event-loop-5", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:last-render-opportunity-time", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-5", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-6", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:node-navigable-2", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-7", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:concept-document-bc-4", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-8", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:list-of-animation-frame-callbacks", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-9", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-8", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:rendering-opportunity-4", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:concept-task-4", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:perform-a-microtask-checkpoint-2", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:run-the-animation-frame-callbacks", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:fully-active", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-10", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-9", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:flush-autofocus-candidates", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-11", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:concept-document-bc-5", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:top-level-browsing-context-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-10", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:node-navigable-3", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:top-level-traversable", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:fully-active-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-12", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-11", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:run-the-resize-steps", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-13", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-12", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:fully-active-3", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-14", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-13", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:run-the-scroll-steps", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-15", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-14", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:fully-active-4", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-16", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-15", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:evaluate-media-queries-and-report-changes", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-17", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-16", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:fully-active-5", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-18", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-17", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:update-animations-and-send-events", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-19", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-18", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:fully-active-6", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-20", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-19", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:run-the-fullscreen-steps", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-21", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-20", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:fully-active-7", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-22", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-21", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:canvasrenderingcontext2d", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:offscreencanvasrenderingcontext2d", "https://html.spec.whatwg.org/multipage/webappapis.html#context-lost-steps", @@ -40723,11 +41613,11 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:concept-event-fire-2", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:event-contextrestored", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:fully-active-8", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-23", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-22", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:run-the-animation-frame-callbacks-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-24", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-23", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:fully-active-9", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-25", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-24", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:gather-active-resize-observations-at-depth", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:has-active-resize-observations", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:broadcast-active-resize-observations", @@ -40735,15 +41625,15 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:has-skipped-resize-observations", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:deliver-resize-loop-error", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:fully-active-10", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-26", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-25", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:run-the-update-intersection-observations-steps", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-27", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-26", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:mark-paint-timing", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-28", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-27", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:fully-active-11", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-28", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-29", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-30", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:concept-document-bc-6", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:node-navigable-4", "https://html.spec.whatwg.org/multipage/webappapis.html#idle-deadline-computation", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:window-event-loop-2", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:concept-task-5", @@ -40869,8 +41759,8 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:javascript-execution-context-stack-9", "https://html.spec.whatwg.org/multipage/webappapis.html#pause", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:concept-task-7", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-31", - "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:browsing-context-7", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:document-30", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:navigable-7", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:concept-task-8", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:event-loop-26", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:concept-task-9", @@ -40898,8 +41788,10 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#networking-task-source", "https://html.spec.whatwg.org/multipage/webappapis.html#generic-task-sources:task-source-4", "https://html.spec.whatwg.org/multipage/webappapis.html#history-traversal-task-source", + "https://html.spec.whatwg.org/multipage/webappapis.html#navigation-and-traversal-task-source", "https://html.spec.whatwg.org/multipage/webappapis.html#generic-task-sources:task-source-5", - "https://html.spec.whatwg.org/multipage/webappapis.html#generic-task-sources:dom-history-back", + "https://html.spec.whatwg.org/multipage/webappapis.html#generic-task-sources:navigate", + "https://html.spec.whatwg.org/multipage/webappapis.html#generic-task-sources:apply-the-history-step", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-for-spec-authors", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-for-spec-authors:event-loop", "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-for-spec-authors:event-loop-2", @@ -41436,6 +42328,8 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#event-handlers-on-elements,-document-objects,-and-window-objects:event-resize", "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onscroll", "https://html.spec.whatwg.org/multipage/webappapis.html#event-handlers-on-elements,-document-objects,-and-window-objects:event-scroll", + "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onscrollend", + "https://html.spec.whatwg.org/multipage/webappapis.html#event-handlers-on-elements,-document-objects,-and-window-objects:event-scrollend", "https://html.spec.whatwg.org/multipage/webappapis.html#event-handlers-on-elements,-document-objects,-and-window-objects:set", "https://html.spec.whatwg.org/multipage/webappapis.html#event-handlers-on-elements,-document-objects,-and-window-objects:event-handler-name", "https://html.spec.whatwg.org/multipage/webappapis.html#event-handlers-on-elements,-document-objects,-and-window-objects:event-handlers-5", @@ -41627,78 +42521,80 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-52", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onscroll", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-53", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onsecuritypolicyviolation", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onscrollend", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-54", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onseeked", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onsecuritypolicyviolation", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-55", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onseeking", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onseeked", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-56", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onselect", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onseeking", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-57", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onslotchange", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onselect", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-58", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onstalled", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onslotchange", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-59", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onsubmit", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onstalled", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-60", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onsuspend", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onsubmit", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-61", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-ontimeupdate", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onsuspend", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-62", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-ontoggle", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-ontimeupdate", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-63", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onvolumechange", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-ontoggle", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-64", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onwaiting", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onvolumechange", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-65", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onwebkitanimationend", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onwaiting", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-66", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onwebkitanimationiteration", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onwebkitanimationend", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-67", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onwebkitanimationstart", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onwebkitanimationiteration", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-68", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onwebkittransitionend", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onwebkitanimationstart", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-69", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onwebkittransitionend", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-70", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onwheel", "https://html.spec.whatwg.org/multipage/webappapis.html#windoweventhandlers", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-70", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onafterprint", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-71", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onafterprint", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-72", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onbeforeprint", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:onbeforeunloadeventhandler", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onbeforeunload", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-72", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onhashchange", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-73", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onlanguagechange", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onhashchange", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-74", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onmessage", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onlanguagechange", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-75", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onmessageerror", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onmessage", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-76", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onoffline", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onmessageerror", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-77", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-ononline", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onoffline", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-78", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onpagehide", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-ononline", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-79", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onpageshow", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onpagehide", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-80", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onpopstate", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onpageshow", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-81", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onrejectionhandled", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onpopstate", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-82", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onstorage", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onrejectionhandled", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-83", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onunhandledrejection", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onstorage", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-84", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onunhandledrejection", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-85", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-window-onunload", "https://html.spec.whatwg.org/multipage/webappapis.html#documentandelementeventhandlers", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-85", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-oncopy", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-86", - "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-oncut", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-oncopy", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-87", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-oncut", + "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:eventhandler-88", "https://html.spec.whatwg.org/multipage/webappapis.html#idl-definitions:handler-onpaste", "https://html.spec.whatwg.org/multipage/webappapis.html#event-firing", "https://html.spec.whatwg.org/multipage/webappapis.html#event-firing:dom-click", @@ -41859,15 +42755,12 @@ "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:active-parser-was-aborted", "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:dom-document-open-4", "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:navigate", - "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:concept-document-bc", - "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:navigate-2", - "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:stop-document-loading", - "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:navigate-3", - "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:navigate-4", - "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:navigate-5", - "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:navigate-6", - "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:navigate-7", + "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:node-navigable", + "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:node-navigable-2", + "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:ongoing-navigation", + "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:navigation-id", + "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:nav-stop", + "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:node-navigable-3", "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:shadow-including-inclusive-descendant", "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:erase-all-event-listeners-and-handlers", "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:concept-document-window-2", @@ -41906,7 +42799,7 @@ "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:typeerror", "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-document-open-window", "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:this-2", - "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:active-document", + "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:fully-active-2", "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:invalidaccesserror", "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:domexception-6", "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#opening-the-input-stream:window-open-steps", @@ -42278,14 +43171,14 @@ "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing:concept-event-fire", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing:event-beforeprint-2", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing:concept-relevant-global", - "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing:child-browsing-context", + "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing:child-navigable", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing:event-beforeprint-3", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing:obtain-a-physical-form-2", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing:pause", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing:concept-event-fire-2", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing:event-afterprint-2", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing:concept-relevant-global-2", - "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing:child-browsing-context-2", + "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing:child-navigable-2", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing:event-afterprint-3", "https://html.spec.whatwg.org/multipage/system-state.html#head", "https://html.spec.whatwg.org/multipage/system-state.html#living-standard", @@ -42471,7 +43364,7 @@ "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:component-percent-encode-set", "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:url-parser", "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:navigate", - "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:browsing-context", + "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:navigable", "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:navigate-2", "https://html.spec.whatwg.org/multipage/system-state.html#dom-navigator-unregisterprotocolhandler", "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:normalize-protocol-handler-parameters-2", @@ -43198,17 +44091,15 @@ "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:text/event-stream", "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:concept-request-header-list", "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:concept-request-cache-mode", + "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:concept-request-initiator-type", "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:concept-event-stream-request", "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:concept-response", - "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:finalize-and-report-timing", - "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:concept-settings-object-global", - "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:concept-response-2", "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:network-error", "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:reestablish-the-connection", "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:concept-fetch-2", "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:processresponseendofbody", - "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:process-response", - "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:concept-response-3", + "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:processresponse", + "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:concept-response-2", "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:aborted-network-error", "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:fail-the-connection", "https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface:network-error-2", @@ -43875,7 +44766,7 @@ "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-introduction", "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-introduction:event-handler-idl-attributes", "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-introduction:the-iframe-element", - "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-introduction:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-introduction:top-level-traversable", "https://html.spec.whatwg.org/multipage/workers.html#shared-state-using-a-shared-worker", "https://html.spec.whatwg.org/multipage/workers.html#shared-state-using-a-shared-worker:handler-sharedworkerglobalscope-onconnect", "https://html.spec.whatwg.org/multipage/workers.html#delegation", @@ -44113,7 +45004,7 @@ "https://html.spec.whatwg.org/multipage/workers.html#worker-event-loop:concept-task-2", "https://html.spec.whatwg.org/multipage/workers.html#worker-event-loop:dom-workerglobalscope-closing-2", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime", - "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:browsing-context", + "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:window", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:channel-messaging", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:messageport", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:workerglobalscope", @@ -44128,8 +45019,8 @@ "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:concept-settings-object-global-2", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:workerglobalscope-2", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:concept-settings-object-global-3", - "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:window", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:window-2", + "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:window-3", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:concept-document-window", "https://html.spec.whatwg.org/multipage/workers.html#permissible-worker", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:workerglobalscope-3", @@ -44140,12 +45031,12 @@ "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:implementation-defined", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:workerglobalscope-4", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:sharedworkerglobalscope", - "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:browsing-context-2", - "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:document", + "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:navigable", + "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:nav-document", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:completely-loaded", "https://html.spec.whatwg.org/multipage/workers.html#active-needed-worker", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:concept-WorkerGlobalScope-owner-set-3", - "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:document-2", + "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:document", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:fully-active", "https://html.spec.whatwg.org/multipage/workers.html#the-worker's-lifetime:active-needed-worker", "https://html.spec.whatwg.org/multipage/workers.html#protected-worker", @@ -44187,15 +45078,16 @@ "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-sharedworkerglobalscope-credentials", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:fetch-a-classic-worker-script", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:fetch-a-module-worker-script-tree", - "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:asynchronous-perform-the-fetch-hook", + "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:fetching-scripts-perform-fetch", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:fetching-scripts-is-top-level", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:fetching-scripts-processcustomfetchresponse", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-fetch", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:processresponseconsumebody", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-request-reserved-client", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-fetch-2", - "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:process-response", + "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:processresponseconsumebody-2", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-response", + "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:byte-sequence", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-workerglobalscope-url", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-response-url", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:initialize-worker-policy-container", @@ -44502,7 +45394,7 @@ "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-and-the-sharedworker-interface:same-origin-2", "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-and-the-sharedworker-interface:concept-script", "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-and-the-sharedworker-interface:settings-object", - "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-and-the-sharedworker-interface:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-and-the-sharedworker-interface:top-level-traversable", "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-and-the-sharedworker-interface:concept-workerglobalscope-type", "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-and-the-sharedworker-interface:concept-sharedworkerglobalscope-credentials", "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-and-the-sharedworker-interface:queue-a-task", @@ -44548,7 +45440,7 @@ "https://html.spec.whatwg.org/multipage/workers.html#importing-scripts-and-libraries:workerglobalscope", "https://html.spec.whatwg.org/multipage/workers.html#importing-scripts-and-libraries:list", "https://html.spec.whatwg.org/multipage/workers.html#importing-scripts-and-libraries:scalar-value-string", - "https://html.spec.whatwg.org/multipage/workers.html#importing-scripts-and-libraries:synchronous-perform-the-fetch-hook", + "https://html.spec.whatwg.org/multipage/workers.html#importing-scripts-and-libraries:fetching-scripts-perform-fetch", "https://html.spec.whatwg.org/multipage/workers.html#importing-scripts-and-libraries:concept-workerglobalscope-type", "https://html.spec.whatwg.org/multipage/workers.html#importing-scripts-and-libraries:typeerror", "https://html.spec.whatwg.org/multipage/workers.html#importing-scripts-and-libraries:current-settings-object", @@ -44562,7 +45454,7 @@ "https://html.spec.whatwg.org/multipage/workers.html#importing-scripts-and-libraries:terminate-a-worker", "https://html.spec.whatwg.org/multipage/workers.html#importing-scripts-and-libraries:abort-a-running-script-2", "https://html.spec.whatwg.org/multipage/workers.html#importing-scripts-and-libraries:concept-script", - "https://html.spec.whatwg.org/multipage/workers.html#importing-scripts-and-libraries:synchronous-perform-the-fetch-hook-2", + "https://html.spec.whatwg.org/multipage/workers.html#importing-scripts-and-libraries:fetching-scripts-perform-fetch-2", "https://html.spec.whatwg.org/multipage/workers.html#the-workernavigator-object", "https://html.spec.whatwg.org/multipage/workers.html#workernavigator-dev", "https://html.spec.whatwg.org/multipage/workers.html#dom-worker-navigator", @@ -44874,7 +45766,9 @@ "https://html.spec.whatwg.org/multipage/worklets.html#concept-worklet-module-responses-map", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-worklet:ordered-map", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-worklet:url-2", + "https://html.spec.whatwg.org/multipage/worklets.html#worklets-worklet:tuple", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-worklet:concept-response", + "https://html.spec.whatwg.org/multipage/worklets.html#worklets-worklet:byte-sequence", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-worklet:concept-worklet-added-modules-list", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-worklet:concept-worklet-module-responses-map", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-worklet:workletglobalscope-4", @@ -44953,7 +45847,7 @@ "https://html.spec.whatwg.org/multipage/worklets.html#worklets-lifetime:workletglobalscope-2", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-lifetime:document-2", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-lifetime:concept-document-worklet-global-scopes", - "https://html.spec.whatwg.org/multipage/worklets.html#worklets-lifetime:discard-a-document", + "https://html.spec.whatwg.org/multipage/worklets.html#worklets-lifetime:destroy-a-document", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-lifetime:document-3", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-lifetime:terminate-a-worklet-global-scope", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-lifetime:workletglobalscope-3", @@ -45024,9 +45918,11 @@ "https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:concept-origin-2", "https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:concept-storage-type-3", "https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:relevant-settings-object-3", - "https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:environment-browsing-session", - "https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:relevant-settings-object-4", - "https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:environment-browsing-session-2", + "https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:concept-document-window-2", + "https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:node-navigable", + "https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:nav-traversable", + "https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:node-navigable-2", + "https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:nav-traversable-2", "https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:list-iterate", "https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:queue-a-global-task", "https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:dom-manipulation-task-source", @@ -45205,10 +46101,10 @@ "https://html.spec.whatwg.org/multipage/webstorage.html#privacy", "https://html.spec.whatwg.org/multipage/webstorage.html#user-tracking", "https://html.spec.whatwg.org/multipage/webstorage.html#user-tracking:dom-localstorage", - "https://html.spec.whatwg.org/multipage/webstorage.html#user-tracking:active-document", - "https://html.spec.whatwg.org/multipage/webstorage.html#user-tracking:top-level-browsing-context", + "https://html.spec.whatwg.org/multipage/webstorage.html#user-tracking:nav-document", + "https://html.spec.whatwg.org/multipage/webstorage.html#user-tracking:top-level-traversable", "https://html.spec.whatwg.org/multipage/webstorage.html#user-tracking:the-iframe-element", - "https://html.spec.whatwg.org/multipage/webstorage.html#user-tracking:browsing-context", + "https://html.spec.whatwg.org/multipage/webstorage.html#user-tracking:navigable", "https://html.spec.whatwg.org/multipage/webstorage.html#user-tracking:concept-origin", "https://html.spec.whatwg.org/multipage/webstorage.html#sensitivity-of-data", "https://html.spec.whatwg.org/multipage/webstorage.html#security-storage", @@ -45909,10 +46805,8 @@ "https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding:concept-encoding-confidence-6", "https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding:html-parser", "https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding:document", - "https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding:concept-document-bc", - "https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding:child-browsing-context", - "https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding:bc-container-document", + "https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding:doc-container-document", + "https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding:doc-container-document-2", "https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding:concept-document-origin", "https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding:same-origin", "https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding:concept-document-origin-2", @@ -46029,7 +46923,6 @@ "https://html.spec.whatwg.org/multipage/parsing.html#changing-the-encoding-while-parsing:navigate", "https://html.spec.whatwg.org/multipage/parsing.html#changing-the-encoding-while-parsing:navigation-hh", "https://html.spec.whatwg.org/multipage/parsing.html#changing-the-encoding-while-parsing:hh-replace", - "https://html.spec.whatwg.org/multipage/parsing.html#changing-the-encoding-while-parsing:source-browsing-context", "https://html.spec.whatwg.org/multipage/parsing.html#changing-the-encoding-while-parsing:encoding-sniffing-algorithm-3", "https://html.spec.whatwg.org/multipage/parsing.html#changing-the-encoding-while-parsing:concept-encoding-confidence-4", "https://html.spec.whatwg.org/multipage/parsing.html#changing-the-encoding-while-parsing:concept-encoding-confidence-5", @@ -48474,9 +49367,10 @@ "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-incdata:ready-to-be-parser-executed-2", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-incdata:abort-a-parser", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-incdata:spin-the-event-loop-2", - "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-incdata:browsing-context", - "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-incdata:dom-document-open", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-incdata:document-3", + "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-incdata:destroy-a-document", + "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-incdata:dom-document-open", + "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-incdata:document-4", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-incdata:stop-the-speculative-html-parser", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-incdata:tokenization-3", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-incdata:html-parser-2", @@ -52342,10 +53236,10 @@ "https://html.spec.whatwg.org/multipage/rendering.html#the-page:attr-iframe-marginwidth-2", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:the-body-element-15", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:node-document", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:concept-document-bc", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:child-browsing-context", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:bc-container", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:browsing-context", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:node-navigable", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:child-navigable", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:nav-container", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:navigable", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:frame", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:the-iframe-element", "https://html.spec.whatwg.org/multipage/rendering.html#container-frame-element", @@ -52356,26 +53250,26 @@ "https://html.spec.whatwg.org/multipage/rendering.html#the-page:concept-origin", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:the-iframe-element-3", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:document", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:concept-document-bc-2", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:child-browsing-context-2", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:node-navigable-2", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:child-navigable-2", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:content-box", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:bc-container-2", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:browsing-context-2", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:bc-container-3", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:nav-container-2", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:navigable-2", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:nav-container-3", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:being-rendered", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:browsing-context-3", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:navigable-3", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:viewport", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:document-2", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:concept-document-bc-3", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:child-browsing-context-3", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:bc-container-4", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:browsing-context-4", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:node-navigable-3", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:child-navigable-3", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:nav-container-4", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:navigable-4", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:frame-3", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:the-iframe-element-4", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:ascii-case-insensitive", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:viewport-2", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:document-3", - "https://html.spec.whatwg.org/multipage/rendering.html#the-page:concept-document-bc-4", + "https://html.spec.whatwg.org/multipage/rendering.html#the-page:node-navigable-4", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:'overflow'", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:viewport-3", "https://html.spec.whatwg.org/multipage/rendering.html#the-page:the-body-element-17", @@ -52927,7 +53821,7 @@ "https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules:the-canvas-element-2", "https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules:the-object-element", "https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules:represents-2", - "https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules:nested-browsing-context", + "https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules:nested-navigable", "https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules:replaced-element-3", "https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules:the-object-element-2", "https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules:the-audio-element", @@ -53555,7 +54449,7 @@ "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:frameset-7", "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:frameset-8", "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:frame-2", - "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:nested-browsing-context", + "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:nested-navigable", "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:frameset-9", "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:has-a-border", "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:frame-border-colour", @@ -53579,14 +54473,14 @@ "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:frame-6", "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:frameset-16", "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:transparent-black", - "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:nested-browsing-context-2", - "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:nested-browsing-context-3", + "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:nested-navigable-2", + "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:nested-navigable-3", "https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets:viewport-2", "https://html.spec.whatwg.org/multipage/rendering.html#interactive-media", "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation", "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:hyperlink", "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:form-submission-2", - "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:browsing-context", + "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:navigable", "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:navigate", "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:hyperlink-2", "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:the-form-element", @@ -53594,7 +54488,7 @@ "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:hyperlink-3", "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:hyperlink-auditing", "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:navigate-3", - "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:browsing-context-2", + "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:navigable-2", "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:parse-a-url", "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:the-q-element", "https://html.spec.whatwg.org/multipage/rendering.html#links,-forms,-and-navigation:the-blockquote-element", @@ -54329,7 +55223,7 @@ "https://html.spec.whatwg.org/multipage/obsolete.html#frames:event-handlers-3", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:html-elements", "https://html.spec.whatwg.org/multipage/obsolete.html#frame", - "https://html.spec.whatwg.org/multipage/obsolete.html#frames:nested-browsing-context", + "https://html.spec.whatwg.org/multipage/obsolete.html#frames:nested-navigable", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:the-iframe-element", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:frameset-5", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:frame", @@ -54338,20 +55232,22 @@ "https://html.spec.whatwg.org/multipage/obsolete.html#frames:frame-2", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:active-frame-element", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:active-frame-element-2", - "https://html.spec.whatwg.org/multipage/obsolete.html#frames:creating-a-new-nested-browsing-context", + "https://html.spec.whatwg.org/multipage/obsolete.html#frames:create-a-new-nested-navigable", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:process-the-frame-attributes", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:process-frame-initial-insertion", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:frame-3", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:active-frame-element-3", - "https://html.spec.whatwg.org/multipage/obsolete.html#frames:a-browsing-context-is-discarded", - "https://html.spec.whatwg.org/multipage/obsolete.html#frames:nested-browsing-context-2", - "https://html.spec.whatwg.org/multipage/obsolete.html#frames:nested-browsing-context-3", + "https://html.spec.whatwg.org/multipage/obsolete.html#frames:destroy-the-nested-navigable", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:frame-4", - "https://html.spec.whatwg.org/multipage/obsolete.html#frames:nested-browsing-context-4", + "https://html.spec.whatwg.org/multipage/obsolete.html#frames:nested-navigable-2", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:process-the-frame-attributes-2", "https://html.spec.whatwg.org/multipage/obsolete.html#process-the-frame-attributes", "https://html.spec.whatwg.org/multipage/obsolete.html#process-frame-initial-insertion", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:shared-attribute-processing-steps-for-iframe-and-frame-elements", + "https://html.spec.whatwg.org/multipage/obsolete.html#frames:matches-about:blank", + "https://html.spec.whatwg.org/multipage/obsolete.html#frames:concept-event-fire", + "https://html.spec.whatwg.org/multipage/obsolete.html#frames:event-load", + "https://html.spec.whatwg.org/multipage/obsolete.html#frames:navigate-an-iframe-or-frame", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:frame-5", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:potentially-delays-the-load-event", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:frame-6", @@ -54398,20 +55294,18 @@ "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-noresize", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:frame-11", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:reflect-5", - "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-contentdocument", - "https://html.spec.whatwg.org/multipage/obsolete.html#frames:frame-12", - "https://html.spec.whatwg.org/multipage/obsolete.html#frames:concept-bcc-content-document", - "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-contentwindow", - "https://html.spec.whatwg.org/multipage/obsolete.html#frames:windowproxy-2", - "https://html.spec.whatwg.org/multipage/obsolete.html#frames:frame-13", - "https://html.spec.whatwg.org/multipage/obsolete.html#frames:nested-browsing-context-5", - "https://html.spec.whatwg.org/multipage/obsolete.html#frames:nested-browsing-context-6", "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-marginheight", - "https://html.spec.whatwg.org/multipage/obsolete.html#frames:frame-14", + "https://html.spec.whatwg.org/multipage/obsolete.html#frames:frame-12", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:reflect-6", "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-marginwidth", - "https://html.spec.whatwg.org/multipage/obsolete.html#frames:frame-15", + "https://html.spec.whatwg.org/multipage/obsolete.html#frames:frame-13", "https://html.spec.whatwg.org/multipage/obsolete.html#frames:reflect-7", + "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-contentdocument", + "https://html.spec.whatwg.org/multipage/obsolete.html#frames:this", + "https://html.spec.whatwg.org/multipage/obsolete.html#frames:concept-bcc-content-document", + "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-contentwindow", + "https://html.spec.whatwg.org/multipage/obsolete.html#frames:this-2", + "https://html.spec.whatwg.org/multipage/obsolete.html#frames:content-window", "https://html.spec.whatwg.org/multipage/obsolete.html#other-elements,-attributes-and-apis", "https://html.spec.whatwg.org/multipage/obsolete.html#other-elements,-attributes-and-apis:acronym", "https://html.spec.whatwg.org/multipage/obsolete.html#other-elements,-attributes-and-apis:the-abbr-element", @@ -55113,6 +56007,7 @@ "https://html.spec.whatwg.org/multipage/iana.html#text/html:concept-url-fragment", "https://html.spec.whatwg.org/multipage/iana.html#text/html:text/html-2", "https://html.spec.whatwg.org/multipage/iana.html#text/html:the-indicated-part-of-the-document", + "https://html.spec.whatwg.org/multipage/iana.html#text/html:document", "https://html.spec.whatwg.org/multipage/iana.html#multipart/x-mixed-replace", "https://html.spec.whatwg.org/multipage/iana.html#multipart/x-mixed-replace", "https://html.spec.whatwg.org/multipage/iana.html#multipart/x-mixed-replace:multipart/x-mixed-replace", @@ -55262,7 +56157,7 @@ "https://html.spec.whatwg.org/multipage/indices.html#elements-3:global-attributes-8", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:htmlelement-5", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:the-base-element", - "https://html.spec.whatwg.org/multipage/indices.html#elements-3:browsing-context", + "https://html.spec.whatwg.org/multipage/indices.html#elements-3:navigable", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:attr-hyperlink-target-3", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:attr-fs-target", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:metadata-content-2", @@ -55609,7 +56504,7 @@ "https://html.spec.whatwg.org/multipage/indices.html#elements-3:global-attributes-45", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:htmlelement-19", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:the-iframe-element", - "https://html.spec.whatwg.org/multipage/indices.html#elements-3:nested-browsing-context", + "https://html.spec.whatwg.org/multipage/indices.html#elements-3:nested-navigable", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:flow-content-2-69", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:phrasing-content-2-52", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:embedded-content-category-4", @@ -55848,7 +56743,7 @@ "https://html.spec.whatwg.org/multipage/indices.html#elements-3:global-attributes-62", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:htmlelement-24", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:the-object-element", - "https://html.spec.whatwg.org/multipage/indices.html#elements-3:nested-browsing-context-2", + "https://html.spec.whatwg.org/multipage/indices.html#elements-3:nested-navigable-2", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:plugin-2", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:flow-content-2-91", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:phrasing-content-2-83", @@ -56860,9 +57755,9 @@ "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:boolean-attribute-12", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-fs-formtarget", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-fs-formtarget-2", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:browsing-context", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:navigable", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:form-submission-2-9", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:valid-browsing-context-name-or-keyword", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:valid-navigable-target-name-or-keyword", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-tdth-headers", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-tdth-headers-2", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:unordered-set-of-unique-space-separated-tokens-3", @@ -57015,8 +57910,8 @@ "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:dom-document-forms", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-iframe-name", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-object-name", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:nested-browsing-context", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:valid-browsing-context-name-or-keyword-2", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:nested-navigable", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:valid-navigable-target-name-or-keyword-2", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-map-name", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:image-map-2", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:referenced-2", @@ -57166,20 +58061,20 @@ "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:valid-integer-2", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-hyperlink-target", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-hyperlink-target-2", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:browsing-context-2", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:navigable-2", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:hyperlink-5", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:navigate", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:valid-browsing-context-name-or-keyword-3", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:valid-navigable-target-name-or-keyword-3", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-base-target", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:browsing-context-3", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:navigable-3", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:hyperlink-6", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:navigate-2", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:form-submission-2-14", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:valid-browsing-context-name-or-keyword-4", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:valid-navigable-target-name-or-keyword-4", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-fs-target", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:browsing-context-4", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:navigable-4", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:form-submission-2-15", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:valid-browsing-context-name-or-keyword-5", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:valid-navigable-target-name-or-keyword-5", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-title", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-abbr-title", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-dfn-title", @@ -57522,73 +58417,77 @@ "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-onscroll", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-scroll", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-67", + "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-onscrollend", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-onscrollend", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-scrollend", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-68", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-onsecuritypolicyviolation", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-onsecuritypolicyviolation", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-securitypolicyviolation", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-68", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-69", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-onseeked", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-onseeked", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-media-seeked", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-69", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-70", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-onseeking", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-onseeking", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-media-seeking", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-70", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-71", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-onselect", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-onselect", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-select", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-71", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-72", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-onslotchange", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-onslotchange", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-slotchange", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-72", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-73", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-onstalled", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-onstalled", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-media-stalled", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-73", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-74", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-window-onstorage", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-window-onstorage", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-storage", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:window-14", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-74", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-75", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-onsubmit", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-onsubmit", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-submit", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-75", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-76", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-onsuspend", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-onsuspend", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-media-suspend", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-76", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-77", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-ontimeupdate", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-ontimeupdate", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-media-timeupdate", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-77", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-78", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-ontoggle", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-ontoggle", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-toggle", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-78", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-79", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-window-onunhandledrejection", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-window-onunhandledrejection", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-unhandledrejection", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:window-15", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-79", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-80", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-window-onunload", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-window-onunload", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-unload", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:window-16", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-80", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-81", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-onvolumechange", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-onvolumechange", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-media-volumechange", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-81", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-82", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-onwaiting", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-onwaiting", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-media-waiting", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-82", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-83", "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-onwheel", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:handler-onwheel", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-wheel", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-83", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:event-handler-content-attributes-84", "https://html.spec.whatwg.org/multipage/indices.html#element-interfaces", "https://html.spec.whatwg.org/multipage/indices.html#element-interfaces:the-a-element", "https://html.spec.whatwg.org/multipage/indices.html#element-interfaces:htmlanchorelement", @@ -58151,14 +59050,14 @@ "https://html.spec.whatwg.org/multipage/indices.html#events-2:pagetransitionevent", "https://html.spec.whatwg.org/multipage/indices.html#events-2:window-15", "https://html.spec.whatwg.org/multipage/indices.html#events-2:window-16", - "https://html.spec.whatwg.org/multipage/indices.html#events-2:session-history", - "https://html.spec.whatwg.org/multipage/indices.html#events-2:current-entry", + "https://html.spec.whatwg.org/multipage/indices.html#events-2:session-history-entry", + "https://html.spec.whatwg.org/multipage/indices.html#events-2:nav-active-history-entry", "https://html.spec.whatwg.org/multipage/indices.html#event-pageshow", "https://html.spec.whatwg.org/multipage/indices.html#events-2:pagetransitionevent-2", "https://html.spec.whatwg.org/multipage/indices.html#events-2:window-17", "https://html.spec.whatwg.org/multipage/indices.html#events-2:window-18", - "https://html.spec.whatwg.org/multipage/indices.html#events-2:session-history-2", - "https://html.spec.whatwg.org/multipage/indices.html#events-2:current-entry-2", + "https://html.spec.whatwg.org/multipage/indices.html#events-2:session-history-entry-2", + "https://html.spec.whatwg.org/multipage/indices.html#events-2:nav-active-history-entry-2", "https://html.spec.whatwg.org/multipage/indices.html#events-2:event-pointercancel", "https://html.spec.whatwg.org/multipage/indices.html#events-2:pointerevent-2", "https://html.spec.whatwg.org/multipage/indices.html#events-2:text", @@ -58167,7 +59066,7 @@ "https://html.spec.whatwg.org/multipage/indices.html#events-2:popstateevent", "https://html.spec.whatwg.org/multipage/indices.html#events-2:window-19", "https://html.spec.whatwg.org/multipage/indices.html#events-2:window-20", - "https://html.spec.whatwg.org/multipage/indices.html#events-2:session-history-3", + "https://html.spec.whatwg.org/multipage/indices.html#events-2:traverse-the-history-by-a-delta", "https://html.spec.whatwg.org/multipage/indices.html#event-readystatechange", "https://html.spec.whatwg.org/multipage/indices.html#events-2:event-20", "https://html.spec.whatwg.org/multipage/indices.html#events-2:document-3", @@ -58365,7 +59264,6 @@ "https://html.spec.whatwg.org/multipage/references.html#refsMQ", "https://html.spec.whatwg.org/multipage/references.html#refsMULTIPLEBUFFERING", "https://html.spec.whatwg.org/multipage/references.html#refsNAVIGATIONTIMING", - "https://html.spec.whatwg.org/multipage/references.html#refsNAVMODEL", "https://html.spec.whatwg.org/multipage/references.html#refsNPAPI", "https://html.spec.whatwg.org/multipage/references.html#refsOGGSKELETONHEADERS", "https://html.spec.whatwg.org/multipage/references.html#refsOPENSEARCH", @@ -58426,7 +59324,6 @@ "https://html.spec.whatwg.org/multipage/references.html#refsUTF7", "https://html.spec.whatwg.org/multipage/references.html#refsUTF8DET", "https://html.spec.whatwg.org/multipage/references.html#refsUTR36", - "https://html.spec.whatwg.org/multipage/references.html#refsUUID", "https://html.spec.whatwg.org/multipage/references.html#refsWASMJS", "https://html.spec.whatwg.org/multipage/references.html#refsWCAG", "https://html.spec.whatwg.org/multipage/references.html#refsWEBANIMATIONS", diff --git a/tr/ids/navigation-api.json b/tr/ids/navigation-api.json index e246206f07b4..fabcf277c86d 100644 --- a/tr/ids/navigation-api.json +++ b/tr/ids/navigation-api.json @@ -113,9 +113,9 @@ "https://wicg.github.io/navigation-api/#navigation-has-entries-and-events-disabled", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global", "https://wicg.github.io/navigation-api/#ref-for-window-bc", - "https://wicg.github.io/navigation-api/#ref-for-still-on-its-initial-about:blank-document", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-concept-document-window", + "https://wicg.github.io/navigation-api/#ref-for-is-initial-about:blank", "https://wicg.github.io/navigation-api/#ref-for-concept-document-origin", "https://wicg.github.io/navigation-api/#ref-for-concept-origin-opaque", "https://wicg.github.io/navigation-api/#navigation-update-the-entries", @@ -125,12 +125,11 @@ "https://wicg.github.io/navigation-api/#ref-for-assert", "https://wicg.github.io/navigation-api/#ref-for-navigation-entry-list", "https://wicg.github.io/navigation-api/#ref-for-list-is-empty", + "https://wicg.github.io/navigation-api/#ref-for-getting-session-history-entries", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-window-bc%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-session-history", - "https://wicg.github.io/navigation-api/#ref-for-browsing-session", - "https://wicg.github.io/navigation-api/#ref-for-browsing-context-group", - "https://wicg.github.io/navigation-api/#ref-for-cross-origin-opener-policy-2", + "https://wicg.github.io/navigation-api/#ref-for-window-navigable", + "https://wicg.github.io/navigation-api/#ref-for-getting-session-history-entries%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-tn-session-history-traversal-queue", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-state", "https://wicg.github.io/navigation-api/#ref-for-she-url", @@ -140,17 +139,23 @@ "https://wicg.github.io/navigation-api/#ref-for-referrer-policy-origin", "https://wicg.github.io/navigation-api/#ref-for-referrer-policy", "https://wicg.github.io/navigation-api/#ref-for-navigation-current-entry", - "https://wicg.github.io/navigation-api/#ref-for-current-entry", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin", + "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-window-navigable%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-nav-active-history-entry", + "https://wicg.github.io/navigation-api/#ref-for-she-document-state", + "https://wicg.github.io/navigation-api/#ref-for-document-state-origin", "https://wicg.github.io/navigation-api/#ref-for-same-origin", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-she-document-state%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-document-state-origin%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-list-prepend", "https://wicg.github.io/navigation-api/#ref-for-iteration-break", "https://wicg.github.io/navigation-api/#ref-for-list-append", "https://wicg.github.io/navigation-api/#ref-for-list-size", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-she-document-state%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-document-state-origin%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-same-origin%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-she-document-state%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-document-state-origin%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-list-append%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-iteration-break%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-list-iterate", @@ -175,7 +180,7 @@ "https://wicg.github.io/navigation-api/#ref-for-navigation-current-entry-index", "https://wicg.github.io/navigation-api/#ref-for-queue-a-global-task", "https://wicg.github.io/navigation-api/#ref-for-navigation-and-traversal-task-source", - "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigation-ongoing-navigation", "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-notify-about-the-committed-to-entry", "https://wicg.github.io/navigation-api/#ref-for-navigation-ongoing-navigation%E2%91%A0", @@ -381,14 +386,12 @@ "https://wicg.github.io/navigation-api/#ref-for-dom-navigationoptions-info", "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate", "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-tn-session-history-traversal-queue", + "https://wicg.github.io/navigation-api/#ref-for-tn-session-history-traversal-queue%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-idl-promise%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-session-history%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-resolve%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-reject%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-intercept%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-session-history%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-scroll", "https://wicg.github.io/navigation-api/#ref-for-idl-promise%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-navigate%E2%91%A1", @@ -577,19 +580,22 @@ "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-intercept%E2%91%A0%E2%91%A0", "https://wicg.github.io/navigation-api/#dom-navigation-navigate", - "https://wicg.github.io/navigation-api/#ref-for-parse-a-url", "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A0%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-window-navigable%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-assert%E2%91%A0%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-parse-a-url", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A0%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-relevant-settings-object", "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result", "https://wicg.github.io/navigation-api/#ref-for-syntaxerror", "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-resulting-url-record", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A0%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationnavigateoptions-history%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationhistorybehavior-push", - "https://wicg.github.io/navigation-api/#ref-for-is-initial-about:blank", + "https://wicg.github.io/navigation-api/#ref-for-is-initial-about:blank%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-completely-loaded", "https://wicg.github.io/navigation-api/#ref-for-concept-document-url", "https://wicg.github.io/navigation-api/#ref-for-concept-url-scheme", @@ -605,245 +611,246 @@ "https://wicg.github.io/navigation-api/#ref-for-dom-navigationnavigateoptions-history%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationhistorybehavior-replace%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-completely-loaded%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-hh-default", - "https://wicg.github.io/navigation-api/#ref-for-perform-a-non-traverse-navigation-api-navigation", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A0%E2%91%A8", - "https://wicg.github.io/navigation-api/#dom-navigation-reload", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%93%AA", - "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-active-document", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-url%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationreloadoptions-state%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-map-exists%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-structuredserializeforstorage%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationreloadoptions-state%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-navigation-current-entry%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-state%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-structuredserializeforstorage%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationoptions-info%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-perform-a-non-traverse-navigation-api-navigation%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-hh-reload", - "https://wicg.github.io/navigation-api/#perform-a-non-traverse-navigation-api-navigation", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A1%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-concept-url", - "https://wicg.github.io/navigation-api/#ref-for-serialized-state%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-history-handling-behavior", - "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-hh-push", "https://wicg.github.io/navigation-api/#ref-for-fully-active", - "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-unload-counter", - "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-window-bc%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-assert%E2%91%A0%E2%93%AA", - "https://wicg.github.io/navigation-api/#ref-for-assert%E2%91%A0%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-hh-replace%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-hh-reload%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-hh-default%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigation-set-the-upcoming-non-traverse-navigation", "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigation-hh", "https://wicg.github.io/navigation-api/#ref-for-navigate-navigationapistate", - "https://wicg.github.io/navigation-api/#ref-for-source-browsing-context", + "https://wicg.github.io/navigation-api/#ref-for-dom-location-assign", + "https://wicg.github.io/navigation-api/#ref-for-same-origin-domain", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-navigate%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-dom-window-navigation%E2%91%A0%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-allowed-to-navigate", + "https://wicg.github.io/navigation-api/#ref-for-exceptions-enabled", + "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A1%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-navigation-upcoming-non-traverse-navigation%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-inner-navigate-event-firing-algorithm", "https://wicg.github.io/navigation-api/#ref-for-navigation-promote-the-upcoming-navigation-to-ongoing", "https://wicg.github.io/navigation-api/#ref-for-navigation-upcoming-non-traverse-navigation%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-aborterror%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-committed-promise%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-finished-promise%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-dom-location-assign", - "https://wicg.github.io/navigation-api/#ref-for-same-origin-domain", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-navigate%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-reload%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-dom-window-navigation%E2%91%A0%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-source-browsing-context%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-allowed-to-navigate", - "https://wicg.github.io/navigation-api/#ref-for-exceptions-enabled", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A1%E2%91%A3", - "https://wicg.github.io/navigation-api/#an-early-error-result", + "https://wicg.github.io/navigation-api/#dom-navigation-reload", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A0%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-window-navigable%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-assert%E2%91%A0%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationreloadoptions-state%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-map-exists%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-structuredserializeforstorage%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationreloadoptions-state%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-navigation-current-entry%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-state%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-structuredserializeforstorage%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationoptions-info%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-unload-counter%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-navigation-set-the-upcoming-non-traverse-navigation%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-reload", + "https://wicg.github.io/navigation-api/#ref-for-reload-navigationapistate", + "https://wicg.github.io/navigation-api/#ref-for-navigation-upcoming-non-traverse-navigation%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-reload%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-inner-navigate-event-firing-algorithm%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-navigation-promote-the-upcoming-navigation-to-ongoing%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-navigation-upcoming-non-traverse-navigation%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-aborterror%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-a-promise-rejected-with", + "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-committed-promise%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-a-promise-rejected-with%E2%91%A0", - "https://wicg.github.io/navigation-api/#global-traversing", + "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-finished-promise%E2%91%A6", + "https://wicg.github.io/navigation-api/#an-early-error-result", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-a-promise-rejected-with", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-dom-window-navigation%E2%91%A0%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-traverseto%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-a-promise-rejected-with%E2%91%A0", + "https://wicg.github.io/navigation-api/#global-traversing", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-dom-window-navigation%E2%91%A0%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-traverseto%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-window-navigation%E2%91%A0%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-traverseto%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationoptions-info%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-joint-session-history", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry%E2%91%A1%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationoptions-info%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-info%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-joint-session-history%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationoptions-info%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry%E2%91%A1%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-entries%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-intercept%E2%91%A0%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-currententry%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-intercept%E2%91%A0%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-currententry%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-concept-response-status%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-dom-window-navigation%E2%91%A0%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-back%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-dom-window-navigation%E2%91%A0%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-back%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-dom-window-navigation%E2%91%A0%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-back%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationoptions-info%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-joint-session-history%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-navigable", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-currententry%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationoptions-info%E2%91%A0%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-info%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-joint-session-history%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationoptions-info%E2%91%A0%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-traverseto%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-dom-window-navigation%E2%91%A0%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-forward%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-dom-window-navigation%E2%91%A0%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-forward%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-dom-window-navigation%E2%91%A0%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-forward%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationoptions-info%E2%91%A0%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-joint-session-history%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-currententry%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationoptions-info%E2%91%A0%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-info%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-joint-session-history%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationoptions-info%E2%91%A0%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-traverseto%E2%91%A4", "https://wicg.github.io/navigation-api/#dom-navigation-traverseto", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigation-current-entry-index%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A0%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-navigation-entry-list%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry%E2%91%A1%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry-session-history-entry%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-key", - "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A0%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-perform-a-navigation-api-traversal", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A2", "https://wicg.github.io/navigation-api/#dom-navigation-back", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigation-current-entry-index%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A0%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigation-entry-list%E2%91%A0%E2%93%AA", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-navigation-current-entry-index%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry-session-history-entry%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-key%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-perform-a-navigation-api-traversal%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A6", "https://wicg.github.io/navigation-api/#dom-navigation-forward", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-navigation-current-entry-index%E2%91%A0%E2%93%AA", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A1%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-navigation-entry-list%E2%91%A0%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-list-size%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A0%E2%93%AA", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A0%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-navigation-entry-list%E2%91%A0%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigation-current-entry-index%E2%91%A0%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry-session-history-entry%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-key%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-perform-a-navigation-api-traversal%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A1", "https://wicg.github.io/navigation-api/#perform-a-navigation-api-traversal", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A1%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A1%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-dictdef-navigationoptions%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A0%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-unload-counter%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A0%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A0%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-unload-counter%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-an-early-error-result%E2%91%A0%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-navigation-current-entry%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry-session-history-entry%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-key%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-a-promise-resolved-with", "https://wicg.github.io/navigation-api/#ref-for-navigation-current-entry%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-a-promise-resolved-with%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigation-current-entry%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-navigation-upcoming-traverse-navigations%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-map-exists%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-navigation-upcoming-traverse-navigations%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-committed-promise%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-finished-promise%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-committed-promise%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-finished-promise%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationoptions-info%E2%91%A0%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-map-exists%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigation-set-an-upcoming-traverse-navigation", "https://wicg.github.io/navigation-api/#ref-for-node-navigable", "https://wicg.github.io/navigation-api/#ref-for-nav-traversable", - "https://wicg.github.io/navigation-api/#ref-for-dfn-unsafe-shared-current-time", - "https://wicg.github.io/navigation-api/#ref-for-snapshotting-target-snapshot-params", + "https://wicg.github.io/navigation-api/#ref-for-snapshotting-source-snapshot-params", "https://wicg.github.io/navigation-api/#ref-for-tn-append-session-history-traversal-steps", - "https://wicg.github.io/navigation-api/#ref-for-getting-session-history-entries", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-getting-session-history-entries%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-key%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-queue-a-global-task%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigation-and-traversal-task-source%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A0%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-reject-the-finished-promise", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%93%AA", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-nav-active-history-entry", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-nav-active-history-entry%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-apply-the-history-step", "https://wicg.github.io/navigation-api/#ref-for-she-step", "https://wicg.github.io/navigation-api/#ref-for-apply-history-step-check", - "https://wicg.github.io/navigation-api/#ref-for-apply-history-step-start-time", "https://wicg.github.io/navigation-api/#ref-for-apply-history-step-source-snapshot", "https://wicg.github.io/navigation-api/#ref-for-apply-history-step-initiator", + "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-queue-a-global-task%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-navigation-and-traversal-task-source%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A0", @@ -854,18 +861,18 @@ "https://wicg.github.io/navigation-api/#ref-for-finalize-with-an-aborted-navigation-error%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-new%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-securityerror", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-realm%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-apply-the-history-step%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-committed-promise%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-finished-promise%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-committed%E2%91%A0%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-committed-promise%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationresult-finished%E2%91%A0%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-finished-promise%E2%91%A8", "https://wicg.github.io/navigation-api/#global-events", "https://wicg.github.io/navigation-api/#ref-for-event-handlers", "https://wicg.github.io/navigation-api/#ref-for-event-handler-event-type", "https://wicg.github.io/navigation-api/#ref-for-event-handler-idl-attributes", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A1%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A1%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-event-handlers%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-event-handler-event-type%E2%91%A0", "https://wicg.github.io/navigation-api/#dom-navigation-onnavigate", @@ -877,7 +884,7 @@ "https://wicg.github.io/navigation-api/#dom-navigation-oncurrententrychange", "https://wicg.github.io/navigation-api/#eventdef-navigation-currententrychange", "https://wicg.github.io/navigation-api/#navigate-event", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A3", "https://wicg.github.io/navigation-api/#navigate-event-class", "https://wicg.github.io/navigation-api/#ref-for-navigateevent%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-Exposed%E2%91%A2", @@ -983,7 +990,7 @@ "https://wicg.github.io/navigation-api/#ref-for-the-a-element%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-the-area-element", "https://wicg.github.io/navigation-api/#ref-for-attr-hyperlink-download", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-info%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-dom-window-navigation%E2%91%A1%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-dom-window-navigation%E2%91%A1%E2%91%A0", @@ -992,7 +999,7 @@ "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-focusreset", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-scroll%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-handler%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-currententry%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigatesuccess%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigateerror%E2%91%A3", @@ -1008,11 +1015,11 @@ "https://wicg.github.io/navigation-api/#ref-for-dom-navigationscrollbehavior-manual", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-scroll%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-securityerror%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-canintercept%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-dom-event-istrusted", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-scroll%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-traverse%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-reload%E2%91%A3", @@ -1021,8 +1028,8 @@ "https://wicg.github.io/navigation-api/#ref-for-dom-navigationdestination-url", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-scroll%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationscrollbehavior-after-transition", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A0%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A1", "https://wicg.github.io/navigation-api/#dom-navigateevent-navigationtype", "https://wicg.github.io/navigation-api/#dom-navigateevent-destination", "https://wicg.github.io/navigation-api/#dom-navigateevent-canintercept", @@ -1034,7 +1041,7 @@ "https://wicg.github.io/navigation-api/#dom-navigateevent-info", "https://wicg.github.io/navigation-api/#ref-for-navigateevent%E2%91%A2", "https://wicg.github.io/navigation-api/#navigateevent-classic-history-api-serialized-data", - "https://wicg.github.io/navigation-api/#ref-for-serialized-state%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-serialized-state%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-navigationtype%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-push%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-replace%E2%91%A4", @@ -1055,74 +1062,74 @@ "https://wicg.github.io/navigation-api/#ref-for-list%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-callbackdef-navigationintercepthandler%E2%91%A0", "https://wicg.github.io/navigation-api/#dom-navigateevent-intercept", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-active-document%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%93%AA", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-active-document", + "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-dom-event-istrusted%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-securityerror%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-canintercept%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-securityerror%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-dispatch-flag", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-canceled-flag%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-handler%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-map-exists%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-list-append%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-navigateevent-navigation-handler-list", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A2%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-navigateevent-was-intercepted", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-focusreset%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-map-exists%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-navigateevent-focus-reset-behavior", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-focusreset%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-report-a-warning-to-the-console", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-focusreset%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-intercept%E2%91%A0%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigateevent-focus-reset-behavior%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-focusreset%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-scroll%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-map-exists%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-navigateevent-scroll-behavior", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-scroll%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-report-a-warning-to-the-console%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-scroll%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-intercept%E2%91%A0%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-navigateevent-scroll-behavior%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-scroll%E2%91%A6", "https://wicg.github.io/navigation-api/#dom-navigateevent-scroll", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigateevent-did-process-scroll-behavior", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigateevent-was-intercepted%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A0%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-invalidstateerror%E2%91%A1%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A2%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-definitely-process-scroll-behavior", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A6", "https://wicg.github.io/navigation-api/#navigate-event-destination", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-Exposed%E2%91%A3", @@ -1169,10 +1176,10 @@ "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-replace%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-navigate%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-reload%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-reload%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-reload%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination%E2%91%A3", "https://wicg.github.io/navigation-api/#navigationdestination-url", - "https://wicg.github.io/navigation-api/#ref-for-concept-url%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-concept-url", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination%E2%91%A4", "https://wicg.github.io/navigation-api/#navigationdestination-key", "https://wicg.github.io/navigation-api/#ref-for-string", @@ -1183,35 +1190,35 @@ "https://wicg.github.io/navigation-api/#navigationdestination-index", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination%E2%91%A7", "https://wicg.github.io/navigation-api/#navigationdestination-state", - "https://wicg.github.io/navigation-api/#ref-for-serialized-state%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-serialized-state%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination%E2%91%A8", "https://wicg.github.io/navigation-api/#navigationdestination-is-same-document", "https://wicg.github.io/navigation-api/#dom-navigationdestination-url", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-url", "https://wicg.github.io/navigation-api/#ref-for-concept-url-serializer", "https://wicg.github.io/navigation-api/#dom-navigationdestination-key", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A3%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-key", "https://wicg.github.io/navigation-api/#dom-navigationdestination-id", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-id", "https://wicg.github.io/navigation-api/#dom-navigationdestination-index", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-index", "https://wicg.github.io/navigation-api/#dom-navigationdestination-samedocument", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-is-same-document", "https://wicg.github.io/navigation-api/#dom-navigationdestination-getstate", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-state", "https://wicg.github.io/navigation-api/#ref-for-structureddeserialize", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-state%E2%91%A0", "https://wicg.github.io/navigation-api/#navigate-event-firing", "https://wicg.github.io/navigation-api/#fire-a-traversal-navigate-event", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A1%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A1%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A7", "https://wicg.github.io/navigation-api/#fire-a-traversal-navigate-event-destinationentry", "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement", "https://wicg.github.io/navigation-api/#fire-a-traversal-navigate-event-userinvolvement", @@ -1225,7 +1232,8 @@ "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-realm%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-url%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-she-url%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-she-document-state%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-document-state-origin%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-same-origin%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-relevant-settings-object%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-concept-settings-object-origin", @@ -1244,24 +1252,24 @@ "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-is-same-document%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-she-document%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-inner-navigate-event-firing-algorithm%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-inner-navigate-event-firing-algorithm%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-traverse%E2%91%A0%E2%91%A0", "https://wicg.github.io/navigation-api/#fire-a-non-traversal-navigate-event", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A1%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A1%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-enumdef-navigationtype%E2%91%A6", "https://wicg.github.io/navigation-api/#fire-a-non-traversal-navigate-event-navigationtype", - "https://wicg.github.io/navigation-api/#ref-for-concept-url%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-concept-url%E2%91%A0", "https://wicg.github.io/navigation-api/#fire-a-non-traversal-navigate-event-destinationurl", "https://wicg.github.io/navigation-api/#fire-a-non-traversal-navigate-event-issamedocument", "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement%E2%91%A0", "https://wicg.github.io/navigation-api/#fire-a-non-traversal-navigate-event-userinvolvement", "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-none%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-serialized-state%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-serialized-state%E2%91%A3", "https://wicg.github.io/navigation-api/#fire-a-non-traversal-navigate-event-state", "https://wicg.github.io/navigation-api/#ref-for-entry-list", "https://wicg.github.io/navigation-api/#fire-a-non-traversal-navigate-event-formdataentrylist", - "https://wicg.github.io/navigation-api/#ref-for-serialized-state%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-serialized-state%E2%91%A4", "https://wicg.github.io/navigation-api/#fire-a-non-traversal-navigate-event-classichistoryapiserializeddata", "https://wicg.github.io/navigation-api/#ref-for-concept-event-create%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigateevent%E2%91%A0%E2%91%A0", @@ -1276,10 +1284,10 @@ "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-index%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-state%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-is-same-document%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-inner-navigate-event-firing-algorithm%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-inner-navigate-event-firing-algorithm%E2%91%A2", "https://wicg.github.io/navigation-api/#fire-a-download-requested-navigate-event", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A1%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-concept-url%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A1%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-concept-url%E2%91%A1", "https://wicg.github.io/navigation-api/#fire-a-download-requested-navigate-event-destinationurl", "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement%E2%91%A1", "https://wicg.github.io/navigation-api/#fire-a-download-requested-navigate-event-userinvolvement", @@ -1297,29 +1305,29 @@ "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-index%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-state%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-is-same-document%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-inner-navigate-event-firing-algorithm%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-inner-navigate-event-firing-algorithm%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-push%E2%91%A6", "https://wicg.github.io/navigation-api/#inner-navigate-event-firing-algorithm", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A1%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-enumdef-navigationtype%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-navigateevent%E2%91%A0%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination%E2%91%A0%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-entry-list%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-navigation-promote-the-upcoming-navigation-to-ongoing%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-navigation-promote-the-upcoming-navigation-to-ongoing%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-key%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigation-ongoing-navigation%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-navigation-has-entries-and-events-disabled%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-clean-up%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-committed-promise%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-finished-promise%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-committed-promise%E2%91%A0%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation-finished-promise%E2%91%A0%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry%E2%91%A1%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-document%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-resolve%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-browsing-context", + "https://wicg.github.io/navigation-api/#ref-for-window-navigable%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-can-have-its-url-rewritten%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-url%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-is-same-document%E2%91%A3", @@ -1329,10 +1337,10 @@ "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-transient-activation", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-traverse%E2%91%A0%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-top-level-browsing-context", + "https://wicg.github.io/navigation-api/#ref-for-top-level-traversable", "https://wicg.github.io/navigation-api/#ref-for-dom-event-cancelable", "https://wicg.github.io/navigation-api/#ref-for-dom-event-type", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-navigationtype%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-destination%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-downloadrequest%E2%91%A1", @@ -1344,7 +1352,7 @@ "https://wicg.github.io/navigation-api/#ref-for-new%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-abortsignal%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-realm%E2%91%A0%E2%93%AA", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-url%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-url%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-is-same-document%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigationdestination-url%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-concept-url-equals", @@ -1382,10 +1390,10 @@ "https://wicg.github.io/navigation-api/#ref-for-navigateevent-needs-continue", "https://wicg.github.io/navigation-api/#ref-for-react-to-navigate-event-result", "https://wicg.github.io/navigation-api/#react-to-navigate-event-result", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-navigateevent%E2%91%A0%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-destination%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-navigation-ongoing-navigation%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-navigationtype%E2%91%A3", @@ -1437,9 +1445,9 @@ "https://wicg.github.io/navigation-api/#ref-for-uhus-historyhandling", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-reload%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-url-and-history-update-steps%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-current-entry%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-nav-active-history-entry%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-state%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-reload%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-reload%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-list%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-list-iterate%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigateevent-navigation-handler-list%E2%91%A0", @@ -1494,21 +1502,21 @@ "https://wicg.github.io/navigation-api/#ref-for-clean-up-after-running-script", "https://wicg.github.io/navigation-api/#ref-for-navigateevent-was-intercepted%E2%91%A3", "https://wicg.github.io/navigation-api/#maybe-continue-the-navigate-event", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigation-ongoing-navigate-event%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigation-ongoing-navigate-event%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigateevent-needs-continue%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-react-to-navigate-event-result%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigation-ongoing-navigate-event%E2%91%A5", "https://wicg.github.io/navigation-api/#finalize-with-an-aborted-navigation-error", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-navigation-api-method-navigation%E2%91%A0%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A2%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigation-focus-changed-during-ongoing-navigation%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-navigation-suppress-normal-scroll-restoration-during-ongoing-navigation%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-new%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-aborterror%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A1%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-aborterror%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-idl-DOMException%E2%91%A2%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-realm%E2%91%A0%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigation-ongoing-navigate-event%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-navigation-ongoing-navigate-event%E2%91%A7", @@ -1536,22 +1544,22 @@ "https://wicg.github.io/navigation-api/#ref-for-navigationtransition-finished-promise%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigation-transition%E2%91%A0%E2%91%A0", "https://wicg.github.io/navigation-api/#inform-the-navigation-api-about-canceling-navigation", - "https://wicg.github.io/navigation-api/#ref-for-browsing-context%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-active-window", + "https://wicg.github.io/navigation-api/#ref-for-navigable%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-nav-window", "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigation-ongoing-navigation-signal%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-finalize-with-an-aborted-navigation-error%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigation-ongoing-navigation%E2%91%A0%E2%93%AA", - "https://wicg.github.io/navigation-api/#inform-the-navigation-api-about-browsing-context-discarding", - "https://wicg.github.io/navigation-api/#ref-for-browsing-context%E2%91%A1", + "https://wicg.github.io/navigation-api/#inform-the-navigation-api-about-nested-navigable-destruction", + "https://wicg.github.io/navigation-api/#ref-for-navigable%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-inform-the-navigation-api-about-canceling-navigation", - "https://wicg.github.io/navigation-api/#ref-for-active-window%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-nav-window%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-list-clone%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigation-upcoming-traverse-navigations%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-finalize-with-an-aborted-navigation-error%E2%91%A5", "https://wicg.github.io/navigation-api/#potentially-reset-the-focus", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-navigateevent%E2%91%A0%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigation-focus-changed-during-ongoing-navigation%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-navigation-focus-changed-during-ongoing-navigation%E2%91%A3", @@ -1560,7 +1568,7 @@ "https://wicg.github.io/navigation-api/#ref-for-dom-navigationfocusreset-manual%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationfocusreset-after-transition", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A1%E2%93%AA", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-autofocus-delegate", "https://wicg.github.io/navigation-api/#ref-for-the-body-element-2", "https://wicg.github.io/navigation-api/#ref-for-document-element", @@ -1583,10 +1591,10 @@ "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-reload%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-restoring-scroll-position-data", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A1%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-window-navigable", - "https://wicg.github.io/navigation-api/#ref-for-nav-active-history-entry%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-window-navigable%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-nav-active-history-entry%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A1%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-the-indicated-part-of-the-document", "https://wicg.github.io/navigation-api/#ref-for-scroll-to-the-beginning-of-the-document", "https://wicg.github.io/navigation-api/#ref-for-scroll-to-the-fragment-identifier", @@ -1633,70 +1641,70 @@ "https://wicg.github.io/navigation-api/#ref-for-dom-history-state", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry%E2%91%A2%E2%91%A0", "https://wicg.github.io/navigation-api/#navigationhistoryentry-session-history-entry", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry%E2%91%A2%E2%91%A1", "https://wicg.github.io/navigation-api/#navigationhistoryentry-index", "https://wicg.github.io/navigation-api/#dom-navigationhistoryentry-key", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A1%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry-session-history-entry%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-key%E2%91%A5", "https://wicg.github.io/navigation-api/#dom-navigationhistoryentry-id", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A1%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry-session-history-entry%E2%91%A0%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-id%E2%91%A0", "https://wicg.github.io/navigation-api/#dom-navigationhistoryentry-url", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A4%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A1%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry-session-history-entry%E2%91%A0%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-she-document%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A1%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-she-policy-container", - "https://wicg.github.io/navigation-api/#ref-for-policy-container-referrer-policy%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-she-document-state%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-document-state-request-referrer-policy", "https://wicg.github.io/navigation-api/#ref-for-referrer-policy-no-referrer%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-referrer-policy-origin%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-she-url%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-concept-url-serializer%E2%91%A0", "https://wicg.github.io/navigation-api/#dom-navigationhistoryentry-index", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A1%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry-index%E2%91%A1", "https://wicg.github.io/navigation-api/#dom-navigationhistoryentry-samedocument", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A1%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry-session-history-entry%E2%91%A0%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-she-document%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A1%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A5", "https://wicg.github.io/navigation-api/#dom-navigationhistoryentry-getstate", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A2%E2%93%AA", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A6%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-window%E2%91%A0%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-fully-active%E2%91%A0%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry-session-history-entry%E2%91%A0%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-state%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-structureddeserialize%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A6%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-this%E2%91%A5%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-navigationhistoryentry-session-history-entry%E2%91%A0%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-state%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-dom-history-state%E2%91%A0", @@ -1709,211 +1717,204 @@ "https://wicg.github.io/navigation-api/#ref-for-event-handler-event-type%E2%91%A2", "https://wicg.github.io/navigation-api/#dom-navigationhistoryentry-ondispose", "https://wicg.github.io/navigation-api/#eventdef-navigationhistoryentry-dispose", - "https://wicg.github.io/navigation-api/#navigate-patches", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A7", - "https://wicg.github.io/navigation-api/#form-patches", - "https://wicg.github.io/navigation-api/#ref-for-navigateevent%E2%91%A0%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-formdata%E2%91%A2", + "https://wicg.github.io/navigation-api/#patches", + "https://wicg.github.io/navigation-api/#session-history-new-she-fields", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A0%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A0%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-struct-item%E2%91%A0", + "https://wicg.github.io/navigation-api/#session-history-entry-navigation-api-key", + "https://wicg.github.io/navigation-api/#ref-for-dfn-generate-a-random-uuid", + "https://wicg.github.io/navigation-api/#session-history-entry-navigation-api-id", + "https://wicg.github.io/navigation-api/#ref-for-dfn-generate-a-random-uuid%E2%91%A0", + "https://wicg.github.io/navigation-api/#session-history-entry-navigation-api-state", + "https://wicg.github.io/navigation-api/#ref-for-serialized-state%E2%91%A5", + "https://wicg.github.io/navigation-api/#navigate-patch", + "https://wicg.github.io/navigation-api/#navigate-modifications", "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-entry-list%E2%91%A1", "https://wicg.github.io/navigation-api/#navigate-entrylist", - "https://wicg.github.io/navigation-api/#ref-for-in-parallel", - "https://wicg.github.io/navigation-api/#ref-for-plan-to-navigate", - "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-navigation-hh%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-navigation-navigationtype", - "https://wicg.github.io/navigation-api/#ref-for-navigate-entrylist", - "https://wicg.github.io/navigation-api/#ref-for-submit-body", - "https://wicg.github.io/navigation-api/#ref-for-plan-to-navigate%E2%91%A0", - "https://wicg.github.io/navigation-api/#user-initiated-patches", - "https://wicg.github.io/navigation-api/#ref-for-the-a-element%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-the-area-element%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-the-form-element%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-navigateevent%E2%91%A0%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-userinitiated%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A5", - "https://wicg.github.io/navigation-api/#user-navigation-involvement", - "https://wicg.github.io/navigation-api/#user-navigation-involvement-browser-ui", - "https://wicg.github.io/navigation-api/#user-navigation-involvement-activation", - "https://wicg.github.io/navigation-api/#ref-for-eventtarget-activation-behavior", - "https://wicg.github.io/navigation-api/#user-navigation-involvement-none", - "https://wicg.github.io/navigation-api/#event-user-navigation-involvement", - "https://wicg.github.io/navigation-api/#ref-for-event%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-activation", - "https://wicg.github.io/navigation-api/#ref-for-dom-event-istrusted%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-none%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement%E2%91%A3", "https://wicg.github.io/navigation-api/#navigate-userinvolvement", - "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-none%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-navigate-userinvolvement", + "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-none%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-serialized-state%E2%91%A6", + "https://wicg.github.io/navigation-api/#navigate-navigationapistate", + "https://wicg.github.io/navigation-api/#ref-for-in-parallel", + "https://wicg.github.io/navigation-api/#ref-for-nav-window%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-browser-ui%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-http-headerdef-sec-fetch-site", - "https://wicg.github.io/navigation-api/#ref-for-navigate-fragid%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-navigate-userinvolvement%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-traverse-the-history-by-a-delta", - "https://wicg.github.io/navigation-api/#traverse-the-history-by-a-delta-userinvolvement", - "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-none%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-apply-the-history-step%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-browsing-context%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-traverse-the-history-by-a-delta%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-top-level-traversable", - "https://wicg.github.io/navigation-api/#ref-for-traverse-the-history-by-a-delta-userinvolvement", - "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-browser-ui%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-following-hyperlinks-2", - "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A0%E2%93%AA", - "https://wicg.github.io/navigation-api/#ref-for-navigate-userinvolvement%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-eventtarget-activation-behavior%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-the-area-element%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-following-hyperlinks-2%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-following-hyperlinks-2%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-event-user-navigation-involvement", - "https://wicg.github.io/navigation-api/#ref-for-eventtarget-activation-behavior%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-the-a-element%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-following-hyperlinks-2%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-following-hyperlinks-2%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-event-user-navigation-involvement%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-following-hyperlinks-2%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-navigate-userinvolvement%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-browser-ui%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-plan-to-navigate%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A0%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-navigate-userinvolvement%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-concept-form-submit%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-none%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-concept-form-submit%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-plan-to-navigate%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-eventtarget-activation-behavior%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-the-input-element", - "https://wicg.github.io/navigation-api/#ref-for-input-activation-behavior", - "https://wicg.github.io/navigation-api/#ref-for-input-activation-behavior%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-event-user-navigation-involvement%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-concept-form-submit%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-input-activation-behavior%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-event-user-navigation-involvement%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-concept-form-submit%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-the-button-element", - "https://wicg.github.io/navigation-api/#ref-for-eventtarget-activation-behavior%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-event-user-navigation-involvement%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-concept-form-submit%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-concept-submit-button", - "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-activation%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-concept-form-submit%E2%91%A5", - "https://wicg.github.io/navigation-api/#navigate-algorithm-patches", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-shared-history-push/replace-state-steps", - "https://wicg.github.io/navigation-api/#ref-for-url-and-history-update-steps%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A2%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-nav-document", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-origin%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-same-origin-domain%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-origin%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-nav-document%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-is-initial-about:blank%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-concept-url-scheme%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-fetch-scheme", "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event", "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-navigationtype", "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-issamedocument", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-userinvolvement", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-formdataentrylist", "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-destinationurl", - "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-classichistoryapiserializeddata", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-state", + "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-browser-ui%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-same-origin-domain%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-navigate-fragid%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-navigate-fragid%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-nav-window", + "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A3", + "https://wicg.github.io/navigation-api/#fragment-patch", + "https://wicg.github.io/navigation-api/#ref-for-navigate-fragid%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-nav-window%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-navigationtype%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-issamedocument%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-userinvolvement", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-userinvolvement%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-destinationurl%E2%91%A0", - "https://wicg.github.io/navigation-api/#navigate-modifications", - "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A0%E2%91%A1", - "https://wicg.github.io/navigation-api/#navigate-navigationapistate", - "https://wicg.github.io/navigation-api/#ref-for-in-parallel%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-active-window%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-state%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-nav-active-history-entry%E2%91%A3", + "https://wicg.github.io/navigation-api/#push-replace-state-patch", + "https://wicg.github.io/navigation-api/#ref-for-shared-history-push/replace-state-steps", + "https://wicg.github.io/navigation-api/#ref-for-url-and-history-update-steps%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A2%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-hh-entry-update", - "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-browser-ui%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-active-document%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-origin%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-same-origin-domain%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-source-browsing-context%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-active-document%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-origin%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-still-on-its-initial-about:blank-document%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-concept-request", - "https://wicg.github.io/navigation-api/#ref-for-concept-request-url", - "https://wicg.github.io/navigation-api/#ref-for-concept-url-scheme%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-fetch-scheme", - "https://wicg.github.io/navigation-api/#ref-for-convert-a-history-handling-behavior-to-a-navigation-type", "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-navigationtype%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-issamedocument%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-userinvolvement%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-formdataentrylist", "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-destinationurl%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-state", - "https://wicg.github.io/navigation-api/#ref-for-hh-entry-update%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-classichistoryapiserializeddata", + "https://wicg.github.io/navigation-api/#finalize-patch", + "https://wicg.github.io/navigation-api/#ref-for-finalize-a-cross-document-navigation", + "https://wicg.github.io/navigation-api/#ref-for-she-document-state%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-document-state-origin%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-same-origin%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-she-document-state%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-document-state-origin%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-key%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-key%E2%91%A7", + "https://wicg.github.io/navigation-api/#reload-patch", + "https://wicg.github.io/navigation-api/#reload-modifications", + "https://wicg.github.io/navigation-api/#ref-for-reload%E2%91%A1", + "https://wicg.github.io/navigation-api/#reload-navigationapistate", + "https://wicg.github.io/navigation-api/#reload-userinvolvement", + "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-none%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-nav-window%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-browser-ui%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-nav-document%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-is-initial-about:blank%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-navigationtype%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-reload%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-issamedocument%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-userinvolvement%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-destinationurl%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-nav-document%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-concept-document-url%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event-state%E2%91%A0", + "https://wicg.github.io/navigation-api/#traverse-patch", + "https://wicg.github.io/navigation-api/#ref-for-traverse-the-history-by-a-delta", + "https://wicg.github.io/navigation-api/#traverse-the-history-by-a-delta-userinvolvement", + "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-none%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-apply-the-history-step%E2%91%A1", + "https://wicg.github.io/navigation-api/#navigate-event-download-patches", + "https://wicg.github.io/navigation-api/#ref-for-downloading-hyperlinks", + "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A0%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-downloadrequest%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-downloading-hyperlinks%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-following-hyperlinks-2", + "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-browser-ui%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-eventtarget-activation-behavior", + "https://wicg.github.io/navigation-api/#ref-for-allowed-to-download", "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%93%AA", - "https://wicg.github.io/navigation-api/#ref-for-traverse-the-history-by-a-delta%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-in-parallel%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-cannot-navigate", + "https://wicg.github.io/navigation-api/#ref-for-allowed-to-download%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-browser-ui%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-same-origin-domain%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-navigate-fragid%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A2%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-attr-hyperlink-download%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-download-requested-navigate-event", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-download-requested-navigate-event-destinationurl", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-download-requested-navigate-event-userinvolvement", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-download-requested-navigate-event-filename", + "https://wicg.github.io/navigation-api/#ref-for-downloading-hyperlinks%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-the-a-element%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-the-area-element%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-concept-url%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-downloading-hyperlinks%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-downloading-hyperlinks%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-download-requested-navigate-event%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event%E2%91%A3", + "https://wicg.github.io/navigation-api/#cancel-navigation", "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-navigate-fragid%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A0%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-dom-window-stop%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-dom-window-stop%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-finalize-with-an-aborted-navigation-error%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-eventdef-abortsignal-abort", + "https://wicg.github.io/navigation-api/#ref-for-navigable%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-ongoing-navigation", + "https://wicg.github.io/navigation-api/#ref-for-inform-the-navigation-api-about-canceling-navigation%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-ongoing-navigation%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-navigation-id", + "https://wicg.github.io/navigation-api/#ref-for-destroy-the-nested-navigable", + "https://wicg.github.io/navigation-api/#ref-for-navigable%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-inform-the-navigation-api-about-nested-navigable-destruction", + "https://wicg.github.io/navigation-api/#ref-for-navigable%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-ongoing-navigation%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigation-ongoing-navigation%E2%91%A0%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtransition-finished%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigateerror%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtransition-finished%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-report-a-warning-to-the-console%E2%91%A1", - "https://wicg.github.io/navigation-api/#convert-a-history-handling-behavior-to-a-navigation-type", - "https://wicg.github.io/navigation-api/#ref-for-history-handling-behavior%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-assert%E2%91%A0%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-hh-entry-update%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-hh-reload%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-reload%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-hh-replace%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-replace%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-hh-default%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-push%E2%91%A8", "https://wicg.github.io/navigation-api/#navigate-event-traversal-patches", "https://wicg.github.io/navigation-api/#ref-for-checking-if-unloading-is-user-canceled", "https://wicg.github.io/navigation-api/#ref-for-checking-if-unloading-is-user-canceled%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-list%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-navigable", - "https://wicg.github.io/navigation-api/#ref-for-navigable%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-none%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-navigable%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-navigable%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-none%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-list%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-navigable%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-navigable%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-get-all-navigables-whose-current-session-history-entry-will-change-or-reload", "https://wicg.github.io/navigation-api/#ref-for-list-contain%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-getting-the-target-history-entry", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-same-origin%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-she-document-state%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-document-state-origin%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-same-origin%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-nav-current-history-entry", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-she-document-state%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-document-state-origin%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-queue-a-global-task%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-navigation-and-traversal-task-source%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-nav-window%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-nav-window%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-fire-a-traversal-navigate-event", - "https://wicg.github.io/navigation-api/#ref-for-nav-window%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-nav-window%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A7", "https://wicg.github.io/navigation-api/#ref-for-fire-a-traversal-navigate-event-destinationentry", "https://wicg.github.io/navigation-api/#ref-for-fire-a-traversal-navigate-event-userinvolvement", "https://wicg.github.io/navigation-api/#ref-for-list-contain%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-checking-if-unloading-is-user-canceled%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-iteration-continue", "https://wicg.github.io/navigation-api/#ref-for-getting-the-target-history-entry%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-same-origin%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-she-document-state%E2%91%A0%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-document-state-origin%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-same-origin%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-nav-current-history-entry%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-she-document-state%E2%91%A0%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-document-state-origin%E2%91%A0%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-queue-a-global-task%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigation-and-traversal-task-source%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-nav-window%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-nav-window%E2%91%A6", "https://wicg.github.io/navigation-api/#ref-for-fire-a-traversal-navigate-event%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-nav-window%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-nav-window%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-fire-a-traversal-navigate-event-destinationentry%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-fire-a-traversal-navigate-event-userinvolvement%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-assert%E2%91%A0%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-assert%E2%91%A0%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-list-contain%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-checking-if-unloading-is-user-canceled%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-apply-the-history-step%E2%91%A2", @@ -1921,109 +1922,85 @@ "https://wicg.github.io/navigation-api/#ref-for-checking-if-unloading-is-user-canceled%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-changing-nav-continuation-update-only", "https://wicg.github.io/navigation-api/#ref-for-maybe-continue-the-navigate-event", - "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A2%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A7", - "https://wicg.github.io/navigation-api/#navigate-event-download-patches", - "https://wicg.github.io/navigation-api/#ref-for-downloading-hyperlinks", - "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A0%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-downloadrequest%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-downloading-hyperlinks%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-following-hyperlinks-2%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A2%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A0%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-checking-if-unloading-is-user-canceled%E2%91%A5", + "https://wicg.github.io/navigation-api/#new-user-navigation-involvement", + "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A6", + "https://wicg.github.io/navigation-api/#user-navigation-involvement", + "https://wicg.github.io/navigation-api/#user-navigation-involvement-browser-ui", + "https://wicg.github.io/navigation-api/#user-navigation-involvement-activation", + "https://wicg.github.io/navigation-api/#ref-for-eventtarget-activation-behavior%E2%91%A0", + "https://wicg.github.io/navigation-api/#user-navigation-involvement-none", + "https://wicg.github.io/navigation-api/#ref-for-http-headerdef-sec-fetch-site", + "https://wicg.github.io/navigation-api/#event-user-navigation-involvement", + "https://wicg.github.io/navigation-api/#ref-for-event%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-activation", + "https://wicg.github.io/navigation-api/#ref-for-dom-event-istrusted%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-none%E2%91%A6", + "https://wicg.github.io/navigation-api/#call-site-patch", + "https://wicg.github.io/navigation-api/#call-site-patch-userinvolvement", + "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-navigate-userinvolvement", + "https://wicg.github.io/navigation-api/#ref-for-reload%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-reload-userinvolvement", + "https://wicg.github.io/navigation-api/#ref-for-traverse-the-history-by-a-delta%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-traverse-the-history-by-a-delta-userinvolvement", "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-browser-ui%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-eventtarget-activation-behavior%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-allowed-to-download", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-in-parallel%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-cannot-navigate", - "https://wicg.github.io/navigation-api/#ref-for-allowed-to-download%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-following-hyperlinks-2%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A8", + "https://wicg.github.io/navigation-api/#ref-for-navigate-userinvolvement%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-eventtarget-activation-behavior%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-the-area-element%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-following-hyperlinks-2%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-following-hyperlinks-2%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-event-user-navigation-involvement", + "https://wicg.github.io/navigation-api/#ref-for-eventtarget-activation-behavior%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-the-a-element%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-following-hyperlinks-2%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-following-hyperlinks-2%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-event-user-navigation-involvement%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-following-hyperlinks-2%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-navigate-userinvolvement%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-browser-ui%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A2%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-attr-hyperlink-download%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-fire-a-download-requested-navigate-event", - "https://wicg.github.io/navigation-api/#ref-for-fire-a-download-requested-navigate-event-destinationurl", - "https://wicg.github.io/navigation-api/#ref-for-fire-a-download-requested-navigate-event-userinvolvement", - "https://wicg.github.io/navigation-api/#ref-for-fire-a-download-requested-navigate-event-filename", - "https://wicg.github.io/navigation-api/#ref-for-downloading-hyperlinks%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-the-a-element%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-the-area-element%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-concept-url%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A0%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-downloading-hyperlinks%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-downloading-hyperlinks%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-fire-a-download-requested-navigate-event%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-fire-a-non-traversal-navigate-event%E2%91%A2", - "https://wicg.github.io/navigation-api/#session-history-patches", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A3", - "https://wicg.github.io/navigation-api/#session-history-new-she-fields", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-struct-item%E2%91%A0", - "https://wicg.github.io/navigation-api/#session-history-entry-origin", - "https://wicg.github.io/navigation-api/#ref-for-concept-origin", - "https://wicg.github.io/navigation-api/#session-history-entry-navigation-api-key", - "https://wicg.github.io/navigation-api/#ref-for-dfn-generate-a-random-uuid", - "https://wicg.github.io/navigation-api/#session-history-entry-navigation-api-id", - "https://wicg.github.io/navigation-api/#ref-for-dfn-generate-a-random-uuid%E2%91%A0", - "https://wicg.github.io/navigation-api/#session-history-entry-navigation-api-state", - "https://wicg.github.io/navigation-api/#ref-for-serialized-state%E2%91%A6", - "https://wicg.github.io/navigation-api/#session-history-patches-key", - "https://wicg.github.io/navigation-api/#ref-for-update-the-session-history-with-the-new-page", - "https://wicg.github.io/navigation-api/#ref-for-hh-replace%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-same-origin%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-current-entry%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A0%E2%93%AA", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-key%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-current-entry%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-key%E2%91%A7", - "https://wicg.github.io/navigation-api/#session-history-patches-state", - "https://wicg.github.io/navigation-api/#ref-for-navigate-fragid%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-state%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-nav-active-history-entry%E2%91%A1", - "https://wicg.github.io/navigation-api/#session-history-patches-origin", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A0%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-update-the-session-history-with-the-new-page%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-hh-replace%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-hh-default%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A0%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-origin%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-navigate-fragid%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A0%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-current-entry%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-she-document%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-origin%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-url-and-history-update-steps%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A0%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-origin%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-traverse-the-history", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-origin%E2%91%A0%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-she-document%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-concept-document-origin%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-she-document%E2%91%A5", - "https://wicg.github.io/navigation-api/#session-history-patches-policy-container", - "https://wicg.github.io/navigation-api/#ref-for-she-policy-container%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-she-policy-container%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A0%E2%93%AA", - "https://wicg.github.io/navigation-api/#ref-for-requires-storing-the-policy-container-in-history", - "https://wicg.github.io/navigation-api/#ref-for-dom-navigationhistoryentry-url%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-referrer-policy%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A0%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-determining-navigation-params-policy-container", - "https://wicg.github.io/navigation-api/#ref-for-requires-storing-the-policy-container-in-history%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-plan-to-navigate", + "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A0%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-navigate-userinvolvement%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-concept-form-submit%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-none%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-concept-form-submit%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-plan-to-navigate%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-eventtarget-activation-behavior%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-the-input-element", + "https://wicg.github.io/navigation-api/#ref-for-input-activation-behavior", + "https://wicg.github.io/navigation-api/#ref-for-input-activation-behavior%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-event-user-navigation-involvement%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-concept-form-submit%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-input-activation-behavior%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-event-user-navigation-involvement%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-concept-form-submit%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-the-button-element", + "https://wicg.github.io/navigation-api/#ref-for-eventtarget-activation-behavior%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-event-user-navigation-involvement%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-concept-form-submit%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-concept-submit-button", + "https://wicg.github.io/navigation-api/#ref-for-user-navigation-involvement-activation%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-concept-form-submit%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A0%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-navigate-fragid%E2%91%A4", + "https://wicg.github.io/navigation-api/#call-site-patch-entrylist", + "https://wicg.github.io/navigation-api/#ref-for-plan-to-navigate%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A0%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-navigate-entrylist", + "https://wicg.github.io/navigation-api/#ref-for-submit-body", + "https://wicg.github.io/navigation-api/#ref-for-plan-to-navigate%E2%91%A2", "https://wicg.github.io/navigation-api/#session-history-patches-update", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%91%A5", + "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-update-document-for-history-step-application", "https://wicg.github.io/navigation-api/#ref-for-event-popstate", "https://wicg.github.io/navigation-api/#ref-for-navigation-update-the-entries%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A2%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A0%E2%93%AA", + "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A0%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-traverse%E2%91%A0%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtype-traverse%E2%91%A1%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-currententrychange%E2%91%A7", @@ -2036,27 +2013,21 @@ "https://wicg.github.io/navigation-api/#ref-for-reactivate-a-document%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-navigation-update-the-entries%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A2%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A0%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A0%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigationhistoryentry-dispose%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-event-pageshow", "https://wicg.github.io/navigation-api/#ref-for-event-pageshow%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-entries%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-currententry%E2%91%A0%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-event-pageshow%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-url-and-history-update-steps%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-nav-active-history-entry%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-url-and-history-update-steps%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-nav-active-history-entry%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-navigation-update-the-entries%E2%91%A2", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A2%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A0%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-navigate-fragid%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-nav-active-history-entry%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-navigation-update-the-entries%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-nav-window%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A0%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-navigation-update-the-entries%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-navigation-update-the-entries%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-creating-a-new-browsing-context", "https://wicg.github.io/navigation-api/#ref-for-document%E2%91%A7", - "https://wicg.github.io/navigation-api/#other-patches", "https://wicg.github.io/navigation-api/#focus-patches", "https://wicg.github.io/navigation-api/#ref-for-dom-navigationinterceptoptions-focusreset%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-focusing-steps%E2%91%A1", @@ -2080,7 +2051,7 @@ "https://wicg.github.io/navigation-api/#ref-for-unload-a-document", "https://wicg.github.io/navigation-api/#restoring-scroll-position-data", "https://wicg.github.io/navigation-api/#ref-for-session-history-entry%E2%91%A0%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-she-document%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-she-document%E2%91%A3", "https://wicg.github.io/navigation-api/#ref-for-document-has-been-scrolled-by-the-user%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-she-scroll-position", "https://wicg.github.io/navigation-api/#ref-for-restorable-scrollable-regions", @@ -2089,7 +2060,7 @@ "https://wicg.github.io/navigation-api/#ref-for-restore-persisted-state", "https://wicg.github.io/navigation-api/#ref-for-she-scroll-restoration-mode", "https://wicg.github.io/navigation-api/#ref-for-dom-scrollrestoration-auto", - "https://wicg.github.io/navigation-api/#ref-for-she-document%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-she-document%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-concept-relevant-global%E2%91%A2%E2%91%A8", "https://wicg.github.io/navigation-api/#ref-for-window-navigation-api%E2%91%A0%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-navigation-suppress-normal-scroll-restoration-during-ongoing-navigation%E2%91%A3", @@ -2097,30 +2068,15 @@ "https://wicg.github.io/navigation-api/#ref-for-navigation-suppress-normal-scroll-restoration-during-ongoing-navigation%E2%91%A4", "https://wicg.github.io/navigation-api/#ref-for-restoring-scroll-position-data%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-potentially-process-scroll-behavior%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%91%A6", + "https://wicg.github.io/navigation-api/#ref-for-navigation%E2%91%A2%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-dom-navigateevent-scroll%E2%91%A2", - "https://wicg.github.io/navigation-api/#cancel-navigation", - "https://wicg.github.io/navigation-api/#ref-for-browsing-context%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-navigate%E2%91%A0%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-traverse-the-history-by-a-delta%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-hh-entry-update%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-stop-document-loading", - "https://wicg.github.io/navigation-api/#ref-for-url-and-history-update-steps%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-navigate-fragid%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-traverse-the-history%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-a-browsing-context-is-discarded", - "https://wicg.github.io/navigation-api/#ref-for-concept-navigate-mature", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%91%A3", - "https://wicg.github.io/navigation-api/#ref-for-dom-window-stop%E2%91%A1", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-dom-window-stop%E2%91%A2", - "https://wicg.github.io/navigation-api/#ref-for-finalize-with-an-aborted-navigation-error%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-abortsignal-abort", - "https://wicg.github.io/navigation-api/#ref-for-browsing-context%E2%91%A4", - "https://wicg.github.io/navigation-api/#ref-for-inform-the-navigation-api-about-canceling-navigation%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-a-browsing-context-is-discarded%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-browsing-context%E2%91%A5", - "https://wicg.github.io/navigation-api/#ref-for-inform-the-navigation-api-about-browsing-context-discarding", + "https://wicg.github.io/navigation-api/#new-failed-populate-note", + "https://wicg.github.io/navigation-api/#ref-for-apply-the-history-step%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-navigation-ongoing-navigation%E2%91%A0%E2%91%A1", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtransition-finished%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigateerror%E2%91%A7", + "https://wicg.github.io/navigation-api/#ref-for-dom-navigationtransition-finished%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-report-a-warning-to-the-console%E2%91%A1", "https://wicg.github.io/navigation-api/#security-privacy", "https://wicg.github.io/navigation-api/#sp-cross-site-tracking", "https://wicg.github.io/navigation-api/#ref-for-dom-navigation-entries%E2%91%A4", @@ -2129,14 +2085,14 @@ "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-id%E2%91%A1", "https://wicg.github.io/navigation-api/#ref-for-session-history-entry-navigation-api-key%E2%91%A8", "https://wicg.github.io/navigation-api/#sp-navigation-monitoring-interception", + "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%91%A2", + "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%91%A3", + "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%91%A4", + "https://wicg.github.io/navigation-api/#ref-for-fetch-scheme%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%91%A5", "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%91%A6", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%91%A7", - "https://wicg.github.io/navigation-api/#ref-for-fetch-scheme%E2%91%A0", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%91%A8", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A2%E2%93%AA", "https://wicg.github.io/navigation-api/#ref-for-dom-document-open", - "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A2%E2%91%A0", + "https://wicg.github.io/navigation-api/#ref-for-eventdef-navigation-navigate%E2%91%A1%E2%91%A7", "https://wicg.github.io/navigation-api/#sp-url-updates", "https://wicg.github.io/navigation-api/#ref-for-dom-history-pushstate%E2%91%A0", "https://wicg.github.io/navigation-api/#ref-for-dom-history-replacestate", @@ -2171,10 +2127,7 @@ "https://wicg.github.io/navigation-api/#term-for-concept-document-url", "https://wicg.github.io/navigation-api/#term-for-fetch-scheme", "https://wicg.github.io/navigation-api/#term-for-dom-global-fetch", - "https://wicg.github.io/navigation-api/#term-for-concept-request", "https://wicg.github.io/navigation-api/#term-for-concept-response-status", - "https://wicg.github.io/navigation-api/#term-for-concept-request-url", - "https://wicg.github.io/navigation-api/#term-for-dfn-unsafe-shared-current-time", "https://wicg.github.io/navigation-api/#term-for-errorevent", "https://wicg.github.io/navigation-api/#term-for-eventhandler", "https://wicg.github.io/navigation-api/#term-for-structureddeserialize", @@ -2182,11 +2135,11 @@ "https://wicg.github.io/navigation-api/#term-for-window", "https://wicg.github.io/navigation-api/#term-for-the-a-element", "https://wicg.github.io/navigation-api/#term-for-active-document", + "https://wicg.github.io/navigation-api/#term-for-nav-document", "https://wicg.github.io/navigation-api/#term-for-nav-active-history-entry", - "https://wicg.github.io/navigation-api/#term-for-active-window", "https://wicg.github.io/navigation-api/#term-for-nav-window", - "https://wicg.github.io/navigation-api/#term-for-allowed-to-download", "https://wicg.github.io/navigation-api/#term-for-allowed-to-navigate", + "https://wicg.github.io/navigation-api/#term-for-allowed-to-download", "https://wicg.github.io/navigation-api/#term-for-tn-append-session-history-traversal-steps", "https://wicg.github.io/navigation-api/#term-for-apply-the-history-step", "https://wicg.github.io/navigation-api/#term-for-the-area-element", @@ -2196,10 +2149,7 @@ "https://wicg.github.io/navigation-api/#term-for-attr-fe-autofocus", "https://wicg.github.io/navigation-api/#term-for-autofocus-delegate", "https://wicg.github.io/navigation-api/#term-for-the-body-element", - "https://wicg.github.io/navigation-api/#term-for-browsing-context", "https://wicg.github.io/navigation-api/#term-for-window-bc", - "https://wicg.github.io/navigation-api/#term-for-browsing-context-group", - "https://wicg.github.io/navigation-api/#term-for-browsing-session", "https://wicg.github.io/navigation-api/#term-for-the-button-element", "https://wicg.github.io/navigation-api/#term-for-can-have-its-url-rewritten", "https://wicg.github.io/navigation-api/#term-for-cannot-navigate", @@ -2209,24 +2159,21 @@ "https://wicg.github.io/navigation-api/#term-for-dom-errorevent-colno", "https://wicg.github.io/navigation-api/#term-for-completely-loaded", "https://wicg.github.io/navigation-api/#term-for-creating-a-new-browsing-context", - "https://wicg.github.io/navigation-api/#term-for-cross-origin-opener-policy-2", - "https://wicg.github.io/navigation-api/#term-for-current-entry", "https://wicg.github.io/navigation-api/#term-for-nav-current-history-entry", - "https://wicg.github.io/navigation-api/#term-for-hh-default", - "https://wicg.github.io/navigation-api/#term-for-determining-navigation-params-policy-container", - "https://wicg.github.io/navigation-api/#term-for-a-browsing-context-is-discarded", + "https://wicg.github.io/navigation-api/#term-for-destroy-the-nested-navigable", "https://wicg.github.io/navigation-api/#term-for-dom-document-2", "https://wicg.github.io/navigation-api/#term-for-she-document", + "https://wicg.github.io/navigation-api/#term-for-she-document-state", "https://wicg.github.io/navigation-api/#term-for-attr-hyperlink-download", "https://wicg.github.io/navigation-api/#term-for-downloading-hyperlinks", "https://wicg.github.io/navigation-api/#term-for-entry-list", - "https://wicg.github.io/navigation-api/#term-for-hh-entry-update", "https://wicg.github.io/navigation-api/#term-for-dom-errorevent-error", "https://wicg.github.io/navigation-api/#term-for-event-handlers", "https://wicg.github.io/navigation-api/#term-for-event-handler-event-type", "https://wicg.github.io/navigation-api/#term-for-event-handler-idl-attributes", "https://wicg.github.io/navigation-api/#term-for-exceptions-enabled", "https://wicg.github.io/navigation-api/#term-for-dom-errorevent-filename", + "https://wicg.github.io/navigation-api/#term-for-finalize-a-cross-document-navigation", "https://wicg.github.io/navigation-api/#term-for-focus-fixup-rule", "https://wicg.github.io/navigation-api/#term-for-focus-update-steps", "https://wicg.github.io/navigation-api/#term-for-focusing-steps", @@ -2237,7 +2184,6 @@ "https://wicg.github.io/navigation-api/#term-for-getting-session-history-entries", "https://wicg.github.io/navigation-api/#term-for-getting-the-target-history-entry", "https://wicg.github.io/navigation-api/#term-for-event-hashchange", - "https://wicg.github.io/navigation-api/#term-for-history-handling-behavior", "https://wicg.github.io/navigation-api/#term-for-uhus-historyhandling", "https://wicg.github.io/navigation-api/#term-for-navigation-hh", "https://wicg.github.io/navigation-api/#term-for-dom-location-href", @@ -2249,28 +2195,27 @@ "https://wicg.github.io/navigation-api/#term-for-is-initial-about:blank", "https://wicg.github.io/navigation-api/#term-for-javascript-execution-context", "https://wicg.github.io/navigation-api/#term-for-javascript-execution-context-stack", - "https://wicg.github.io/navigation-api/#term-for-joint-session-history", "https://wicg.github.io/navigation-api/#term-for-dom-errorevent-lineno", - "https://wicg.github.io/navigation-api/#term-for-concept-navigate-mature", "https://wicg.github.io/navigation-api/#term-for-dom-errorevent-message", "https://wicg.github.io/navigation-api/#term-for-navigable", "https://wicg.github.io/navigation-api/#term-for-window-navigable", "https://wicg.github.io/navigation-api/#term-for-navigate", "https://wicg.github.io/navigation-api/#term-for-navigate-fragid", "https://wicg.github.io/navigation-api/#term-for-navigation-and-traversal-task-source", - "https://wicg.github.io/navigation-api/#term-for-navigation-navigationtype", + "https://wicg.github.io/navigation-api/#term-for-navigation-id", "https://wicg.github.io/navigation-api/#term-for-node-navigable", + "https://wicg.github.io/navigation-api/#term-for-ongoing-navigation", "https://wicg.github.io/navigation-api/#term-for-concept-origin-opaque", "https://wicg.github.io/navigation-api/#term-for-dom-document-open", - "https://wicg.github.io/navigation-api/#term-for-concept-origin", + "https://wicg.github.io/navigation-api/#term-for-document-state-origin", "https://wicg.github.io/navigation-api/#term-for-concept-settings-object-origin", "https://wicg.github.io/navigation-api/#term-for-event-pageshow", "https://wicg.github.io/navigation-api/#term-for-parse-a-url", "https://wicg.github.io/navigation-api/#term-for-perform-a-microtask-checkpoint", "https://wicg.github.io/navigation-api/#term-for-plan-to-navigate", - "https://wicg.github.io/navigation-api/#term-for-she-policy-container", "https://wicg.github.io/navigation-api/#term-for-event-popstate", "https://wicg.github.io/navigation-api/#term-for-prepare-to-run-script", + "https://wicg.github.io/navigation-api/#term-for-hh-push", "https://wicg.github.io/navigation-api/#term-for-dom-history-pushstate", "https://wicg.github.io/navigation-api/#term-for-queue-a-global-task", "https://wicg.github.io/navigation-api/#term-for-reactivate-a-document", @@ -2278,11 +2223,11 @@ "https://wicg.github.io/navigation-api/#term-for-concept-relevant-global", "https://wicg.github.io/navigation-api/#term-for-concept-relevant-realm", "https://wicg.github.io/navigation-api/#term-for-relevant-settings-object", - "https://wicg.github.io/navigation-api/#term-for-hh-reload", + "https://wicg.github.io/navigation-api/#term-for-reload", "https://wicg.github.io/navigation-api/#term-for-hh-replace", "https://wicg.github.io/navigation-api/#term-for-dom-history-replacestate", "https://wicg.github.io/navigation-api/#term-for-report-the-exception", - "https://wicg.github.io/navigation-api/#term-for-requires-storing-the-policy-container-in-history", + "https://wicg.github.io/navigation-api/#term-for-document-state-request-referrer-policy", "https://wicg.github.io/navigation-api/#term-for-restorable-scrollable-regions", "https://wicg.github.io/navigation-api/#term-for-restore-persisted-state", "https://wicg.github.io/navigation-api/#term-for-resulting-url-record", @@ -2295,35 +2240,27 @@ "https://wicg.github.io/navigation-api/#term-for-serializable-objects", "https://wicg.github.io/navigation-api/#term-for-serialized-state", "https://wicg.github.io/navigation-api/#term-for-uhus-serializeddata", - "https://wicg.github.io/navigation-api/#term-for-session-history", "https://wicg.github.io/navigation-api/#term-for-session-history-entry", "https://wicg.github.io/navigation-api/#term-for-tn-session-history-traversal-queue", "https://wicg.github.io/navigation-api/#term-for-dom-sessionstorage", "https://wicg.github.io/navigation-api/#term-for-shared-history-push/replace-state-steps", - "https://wicg.github.io/navigation-api/#term-for-snapshotting-target-snapshot-params", - "https://wicg.github.io/navigation-api/#term-for-source-browsing-context", + "https://wicg.github.io/navigation-api/#term-for-snapshotting-source-snapshot-params", "https://wicg.github.io/navigation-api/#term-for-apply-history-step-source-snapshot", "https://wicg.github.io/navigation-api/#term-for-dom-history-state", "https://wicg.github.io/navigation-api/#term-for-she-step", - "https://wicg.github.io/navigation-api/#term-for-still-on-its-initial-about:blank-document", - "https://wicg.github.io/navigation-api/#term-for-stop-document-loading", "https://wicg.github.io/navigation-api/#term-for-dom-window-stop", "https://wicg.github.io/navigation-api/#term-for-submit-body", "https://wicg.github.io/navigation-api/#term-for-concept-submit-button", "https://wicg.github.io/navigation-api/#term-for-concept-form-submit", "https://wicg.github.io/navigation-api/#term-for-the-body-element-2", - "https://wicg.github.io/navigation-api/#term-for-top-level-browsing-context", "https://wicg.github.io/navigation-api/#term-for-top-level-traversable", "https://wicg.github.io/navigation-api/#term-for-transient-activation", "https://wicg.github.io/navigation-api/#term-for-nav-traversable", - "https://wicg.github.io/navigation-api/#term-for-traverse-the-history", "https://wicg.github.io/navigation-api/#term-for-traverse-the-history-by-a-delta", "https://wicg.github.io/navigation-api/#term-for-event-unhandledrejection", "https://wicg.github.io/navigation-api/#term-for-unload-a-document", "https://wicg.github.io/navigation-api/#term-for-unload-counter", - "https://wicg.github.io/navigation-api/#term-for-apply-history-step-start-time", "https://wicg.github.io/navigation-api/#term-for-update-document-for-history-step-application", - "https://wicg.github.io/navigation-api/#term-for-update-the-session-history-with-the-new-page", "https://wicg.github.io/navigation-api/#term-for-changing-nav-continuation-update-only", "https://wicg.github.io/navigation-api/#term-for-she-url", "https://wicg.github.io/navigation-api/#term-for-url-and-history-update-steps", @@ -2356,8 +2293,8 @@ "https://wicg.github.io/navigation-api/#term-for-concept-url-scheme", "https://wicg.github.io/navigation-api/#term-for-concept-url", "https://wicg.github.io/navigation-api/#term-for-concept-url-serializer", - "https://wicg.github.io/navigation-api/#term-for-dfn-generate-a-random-uuid", "https://wicg.github.io/navigation-api/#term-for-http-headerdef-sec-fetch-site", + "https://wicg.github.io/navigation-api/#term-for-dfn-generate-a-random-uuid", "https://wicg.github.io/navigation-api/#term-for-aborterror", "https://wicg.github.io/navigation-api/#term-for-idl-ArrayBuffer", "https://wicg.github.io/navigation-api/#term-for-idl-DOMException", @@ -2394,15 +2331,14 @@ "https://wicg.github.io/navigation-api/#biblio-cssom-view-1", "https://wicg.github.io/navigation-api/#biblio-dom", "https://wicg.github.io/navigation-api/#biblio-fetch", - "https://wicg.github.io/navigation-api/#biblio-hr-time-3", "https://wicg.github.io/navigation-api/#biblio-html", "https://wicg.github.io/navigation-api/#biblio-infra", "https://wicg.github.io/navigation-api/#biblio-referrer-policy", "https://wicg.github.io/navigation-api/#biblio-url", + "https://wicg.github.io/navigation-api/#biblio-webcryptoapi", "https://wicg.github.io/navigation-api/#biblio-webidl", "https://wicg.github.io/navigation-api/#biblio-xhr", "https://wicg.github.io/navigation-api/#informative", - "https://wicg.github.io/navigation-api/#biblio-csp", "https://wicg.github.io/navigation-api/#biblio-css-scroll-anchoring-1", "https://wicg.github.io/navigation-api/#biblio-webappsec-fetch-metadata-1", "https://wicg.github.io/navigation-api/#idl-index" diff --git a/tr/ids/screen-orientation.json b/tr/ids/screen-orientation.json index 0421261385d5..7b173b8d7b11 100644 --- a/tr/ids/screen-orientation.json +++ b/tr/ids/screen-orientation.json @@ -307,6 +307,7 @@ "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-document-interface-2", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-domstring-interface-1", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-user-agent-9", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-assert-1", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-orientationpendingpromise-5", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-orientationpendingpromise-6", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-queue-a-global-task-1", @@ -321,9 +322,9 @@ "https://www.w3.org/TR/screen-orientation/#ref-for-dom-orientationlocktype-6", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-document-interface-3", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-user-agent-10", - "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-in-parallel-1", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-fully-active-for-document-3", - "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-in-parallel-2", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-in-parallel-1", + "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-orientationpendingpromise-8", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-reject-and-nullify-the-current-lock-promise-3", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-aborterror-exception-3", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-top-level-browsing-context-1", @@ -332,30 +333,38 @@ "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-descendant-browsing-context-1", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-active-document-2", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-for-each-for-list-1", - "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-orientationpendingpromise-8", + "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-orientationpendingpromise-9", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-reject-and-nullify-the-current-lock-promise-4", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-aborterror-exception-4", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-in-parallel-2", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-fully-active-for-document-4", + "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-orientationpendingpromise-10", + "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-reject-and-nullify-the-current-lock-promise-5", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-aborterror-exception-5", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-unlock-the-screen-orientation-3", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-lock-the-screen-orientation-5", - "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-orientationpendingpromise-9", - "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-reject-and-nullify-the-current-lock-promise-5", - "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-notsupportederror-exception-2", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-active-orientation-lock-3", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-queue-a-task-1", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-dom-manipulation-task-source-2", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-relevant-global-object-4", + "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-orientationpendingpromise-11", + "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-reject-and-nullify-the-current-lock-promise-6", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-notsupportederror-exception-2", "https://www.w3.org/TR/screen-orientation/#issue-container-generatedID-2", "https://www.w3.org/TR/screen-orientation/#h-note-2", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-active-orientation-lock-4", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-current-orientation-type-7", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-current-orientation-angle-4", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-screen-orientations-5", - "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-orientationpendingpromise-10", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-queue-a-global-task-2", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-dom-manipulation-task-source-3", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-relevant-global-object-5", + "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-orientationpendingpromise-12", "https://www.w3.org/TR/screen-orientation/#issue-container-generatedID-3", "https://www.w3.org/TR/screen-orientation/#h-note-3", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-change-1", "https://www.w3.org/TR/screen-orientation/#ref-for-dom-screenorientation-lock-2", - "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-orientationpendingpromise-11", - "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-queue-a-global-task-2", - "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-dom-manipulation-task-source-2", - "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-relevant-global-object-4", + "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-orientationpendingpromise-13", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-screen-orientation-change-steps-1", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-resolve-1", "https://www.w3.org/TR/screen-orientation/#screen-orientation-change", @@ -370,7 +379,7 @@ "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-visibility-state-for-document-1", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-current-orientation-type-8", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-current-orientation-angle-5", - "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-relevant-global-object-5", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-relevant-global-object-6", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-associated-screenorientation-2", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-type-3", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-angle-3", @@ -383,8 +392,8 @@ "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-active-document-4", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-for-each-for-list-2", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-queue-a-global-task-3", - "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-dom-manipulation-task-source-3", - "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-relevant-global-object-6", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-dom-manipulation-task-source-4", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-relevant-global-object-7", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-screen-orientation-change-steps-3", "https://www.w3.org/TR/screen-orientation/#handling-page-visibility-changes", "https://www.w3.org/TR/screen-orientation/#x8-5-handling-page-visibility-changes", @@ -406,9 +415,9 @@ "https://www.w3.org/TR/screen-orientation/#x8-7-fully-unlocking-the-orientation", "https://www.w3.org/TR/screen-orientation/#dfn-fully-unlock-the-screen-orientation-steps", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-document-interface-5", - "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-orientationpendingpromise-12", - "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-reject-and-nullify-the-current-lock-promise-6", - "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-aborterror-exception-5", + "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-orientationpendingpromise-14", + "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-reject-and-nullify-the-current-lock-promise-7", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-aborterror-exception-6", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-top-level-browsing-context-6", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-active-document-6", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-apply-orientation-lock-3", @@ -416,6 +425,8 @@ "https://www.w3.org/TR/screen-orientation/#x9-interaction-with-fullscreen-api", "https://www.w3.org/TR/screen-orientation/#ref-for-dom-screenorientation-lock-3", "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-pre-lock-conditions-2", + "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-document-4", + "https://www.w3.org/TR/screen-orientation/#ref-for-dfn-fully-unlock-the-screen-orientation-steps-2", "https://www.w3.org/TR/screen-orientation/#appmanifest-interaction", "https://www.w3.org/TR/screen-orientation/#x10-interaction-with-web-application-manifest", "https://www.w3.org/TR/screen-orientation/#ref-for-index-term-web-application-manifest-1", @@ -510,12 +521,14 @@ "https://www.w3.org/TR/screen-orientation/#index-term-in-parallel", "https://www.w3.org/TR/screen-orientation/#index-term-page-visibility-change-steps", "https://www.w3.org/TR/screen-orientation/#index-term-queue-a-global-task", + "https://www.w3.org/TR/screen-orientation/#index-term-queue-a-task", "https://www.w3.org/TR/screen-orientation/#index-term-relevant-global-object", "https://www.w3.org/TR/screen-orientation/#index-term-sandboxed-orientation-lock-browsing-context-flag", "https://www.w3.org/TR/screen-orientation/#index-term-top-level-browsing-context", "https://www.w3.org/TR/screen-orientation/#index-term-unloading-document-cleanup-steps", "https://www.w3.org/TR/screen-orientation/#index-term-visibility-state-for-document", "https://www.w3.org/TR/screen-orientation/#index-term-window-interface", + "https://www.w3.org/TR/screen-orientation/#index-term-assert", "https://www.w3.org/TR/screen-orientation/#index-term-for-each-for-list", "https://www.w3.org/TR/screen-orientation/#index-term-ordered-set", "https://www.w3.org/TR/screen-orientation/#index-term-user-agent", diff --git a/tr/ids/scroll-animations-1.json b/tr/ids/scroll-animations-1.json index 59b5886a91a8..df776e2dd087 100644 --- a/tr/ids/scroll-animations-1.json +++ b/tr/ids/scroll-animations-1.json @@ -1,602 +1,601 @@ { "spec": { "title": "Scroll-linked Animations", - "url": "https://drafts.csswg.org/scroll-animations-1/" + "url": "https://www.w3.org/TR/scroll-animations-1/" }, "ids": [ - "https://drafts.csswg.org/scroll-animations-1/#toc-nav", - "https://drafts.csswg.org/scroll-animations-1/#toc-jump", - "https://drafts.csswg.org/scroll-animations-1/#toc-toggle", - "https://drafts.csswg.org/scroll-animations-1/#title", - "https://drafts.csswg.org/scroll-animations-1/#w3c-state", - "https://drafts.csswg.org/scroll-animations-1/#abstract", - "https://drafts.csswg.org/scroll-animations-1/#sotd", - "https://drafts.csswg.org/scroll-animations-1/#w3c_process_revision", - "https://drafts.csswg.org/scroll-animations-1/#toc", - "https://drafts.csswg.org/scroll-animations-1/#contents", - "https://drafts.csswg.org/scroll-animations-1/#intro", - "https://drafts.csswg.org/scroll-animations-1/#scroll-driven-animations", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-timeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-progress-timelines", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines", - "https://drafts.csswg.org/scroll-animations-1/#other-specs", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-concept-animation", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-timeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-timeline%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#async-scrolling", - "https://drafts.csswg.org/scroll-animations-1/#values", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-css-wide-keywords", - "https://drafts.csswg.org/scroll-animations-1/#scroll-timelines", - "https://drafts.csswg.org/scroll-animations-1/#scroll-progress-timelines", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-inactive-timeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-timeline%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-funcdef-scroll", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-functional-notation", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-timeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrolltimeline", - "https://drafts.csswg.org/scroll-animations-1/#scroll-timelines-anonymous", - "https://drafts.csswg.org/scroll-animations-1/#scroll-notation", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-funcdef-scroll%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-funcdef-scroll%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-timeline%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#funcdef-scroll", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-axis", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-mult-opt", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-scroller", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-mult-opt%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#typedef-axis", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-axis%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#typedef-scroller", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-scroller%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-funcdef-scroll%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-block-axis", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#valdef-scroll-block", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-block-axis%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#valdef-scroll-inline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-inline-axis", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#valdef-scroll-vertical", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-y-axis", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#valdef-scroll-horizontal", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-x-axis", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#valdef-scroll-nearest", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#valdef-scroll-root", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A7", - "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline-interface", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#enumdef-scrollaxis", - "https://drafts.csswg.org/scroll-animations-1/#dom-scrollaxis-block", - "https://drafts.csswg.org/scroll-animations-1/#dom-scrollaxis-inline", - "https://drafts.csswg.org/scroll-animations-1/#dom-scrollaxis-horizontal", - "https://drafts.csswg.org/scroll-animations-1/#dom-scrollaxis-vertical", - "https://drafts.csswg.org/scroll-animations-1/#dictdef-scrolltimelineoptions", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-element", - "https://drafts.csswg.org/scroll-animations-1/#dom-scrolltimelineoptions-source", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-enumdef-scrollaxis", - "https://drafts.csswg.org/scroll-animations-1/#dom-scrolltimelineoptions-axis", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-Exposed", - "https://drafts.csswg.org/scroll-animations-1/#scrolltimeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-animationtimeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-scrolltimeline-scrolltimeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dictdef-scrolltimelineoptions", - "https://drafts.csswg.org/scroll-animations-1/#dom-scrolltimeline-scrolltimeline-options-options", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-element%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-scrolltimeline-source", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-enumdef-scrollaxis%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-scrolltimeline-axis", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-animationtimeline%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-animation", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-animatable-animate", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#dom-scrolltimeline-source", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-element%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A8", - "https://drafts.csswg.org/scroll-animations-1/#dom-scrolltimeline-axis", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-enumdef-scrollaxis%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-axis%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-animationtimeline-currenttime", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-animationtimeline%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-writing-mode", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#issue-73faeaf7", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-content-distribute", - "https://drafts.csswg.org/scroll-animations-1/#issue-00572649", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-animationtimeline-currenttime%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#dom-scrolltimeline-scrolltimeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-scrolltimeline-source%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-document-scrollingelement", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-document", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-concept-document-window", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-window", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-current-global-object", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-scrolltimeline-axis%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-scrolltimeline-source%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrollable-overflow", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-effecttiming-duration", - "https://drafts.csswg.org/scroll-animations-1/#scroll-timelines-named", - "https://drafts.csswg.org/scroll-animations-1/#scroll-timeline-name", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-timeline-name", - "https://drafts.csswg.org/scroll-animations-1/#propdef-scroll-timeline-name", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-identifier-value", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-timeline-axis", - "https://drafts.csswg.org/scroll-animations-1/#scroll-timeline-axis", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-timeline-axis%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#propdef-scroll-timeline-axis", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-funcdef-scroll%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#scroll-timeline-shorthand", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-timeline%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#propdef-scroll-timeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-any", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-timeline-axis%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-shorthand-property", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-timeline-axis%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#view-timelines", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A7", - "https://drafts.csswg.org/scroll-animations-1/#view-progress-subject", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrollport", - "https://drafts.csswg.org/scroll-animations-1/#view-progress-timelines", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A8", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrollport%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-visibility-range", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrollport%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrollable-overflow-rectangle", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-timeline%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-viewtimeline", - "https://drafts.csswg.org/scroll-animations-1/#view-timelines-ranges", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range", - "https://drafts.csswg.org/scroll-animations-1/#valdef-animation-timeline-range-cover", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-start", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-border-edge", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-end", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-end%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-border-edge%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-start%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#valdef-animation-timeline-range-contain", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrollport%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-start%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-border-edge%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-start%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-end%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-border-edge%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-end%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-start%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-border-edge%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-start%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-end%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-border-edge%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box%E2%91%A7", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-end%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#valdef-animation-timeline-range-entry", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box%E2%91%A8", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A7", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-valdef-animation-timeline-range-cover", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-valdef-animation-timeline-range-contain", - "https://drafts.csswg.org/scroll-animations-1/#issue-c602d121", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-valdef-animation-timeline-range-entry", - "https://drafts.csswg.org/scroll-animations-1/#valdef-animation-timeline-range-exit", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A8", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-valdef-animation-timeline-range-contain%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-valdef-animation-timeline-range-cover%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#issue-aab79dad", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-writing-mode%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-start%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-end%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-writing-mode%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/scroll-animations-1/#view-timelines-anonymous", - "https://drafts.csswg.org/scroll-animations-1/#viewtimeline-interface", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-viewtimeline%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#dictdef-viewtimelineoptions", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-element%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#dom-viewtimelineoptions-subject", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-enumdef-scrollaxis%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#dom-viewtimelineoptions-axis", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-Exposed%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#viewtimeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A7", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-viewtimeline-viewtimeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dictdef-viewtimelineoptions", - "https://drafts.csswg.org/scroll-animations-1/#dom-viewtimeline-viewtimeline-options-options", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-element%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-viewtimeline-subject", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-cssnumericvalue", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-viewtimeline-startoffset", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-cssnumericvalue%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-viewtimeline-endoffset", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-viewtimeline%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-animationtimeline%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-animation%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-animatable-animate%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#dom-viewtimeline-subject", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-element%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrollport%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#dom-viewtimeline-startoffset", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-cssnumericvalue%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-px", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#dom-viewtimeline-endoffset", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-cssnumericvalue%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-px%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-viewtimeline-startoffset%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-viewtimeline-endoffset%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-x-axis%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-valdef-direction-rtl", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-writing-mode%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#issue-f300c2e9", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-scrolltimeline-source%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A8", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-viewtimeline-subject%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-scrolltimeline-axis%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-axis%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-animationtimeline-currenttime%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-animationtimeline%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A7", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-cssunitvalue", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#dom-viewtimeline-viewtimeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-viewtimeline%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-viewtimeline%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-viewtimeline-subject%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-scrolltimeline-axis%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-scrolltimeline-source%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-viewtimeline-subject%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-scrolltimeline-source%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-viewtimeline-subject%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-viewtimeline%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrollable-overflow%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-viewtimeline%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#issue-d2753247", - "https://drafts.csswg.org/scroll-animations-1/#view-timelines-named", - "https://drafts.csswg.org/scroll-animations-1/#view-timeline-name", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-name", - "https://drafts.csswg.org/scroll-animations-1/#propdef-view-timeline-name", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A7", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-identifier-value%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-mult-comma", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-identifier-value%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A8", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-principal-box%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/scroll-animations-1/#view-timeline-axis", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-axis", - "https://drafts.csswg.org/scroll-animations-1/#propdef-view-timeline-axis", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A8", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-mult-comma%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#view-timeline-inset", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-inset", - "https://drafts.csswg.org/scroll-animations-1/#propdef-view-timeline-inset", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-length-percentage", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-mult-num-range", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-mult-comma%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-valdef-view-timeline-inset-auto", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrollport%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-start%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-end%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scrollport%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#view-progress-visibility-range", - "https://drafts.csswg.org/scroll-animations-1/#valdef-view-timeline-inset-auto", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-padding", - "https://drafts.csswg.org/scroll-animations-1/#valdef-view-timeline-inset-length-percentage", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-padding%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#view-timeline-shorthand", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#propdef-view-timeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-any%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-mult-comma%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-shorthand-property%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#issue-6b6d7174", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#timeline-scope", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-timeline%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-selector", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-flat-tree", - "https://drafts.csswg.org/scroll-animations-1/#issue-330d057d", - "https://drafts.csswg.org/scroll-animations-1/#avoiding-cycles", - "https://drafts.csswg.org/scroll-animations-1/#layout-cycles", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-layout-cycles", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-animationframeprovider-requestanimationframe", - "https://drafts.csswg.org/scroll-animations-1/#timeline-ranges", - "https://drafts.csswg.org/scroll-animations-1/#issue-79ed79d9", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#named-timeline-range", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-timeline%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-timeline%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#typedef-timeline-range-name", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-timeline-range-name", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-css-css-identifier", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#named-range-keyframes", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A7", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-at-ruledef-keyframes", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-keyframe-selector", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-percentage-value", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-percentage-value%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-css-css-identifier%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A8", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-percentage-value%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#named-range-animation-declaration", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#propdef-animation-delay", - "https://drafts.csswg.org/scroll-animations-1/#propdef-animation-range", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-delay-start", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-delay-end", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-mult-opt%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-mult-comma%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-delay", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-range", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-shorthand-property%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-delay-start%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-delay-end%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-delay-end%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-delay-start%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-delay-end%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#propdef-animation-delay-start", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-time-value", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-percentage-value%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#valdef-animation-delay-start-time", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-time-value%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#valdef-animation-delay-start-timeline-range-name-percentage", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-percentage-value%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-timeline%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#propdef-animation-delay-end", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-time-value%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-percentage-value%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-delay-start%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#named-range-getTime", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-animationtimeline%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-animationtimeline-getcurrenttime", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-Exposed%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#animationtimeline", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedefdef-cssnumberish", - "https://drafts.csswg.org/scroll-animations-1/#dom-animationtimeline-currenttime", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-cssnumericvalue%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-animationtimeline-getcurrenttime%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-cssomstring", - "https://drafts.csswg.org/scroll-animations-1/#dom-animationtimeline-getcurrenttime-rangename-rangename", - "https://drafts.csswg.org/scroll-animations-1/#dom-animationtimeline-getcurrenttime", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-method-steps", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-this", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-this%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-create-a-cssunitvalue-from-a-pair", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-this%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-dom-animationtimeline-currenttime%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-create-a-cssunitvalue-from-a-pair%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#w3c-conformance", - "https://drafts.csswg.org/scroll-animations-1/#w3c-conventions", - "https://drafts.csswg.org/scroll-animations-1/#w3c-example", - "https://drafts.csswg.org/scroll-animations-1/#w3c-conformance-classes", - "https://drafts.csswg.org/scroll-animations-1/#w3c-partial", - "https://drafts.csswg.org/scroll-animations-1/#w3c-conform-future-proofing", - "https://drafts.csswg.org/scroll-animations-1/#w3c-testing", - "https://drafts.csswg.org/scroll-animations-1/#index", - "https://drafts.csswg.org/scroll-animations-1/#index-defined-here", - "https://drafts.csswg.org/scroll-animations-1/#index-defined-elsewhere", - "https://drafts.csswg.org/scroll-animations-1/#term-for-content-distribute", - "https://drafts.csswg.org/scroll-animations-1/#term-for-typedef-keyframe-selector", - "https://drafts.csswg.org/scroll-animations-1/#term-for-at-ruledef-keyframes", - "https://drafts.csswg.org/scroll-animations-1/#term-for-propdef-animation-timeline", - "https://drafts.csswg.org/scroll-animations-1/#term-for-border-edge", - "https://drafts.csswg.org/scroll-animations-1/#term-for-shorthand-property", - "https://drafts.csswg.org/scroll-animations-1/#term-for-shorthand-property%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#term-for-principal-box", - "https://drafts.csswg.org/scroll-animations-1/#term-for-scroll-container", - "https://drafts.csswg.org/scroll-animations-1/#term-for-scrollable-overflow", - "https://drafts.csswg.org/scroll-animations-1/#term-for-scrollable-overflow-rectangle", - "https://drafts.csswg.org/scroll-animations-1/#term-for-scrollport", - "https://drafts.csswg.org/scroll-animations-1/#term-for-flat-tree", - "https://drafts.csswg.org/scroll-animations-1/#term-for-propdef-scroll-padding", - "https://drafts.csswg.org/scroll-animations-1/#term-for-typedefdef-cssnumberish", - "https://drafts.csswg.org/scroll-animations-1/#term-for-cssnumericvalue", - "https://drafts.csswg.org/scroll-animations-1/#term-for-cssunitvalue", - "https://drafts.csswg.org/scroll-animations-1/#term-for-create-a-cssunitvalue-from-a-pair", - "https://drafts.csswg.org/scroll-animations-1/#term-for-mult-comma", - "https://drafts.csswg.org/scroll-animations-1/#term-for-identifier-value", - "https://drafts.csswg.org/scroll-animations-1/#term-for-typedef-length-percentage", - "https://drafts.csswg.org/scroll-animations-1/#term-for-percentage-value", - "https://drafts.csswg.org/scroll-animations-1/#term-for-time-value", - "https://drafts.csswg.org/scroll-animations-1/#term-for-mult-opt", - "https://drafts.csswg.org/scroll-animations-1/#term-for-css-css-identifier", - "https://drafts.csswg.org/scroll-animations-1/#term-for-css-wide-keywords", - "https://drafts.csswg.org/scroll-animations-1/#term-for-functional-notation", - "https://drafts.csswg.org/scroll-animations-1/#term-for-px", - "https://drafts.csswg.org/scroll-animations-1/#term-for-mult-num-range", - "https://drafts.csswg.org/scroll-animations-1/#term-for-comb-one", - "https://drafts.csswg.org/scroll-animations-1/#term-for-comb-any", - "https://drafts.csswg.org/scroll-animations-1/#term-for-block-axis", - "https://drafts.csswg.org/scroll-animations-1/#term-for-end", - "https://drafts.csswg.org/scroll-animations-1/#term-for-x-axis", - "https://drafts.csswg.org/scroll-animations-1/#term-for-inline-axis", - "https://drafts.csswg.org/scroll-animations-1/#term-for-valdef-direction-rtl", - "https://drafts.csswg.org/scroll-animations-1/#term-for-start", - "https://drafts.csswg.org/scroll-animations-1/#term-for-y-axis", - "https://drafts.csswg.org/scroll-animations-1/#term-for-writing-mode", - "https://drafts.csswg.org/scroll-animations-1/#term-for-cssomstring", - "https://drafts.csswg.org/scroll-animations-1/#term-for-dom-document-scrollingelement", - "https://drafts.csswg.org/scroll-animations-1/#term-for-document", - "https://drafts.csswg.org/scroll-animations-1/#term-for-element", - "https://drafts.csswg.org/scroll-animations-1/#term-for-window", - "https://drafts.csswg.org/scroll-animations-1/#term-for-current-global-object", - "https://drafts.csswg.org/scroll-animations-1/#term-for-concept-document-window", - "https://drafts.csswg.org/scroll-animations-1/#term-for-dom-animationframeprovider-requestanimationframe", - "https://drafts.csswg.org/scroll-animations-1/#term-for-selector", - "https://drafts.csswg.org/scroll-animations-1/#term-for-animation", - "https://drafts.csswg.org/scroll-animations-1/#term-for-dom-animatable-animate", - "https://drafts.csswg.org/scroll-animations-1/#term-for-concept-animation", - "https://drafts.csswg.org/scroll-animations-1/#term-for-dom-effecttiming-duration", - "https://drafts.csswg.org/scroll-animations-1/#term-for-inactive-timeline", - "https://drafts.csswg.org/scroll-animations-1/#term-for-timeline", - "https://drafts.csswg.org/scroll-animations-1/#term-for-Exposed", - "https://drafts.csswg.org/scroll-animations-1/#term-for-method-steps", - "https://drafts.csswg.org/scroll-animations-1/#term-for-this", - "https://drafts.csswg.org/scroll-animations-1/#references", - "https://drafts.csswg.org/scroll-animations-1/#normative", - "https://drafts.csswg.org/scroll-animations-1/#biblio-css-align-3", - "https://drafts.csswg.org/scroll-animations-1/#biblio-css-animations-1", - "https://drafts.csswg.org/scroll-animations-1/#biblio-css-animations-2", - "https://drafts.csswg.org/scroll-animations-1/#biblio-css-box-4", - "https://drafts.csswg.org/scroll-animations-1/#biblio-css-cascade-5", - "https://drafts.csswg.org/scroll-animations-1/#biblio-css-display-3", - "https://drafts.csswg.org/scroll-animations-1/#biblio-css-overflow-3", - "https://drafts.csswg.org/scroll-animations-1/#biblio-css-scroll-snap-1", - "https://drafts.csswg.org/scroll-animations-1/#biblio-css-typed-om-1", - "https://drafts.csswg.org/scroll-animations-1/#biblio-css-values-3", - "https://drafts.csswg.org/scroll-animations-1/#biblio-css-values-4", - "https://drafts.csswg.org/scroll-animations-1/#biblio-css-writing-modes-4", - "https://drafts.csswg.org/scroll-animations-1/#biblio-css2", - "https://drafts.csswg.org/scroll-animations-1/#biblio-cssom-1", - "https://drafts.csswg.org/scroll-animations-1/#biblio-cssom-view-1", - "https://drafts.csswg.org/scroll-animations-1/#biblio-dom", - "https://drafts.csswg.org/scroll-animations-1/#biblio-html", - "https://drafts.csswg.org/scroll-animations-1/#biblio-rfc2119", - "https://drafts.csswg.org/scroll-animations-1/#biblio-web-animations-1", - "https://drafts.csswg.org/scroll-animations-1/#biblio-webidl", - "https://drafts.csswg.org/scroll-animations-1/#informative", - "https://drafts.csswg.org/scroll-animations-1/#biblio-css-scoping-1", - "https://drafts.csswg.org/scroll-animations-1/#biblio-scroll-animations-1", - "https://drafts.csswg.org/scroll-animations-1/#biblio-selectors-4", - "https://drafts.csswg.org/scroll-animations-1/#property-index", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-delay%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-delay-end%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-delay-start%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-range%E2%91%A0", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-timeline%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-timeline-axis%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A6", - "https://drafts.csswg.org/scroll-animations-1/#idl-index", - "https://drafts.csswg.org/scroll-animations-1/#issues-index", - "https://drafts.csswg.org/scroll-animations-1/#generator" + "https://www.w3.org/TR/scroll-animations-1/#toc-nav", + "https://www.w3.org/TR/scroll-animations-1/#toc-jump", + "https://www.w3.org/TR/scroll-animations-1/#toc-toggle", + "https://www.w3.org/TR/scroll-animations-1/#title", + "https://www.w3.org/TR/scroll-animations-1/#w3c-state", + "https://www.w3.org/TR/scroll-animations-1/#abstract", + "https://www.w3.org/TR/scroll-animations-1/#sotd", + "https://www.w3.org/TR/scroll-animations-1/#w3c_process_revision", + "https://www.w3.org/TR/scroll-animations-1/#toc", + "https://www.w3.org/TR/scroll-animations-1/#contents", + "https://www.w3.org/TR/scroll-animations-1/#intro", + "https://www.w3.org/TR/scroll-animations-1/#scroll-driven-animations", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-timeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines", + "https://www.w3.org/TR/scroll-animations-1/#other-specs", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-concept-animation", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#async-scrolling", + "https://www.w3.org/TR/scroll-animations-1/#values", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-css-wide-keywords", + "https://www.w3.org/TR/scroll-animations-1/#scroll-timelines", + "https://www.w3.org/TR/scroll-animations-1/#scroll-progress-timelines", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-timeline%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-funcdef-scroll", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-functional-notation", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline", + "https://www.w3.org/TR/scroll-animations-1/#scroll-timelines-anonymous", + "https://www.w3.org/TR/scroll-animations-1/#scroll-notation", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-funcdef-scroll%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-funcdef-scroll%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-timeline%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#funcdef-scroll", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-opt", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-scroller", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-opt%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#typedef-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-axis%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#typedef-scroller", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-scroller%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-funcdef-scroll%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-block-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-block", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-block-axis%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-inline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inline-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-vertical", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-y-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-horizontal", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-x-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-nearest", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-root", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline-interface", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#enumdef-scrollaxis", + "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-block", + "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-inline", + "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-horizontal", + "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-vertical", + "https://www.w3.org/TR/scroll-animations-1/#dictdef-scrolltimelineoptions", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-element", + "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimelineoptions-source", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-enumdef-scrollaxis", + "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimelineoptions-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-Exposed", + "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animationtimeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-scrolltimeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dictdef-scrolltimelineoptions", + "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimeline-scrolltimeline-options-options", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-element%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-source", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-enumdef-scrollaxis%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animationtimeline%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animatable-animate", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimeline-source", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-element%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-enumdef-scrollaxis%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-axis%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationtimeline-currenttime", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animationtimeline%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-writing-mode", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#issue-73faeaf7", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-content-distribute", + "https://www.w3.org/TR/scroll-animations-1/#issue-00572649", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationtimeline-currenttime%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimeline-scrolltimeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-source%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-document-scrollingelement", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-document", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-concept-document-windowconcept-document-window", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-window", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-current-global-object", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-axis%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-source%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollable-overflow", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-effecttiming-duration", + "https://www.w3.org/TR/scroll-animations-1/#scroll-timelines-named", + "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-name", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name", + "https://www.w3.org/TR/scroll-animations-1/#propdef-scroll-timeline-name", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-identifier-value", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-axis%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#propdef-scroll-timeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-funcdef-scroll%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-shorthand", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#propdef-scroll-timeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-any", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-axis%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-shorthand-property", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-axis%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#view-timelines", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#view-progress-subject", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollport", + "https://www.w3.org/TR/scroll-animations-1/#view-progress-timelines", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollport%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-visibility-range", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollport%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollable-overflow-rectangle", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-timeline%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-viewtimeline", + "https://www.w3.org/TR/scroll-animations-1/#view-timelines-ranges", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range", + "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-timeline-range-cover", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-start", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-border-edge", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-end", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-end%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-border-edge%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-start%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-timeline-range-contain", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollport%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-start%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-border-edge%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-start%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-end%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-border-edge%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-end%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-start%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-border-edge%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-start%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-end%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-border-edge%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-end%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-timeline-range-entry", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-animation-timeline-range-cover", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-animation-timeline-range-contain", + "https://www.w3.org/TR/scroll-animations-1/#issue-c602d121", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-animation-timeline-range-entry", + "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-timeline-range-exit", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-animation-timeline-range-contain%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-animation-timeline-range-cover%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#issue-aab79dad", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-writing-mode%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-start%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-end%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-writing-mode%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#view-timelines-anonymous", + "https://www.w3.org/TR/scroll-animations-1/#viewtimeline-interface", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-viewtimeline%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#dictdef-viewtimelineoptions", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-element%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimelineoptions-subject", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-enumdef-scrollaxis%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimelineoptions-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-Exposed%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#viewtimeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-viewtimeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dictdef-viewtimelineoptions", + "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimeline-viewtimeline-options-options", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-element%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-subject", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-cssnumericvalue", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-startoffset", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-cssnumericvalue%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-endoffset", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-viewtimeline%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animationtimeline%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animatable-animate%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimeline-subject", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-element%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollport%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimeline-startoffset", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-cssnumericvalue%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-px", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimeline-endoffset", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-cssnumericvalue%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-px%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-startoffset%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-endoffset%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-x-axis%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-direction-rtl", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-writing-mode%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#issue-f300c2e9", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-source%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-subject%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-axis%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-axis%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationtimeline-currenttime%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animationtimeline%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-cssunitvalue", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimeline-viewtimeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-viewtimeline%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-viewtimeline%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-subject%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-axis%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-source%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-subject%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-source%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-subject%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-viewtimeline%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollable-overflow%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-viewtimeline%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#issue-d2753247", + "https://www.w3.org/TR/scroll-animations-1/#view-timelines-named", + "https://www.w3.org/TR/scroll-animations-1/#view-timeline-name", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name", + "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline-name", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-identifier-value%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-identifier-value%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#view-timeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#view-timeline-inset", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-inset", + "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline-inset", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-num-range", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-view-timeline-inset-auto", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollport%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-start%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-end%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollport%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#view-progress-visibility-range", + "https://www.w3.org/TR/scroll-animations-1/#valdef-view-timeline-inset-auto", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-padding", + "https://www.w3.org/TR/scroll-animations-1/#valdef-view-timeline-inset-length-percentage", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-padding%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#view-timeline-shorthand", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-any%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-shorthand-property%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#issue-6b6d7174", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#timeline-scope", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-timeline%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-selector", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-flat-tree", + "https://www.w3.org/TR/scroll-animations-1/#issue-330d057d", + "https://www.w3.org/TR/scroll-animations-1/#avoiding-cycles", + "https://www.w3.org/TR/scroll-animations-1/#layout-cycles", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-layout-cycles", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationframeprovider-requestanimationframe", + "https://www.w3.org/TR/scroll-animations-1/#timeline-ranges", + "https://www.w3.org/TR/scroll-animations-1/#issue-79ed79d9", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#named-timeline-range", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#typedef-timeline-range-name", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-css-css-identifier", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#named-range-keyframes", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-at-ruledef-keyframes", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-keyframe-selector", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-percentage-value", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-percentage-value%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-css-css-identifier%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-percentage-value%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#named-range-animation-declaration", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#propdef-animation-delay", + "https://www.w3.org/TR/scroll-animations-1/#propdef-animation-range", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-delay-start", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-delay-end", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-opt%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-delay", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-shorthand-property%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-delay-start%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-delay-end%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-delay-end%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-delay-start%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-delay-end%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#propdef-animation-delay-start", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-time-value", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-percentage-value%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-delay-start-time", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-time-value%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-delay-start-timeline-range-name-percentage", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-percentage-value%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#propdef-animation-delay-end", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-time-value%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-percentage-value%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-delay-start%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#named-range-getTime", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animationtimeline%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationtimeline-getcurrenttime", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-Exposed%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#animationtimeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedefdef-cssnumberish", + "https://www.w3.org/TR/scroll-animations-1/#dom-animationtimeline-currenttime", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-cssnumericvalue%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationtimeline-getcurrenttime%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-cssomstring", + "https://www.w3.org/TR/scroll-animations-1/#dom-animationtimeline-getcurrenttime-rangename-rangename", + "https://www.w3.org/TR/scroll-animations-1/#dom-animationtimeline-getcurrenttime", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-method-steps", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-this", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-this%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-create-a-cssunitvalue-from-a-pair", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-this%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationtimeline-currenttime%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-create-a-cssunitvalue-from-a-pair%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#w3c-conformance", + "https://www.w3.org/TR/scroll-animations-1/#w3c-conventions", + "https://www.w3.org/TR/scroll-animations-1/#w3c-example", + "https://www.w3.org/TR/scroll-animations-1/#w3c-conformance-classes", + "https://www.w3.org/TR/scroll-animations-1/#w3c-partial", + "https://www.w3.org/TR/scroll-animations-1/#w3c-conform-future-proofing", + "https://www.w3.org/TR/scroll-animations-1/#w3c-testing", + "https://www.w3.org/TR/scroll-animations-1/#index", + "https://www.w3.org/TR/scroll-animations-1/#index-defined-here", + "https://www.w3.org/TR/scroll-animations-1/#index-defined-elsewhere", + "https://www.w3.org/TR/scroll-animations-1/#term-for-content-distribute", + "https://www.w3.org/TR/scroll-animations-1/#term-for-typedef-keyframe-selector", + "https://www.w3.org/TR/scroll-animations-1/#term-for-at-ruledef-keyframes", + "https://www.w3.org/TR/scroll-animations-1/#term-for-propdef-animation-timeline", + "https://www.w3.org/TR/scroll-animations-1/#term-for-border-edge", + "https://www.w3.org/TR/scroll-animations-1/#term-for-shorthand-property", + "https://www.w3.org/TR/scroll-animations-1/#term-for-shorthand-property%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#term-for-principal-box", + "https://www.w3.org/TR/scroll-animations-1/#term-for-scroll-container", + "https://www.w3.org/TR/scroll-animations-1/#term-for-scrollable-overflow", + "https://www.w3.org/TR/scroll-animations-1/#term-for-scrollable-overflow-rectangle", + "https://www.w3.org/TR/scroll-animations-1/#term-for-scrollport", + "https://www.w3.org/TR/scroll-animations-1/#term-for-flat-tree", + "https://www.w3.org/TR/scroll-animations-1/#term-for-propdef-scroll-padding", + "https://www.w3.org/TR/scroll-animations-1/#term-for-typedefdef-cssnumberish", + "https://www.w3.org/TR/scroll-animations-1/#term-for-cssnumericvalue", + "https://www.w3.org/TR/scroll-animations-1/#term-for-cssunitvalue", + "https://www.w3.org/TR/scroll-animations-1/#term-for-create-a-cssunitvalue-from-a-pair", + "https://www.w3.org/TR/scroll-animations-1/#term-for-mult-comma", + "https://www.w3.org/TR/scroll-animations-1/#term-for-identifier-value", + "https://www.w3.org/TR/scroll-animations-1/#term-for-typedef-length-percentage", + "https://www.w3.org/TR/scroll-animations-1/#term-for-percentage-value", + "https://www.w3.org/TR/scroll-animations-1/#term-for-time-value", + "https://www.w3.org/TR/scroll-animations-1/#term-for-mult-opt", + "https://www.w3.org/TR/scroll-animations-1/#term-for-css-css-identifier", + "https://www.w3.org/TR/scroll-animations-1/#term-for-css-wide-keywords", + "https://www.w3.org/TR/scroll-animations-1/#term-for-functional-notation", + "https://www.w3.org/TR/scroll-animations-1/#term-for-px", + "https://www.w3.org/TR/scroll-animations-1/#term-for-mult-num-range", + "https://www.w3.org/TR/scroll-animations-1/#term-for-comb-one", + "https://www.w3.org/TR/scroll-animations-1/#term-for-comb-any", + "https://www.w3.org/TR/scroll-animations-1/#term-for-block-axis", + "https://www.w3.org/TR/scroll-animations-1/#term-for-end", + "https://www.w3.org/TR/scroll-animations-1/#term-for-x-axis", + "https://www.w3.org/TR/scroll-animations-1/#term-for-inline-axis", + "https://www.w3.org/TR/scroll-animations-1/#term-for-valdef-direction-rtl", + "https://www.w3.org/TR/scroll-animations-1/#term-for-start", + "https://www.w3.org/TR/scroll-animations-1/#term-for-y-axis", + "https://www.w3.org/TR/scroll-animations-1/#term-for-writing-mode", + "https://www.w3.org/TR/scroll-animations-1/#term-for-cssomstring", + "https://www.w3.org/TR/scroll-animations-1/#term-for-dom-document-scrollingelement", + "https://www.w3.org/TR/scroll-animations-1/#term-for-document", + "https://www.w3.org/TR/scroll-animations-1/#term-for-element", + "https://www.w3.org/TR/scroll-animations-1/#term-for-window", + "https://www.w3.org/TR/scroll-animations-1/#term-for-current-global-object", + "https://www.w3.org/TR/scroll-animations-1/#term-for-concept-document-windowconcept-document-window", + "https://www.w3.org/TR/scroll-animations-1/#term-for-dom-animationframeprovider-requestanimationframe", + "https://www.w3.org/TR/scroll-animations-1/#term-for-selector", + "https://www.w3.org/TR/scroll-animations-1/#term-for-animation", + "https://www.w3.org/TR/scroll-animations-1/#term-for-dom-animatable-animate", + "https://www.w3.org/TR/scroll-animations-1/#term-for-concept-animation", + "https://www.w3.org/TR/scroll-animations-1/#term-for-dom-effecttiming-duration", + "https://www.w3.org/TR/scroll-animations-1/#term-for-inactive-timeline", + "https://www.w3.org/TR/scroll-animations-1/#term-for-timeline", + "https://www.w3.org/TR/scroll-animations-1/#term-for-Exposed", + "https://www.w3.org/TR/scroll-animations-1/#term-for-method-steps", + "https://www.w3.org/TR/scroll-animations-1/#term-for-this", + "https://www.w3.org/TR/scroll-animations-1/#references", + "https://www.w3.org/TR/scroll-animations-1/#normative", + "https://www.w3.org/TR/scroll-animations-1/#biblio-css-align-3", + "https://www.w3.org/TR/scroll-animations-1/#biblio-css-animations-1", + "https://www.w3.org/TR/scroll-animations-1/#biblio-css-animations-2", + "https://www.w3.org/TR/scroll-animations-1/#biblio-css-box-4", + "https://www.w3.org/TR/scroll-animations-1/#biblio-css-cascade-5", + "https://www.w3.org/TR/scroll-animations-1/#biblio-css-display-3", + "https://www.w3.org/TR/scroll-animations-1/#biblio-css-overflow-3", + "https://www.w3.org/TR/scroll-animations-1/#biblio-css-scroll-snap-1", + "https://www.w3.org/TR/scroll-animations-1/#biblio-css-typed-om-1", + "https://www.w3.org/TR/scroll-animations-1/#biblio-css-values-3", + "https://www.w3.org/TR/scroll-animations-1/#biblio-css-values-4", + "https://www.w3.org/TR/scroll-animations-1/#biblio-css-writing-modes-4", + "https://www.w3.org/TR/scroll-animations-1/#biblio-css2", + "https://www.w3.org/TR/scroll-animations-1/#biblio-cssom-1", + "https://www.w3.org/TR/scroll-animations-1/#biblio-cssom-view-1", + "https://www.w3.org/TR/scroll-animations-1/#biblio-dom", + "https://www.w3.org/TR/scroll-animations-1/#biblio-html", + "https://www.w3.org/TR/scroll-animations-1/#biblio-rfc2119", + "https://www.w3.org/TR/scroll-animations-1/#biblio-web-animations-1", + "https://www.w3.org/TR/scroll-animations-1/#biblio-webidl", + "https://www.w3.org/TR/scroll-animations-1/#informative", + "https://www.w3.org/TR/scroll-animations-1/#biblio-css-scoping-1", + "https://www.w3.org/TR/scroll-animations-1/#biblio-scroll-animations-1", + "https://www.w3.org/TR/scroll-animations-1/#biblio-selectors-4", + "https://www.w3.org/TR/scroll-animations-1/#property-index", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-delay%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-delay-end%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-delay-start%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-axis%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#idl-index", + "https://www.w3.org/TR/scroll-animations-1/#issues-index" ] } \ No newline at end of file diff --git a/tr/ids/selectors-4.json b/tr/ids/selectors-4.json index 43b72ee7c807..7dc242e7c125 100644 --- a/tr/ids/selectors-4.json +++ b/tr/ids/selectors-4.json @@ -8,6 +8,7 @@ "https://www.w3.org/TR/selectors-4/#toc-jump", "https://www.w3.org/TR/selectors-4/#toc-toggle", "https://www.w3.org/TR/selectors-4/#title", + "https://www.w3.org/TR/selectors-4/#annotation_root_", "https://www.w3.org/TR/selectors-4/#w3c-state", "https://www.w3.org/TR/selectors-4/#abstract", "https://www.w3.org/TR/selectors-4/#ref-for-selector", diff --git a/tr/ids/tc39-temporal.json b/tr/ids/tc39-temporal.json index 95e876e34b23..3e8363d57500 100644 --- a/tr/ids/tc39-temporal.json +++ b/tr/ids/tc39-temporal.json @@ -46,198 +46,178 @@ "https://tc39.es/proposal-temporal/#sec-temporal-now-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-function-properties-of-the-temporal-now-object", "https://tc39.es/proposal-temporal/#sec-temporal.now.timezone", - "https://tc39.es/proposal-temporal/#_ref_72", - "https://tc39.es/proposal-temporal/#sec-temporal.now.instant", - "https://tc39.es/proposal-temporal/#_ref_73", - "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindatetime", - "https://tc39.es/proposal-temporal/#_ref_74", - "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindatetimeiso", - "https://tc39.es/proposal-temporal/#_ref_75", - "https://tc39.es/proposal-temporal/#_ref_76", - "https://tc39.es/proposal-temporal/#sec-temporal.now.zoneddatetime", - "https://tc39.es/proposal-temporal/#_ref_77", - "https://tc39.es/proposal-temporal/#sec-temporal.now.zoneddatetimeiso", - "https://tc39.es/proposal-temporal/#_ref_78", - "https://tc39.es/proposal-temporal/#_ref_79", - "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindate", - "https://tc39.es/proposal-temporal/#_ref_80", - "https://tc39.es/proposal-temporal/#_ref_81", - "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindateiso", - "https://tc39.es/proposal-temporal/#_ref_82", - "https://tc39.es/proposal-temporal/#_ref_83", - "https://tc39.es/proposal-temporal/#_ref_84", - "https://tc39.es/proposal-temporal/#sec-temporal.now.plaintimeiso", - "https://tc39.es/proposal-temporal/#_ref_85", - "https://tc39.es/proposal-temporal/#_ref_86", - "https://tc39.es/proposal-temporal/#_ref_87", - "https://tc39.es/proposal-temporal/#sec-temporal-now-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-systemtimezone", - "https://tc39.es/proposal-temporal/#_ref_88", - "https://tc39.es/proposal-temporal/#sec-temporal-systemutcepochnanoseconds", - "https://tc39.es/proposal-temporal/#step-temporal-systemutcepochnanoseconds-clamp", - "https://tc39.es/proposal-temporal/#_ref_89", - "https://tc39.es/proposal-temporal/#_ref_90", - "https://tc39.es/proposal-temporal/#_ref_9", - "https://tc39.es/proposal-temporal/#sec-temporal-systeminstant", "https://tc39.es/proposal-temporal/#_ref_91", + "https://tc39.es/proposal-temporal/#sec-temporal.now.instant", "https://tc39.es/proposal-temporal/#_ref_92", - "https://tc39.es/proposal-temporal/#sec-temporal-systemdatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindatetime", "https://tc39.es/proposal-temporal/#_ref_93", + "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindatetimeiso", "https://tc39.es/proposal-temporal/#_ref_94", "https://tc39.es/proposal-temporal/#_ref_95", + "https://tc39.es/proposal-temporal/#sec-temporal.now.zoneddatetime", "https://tc39.es/proposal-temporal/#_ref_96", + "https://tc39.es/proposal-temporal/#sec-temporal.now.zoneddatetimeiso", "https://tc39.es/proposal-temporal/#_ref_97", - "https://tc39.es/proposal-temporal/#sec-temporal-systemzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_98", + "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindate", "https://tc39.es/proposal-temporal/#_ref_99", "https://tc39.es/proposal-temporal/#_ref_100", + "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindateiso", "https://tc39.es/proposal-temporal/#_ref_101", "https://tc39.es/proposal-temporal/#_ref_102", - "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate", "https://tc39.es/proposal-temporal/#_ref_103", + "https://tc39.es/proposal-temporal/#sec-temporal.now.plaintimeiso", "https://tc39.es/proposal-temporal/#_ref_104", "https://tc39.es/proposal-temporal/#_ref_105", "https://tc39.es/proposal-temporal/#_ref_106", + "https://tc39.es/proposal-temporal/#sec-temporal-now-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-systemtimezone", "https://tc39.es/proposal-temporal/#_ref_107", + "https://tc39.es/proposal-temporal/#sec-temporal-systemutcepochnanoseconds", + "https://tc39.es/proposal-temporal/#step-temporal-systemutcepochnanoseconds-clamp", "https://tc39.es/proposal-temporal/#_ref_108", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindate-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.from", "https://tc39.es/proposal-temporal/#_ref_109", + "https://tc39.es/proposal-temporal/#_ref_9", + "https://tc39.es/proposal-temporal/#sec-temporal-systeminstant", "https://tc39.es/proposal-temporal/#_ref_110", "https://tc39.es/proposal-temporal/#_ref_111", + "https://tc39.es/proposal-temporal/#sec-temporal-systemdatetime", "https://tc39.es/proposal-temporal/#_ref_112", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.compare", "https://tc39.es/proposal-temporal/#_ref_113", "https://tc39.es/proposal-temporal/#_ref_114", "https://tc39.es/proposal-temporal/#_ref_115", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindate-prototype-object", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype-@@tostringtag", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.calendar", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.year", "https://tc39.es/proposal-temporal/#_ref_116", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.month", + "https://tc39.es/proposal-temporal/#sec-temporal-systemzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_117", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthCode", "https://tc39.es/proposal-temporal/#_ref_118", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.day", "https://tc39.es/proposal-temporal/#_ref_119", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_120", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_121", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.weekofyear", + "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate", "https://tc39.es/proposal-temporal/#_ref_122", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_123", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_124", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_125", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_126", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_127", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainyearmonth", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindate-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.from", "https://tc39.es/proposal-temporal/#_ref_128", "https://tc39.es/proposal-temporal/#_ref_129", "https://tc39.es/proposal-temporal/#_ref_130", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_131", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.compare", "https://tc39.es/proposal-temporal/#_ref_132", "https://tc39.es/proposal-temporal/#_ref_133", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.getisofields", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.add", "https://tc39.es/proposal-temporal/#_ref_134", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindate-prototype-object", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype-@@tostringtag", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.calendar", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.year", "https://tc39.es/proposal-temporal/#_ref_135", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.month", "https://tc39.es/proposal-temporal/#_ref_136", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.subtract", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthCode", "https://tc39.es/proposal-temporal/#_ref_137", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.day", "https://tc39.es/proposal-temporal/#_ref_138", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_139", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_140", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.with", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_141", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_142", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_143", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_144", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_145", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_146", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_147", "https://tc39.es/proposal-temporal/#_ref_148", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_149", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_150", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.until", "https://tc39.es/proposal-temporal/#_ref_151", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.since", "https://tc39.es/proposal-temporal/#_ref_152", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.equals", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.getisofields", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.add", "https://tc39.es/proposal-temporal/#_ref_153", "https://tc39.es/proposal-temporal/#_ref_154", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_155", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_156", "https://tc39.es/proposal-temporal/#_ref_157", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_158", "https://tc39.es/proposal-temporal/#_ref_159", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.with", "https://tc39.es/proposal-temporal/#_ref_160", "https://tc39.es/proposal-temporal/#_ref_161", "https://tc39.es/proposal-temporal/#_ref_162", "https://tc39.es/proposal-temporal/#_ref_163", "https://tc39.es/proposal-temporal/#_ref_164", "https://tc39.es/proposal-temporal/#_ref_165", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_166", "https://tc39.es/proposal-temporal/#_ref_167", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_168", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_169", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.until", "https://tc39.es/proposal-temporal/#_ref_170", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindate-instances", - "https://tc39.es/proposal-temporal/#_ref_10", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldate-instances", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.since", "https://tc39.es/proposal-temporal/#_ref_171", - "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-records", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_172", - "https://tc39.es/proposal-temporal/#_ref_11", - "https://tc39.es/proposal-temporal/#table-temporal-iso-date-record-fields", "https://tc39.es/proposal-temporal/#_ref_173", - "https://tc39.es/proposal-temporal/#sec-temporal-create-iso-date-record", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_174", "https://tc39.es/proposal-temporal/#_ref_175", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldate", "https://tc39.es/proposal-temporal/#_ref_176", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_177", "https://tc39.es/proposal-temporal/#_ref_178", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldate", "https://tc39.es/proposal-temporal/#_ref_179", "https://tc39.es/proposal-temporal/#_ref_180", "https://tc39.es/proposal-temporal/#_ref_181", "https://tc39.es/proposal-temporal/#_ref_182", "https://tc39.es/proposal-temporal/#_ref_183", "https://tc39.es/proposal-temporal/#_ref_184", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_185", "https://tc39.es/proposal-temporal/#_ref_186", "https://tc39.es/proposal-temporal/#_ref_187", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_188", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_189", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindate-instances", + "https://tc39.es/proposal-temporal/#_ref_10", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldate-instances", "https://tc39.es/proposal-temporal/#_ref_190", + "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-records", "https://tc39.es/proposal-temporal/#_ref_191", + "https://tc39.es/proposal-temporal/#_ref_11", + "https://tc39.es/proposal-temporal/#table-temporal-iso-date-record-fields", "https://tc39.es/proposal-temporal/#_ref_192", + "https://tc39.es/proposal-temporal/#sec-temporal-create-iso-date-record", "https://tc39.es/proposal-temporal/#_ref_193", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodate", "https://tc39.es/proposal-temporal/#_ref_194", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldate", "https://tc39.es/proposal-temporal/#_ref_195", "https://tc39.es/proposal-temporal/#_ref_196", "https://tc39.es/proposal-temporal/#_ref_197", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldate", "https://tc39.es/proposal-temporal/#_ref_198", "https://tc39.es/proposal-temporal/#_ref_199", "https://tc39.es/proposal-temporal/#_ref_200", @@ -252,184 +232,180 @@ "https://tc39.es/proposal-temporal/#_ref_209", "https://tc39.es/proposal-temporal/#_ref_210", "https://tc39.es/proposal-temporal/#_ref_211", - "https://tc39.es/proposal-temporal/#sec-temporal-regulateisodate", "https://tc39.es/proposal-temporal/#_ref_212", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodate", "https://tc39.es/proposal-temporal/#_ref_213", "https://tc39.es/proposal-temporal/#_ref_214", "https://tc39.es/proposal-temporal/#_ref_215", "https://tc39.es/proposal-temporal/#_ref_216", "https://tc39.es/proposal-temporal/#_ref_217", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisodate", "https://tc39.es/proposal-temporal/#_ref_218", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodate", "https://tc39.es/proposal-temporal/#_ref_219", "https://tc39.es/proposal-temporal/#_ref_220", "https://tc39.es/proposal-temporal/#_ref_221", "https://tc39.es/proposal-temporal/#_ref_222", - "https://tc39.es/proposal-temporal/#sec-temporal-padisoyear", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetostring", "https://tc39.es/proposal-temporal/#_ref_223", "https://tc39.es/proposal-temporal/#_ref_224", - "https://tc39.es/proposal-temporal/#sec-temporal-addisodate", "https://tc39.es/proposal-temporal/#_ref_225", "https://tc39.es/proposal-temporal/#_ref_226", "https://tc39.es/proposal-temporal/#_ref_227", - "https://tc39.es/proposal-temporal/#sec-temporal-compareisodate", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindate", "https://tc39.es/proposal-temporal/#_ref_228", "https://tc39.es/proposal-temporal/#_ref_229", "https://tc39.es/proposal-temporal/#_ref_230", + "https://tc39.es/proposal-temporal/#sec-temporal-regulateisodate", "https://tc39.es/proposal-temporal/#_ref_231", "https://tc39.es/proposal-temporal/#_ref_232", "https://tc39.es/proposal-temporal/#_ref_233", "https://tc39.es/proposal-temporal/#_ref_234", - "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime", "https://tc39.es/proposal-temporal/#_ref_235", "https://tc39.es/proposal-temporal/#_ref_236", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisodate", "https://tc39.es/proposal-temporal/#_ref_237", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodate", "https://tc39.es/proposal-temporal/#_ref_238", "https://tc39.es/proposal-temporal/#_ref_239", "https://tc39.es/proposal-temporal/#_ref_240", "https://tc39.es/proposal-temporal/#_ref_241", + "https://tc39.es/proposal-temporal/#sec-temporal-padisoyear", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetostring", "https://tc39.es/proposal-temporal/#_ref_242", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaintime-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.from", "https://tc39.es/proposal-temporal/#_ref_243", + "https://tc39.es/proposal-temporal/#sec-temporal-addisodate", "https://tc39.es/proposal-temporal/#_ref_244", "https://tc39.es/proposal-temporal/#_ref_245", "https://tc39.es/proposal-temporal/#_ref_246", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.compare", + "https://tc39.es/proposal-temporal/#sec-temporal-compareisodate", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindate", "https://tc39.es/proposal-temporal/#_ref_247", "https://tc39.es/proposal-temporal/#_ref_248", "https://tc39.es/proposal-temporal/#_ref_249", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaintime-prototype-object", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype-@@tostringtag", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.calendar", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.hour", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.minute", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.second", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.millisecond", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.microsecond", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.nanosecond", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_250", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_251", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_252", "https://tc39.es/proposal-temporal/#_ref_253", + "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime", "https://tc39.es/proposal-temporal/#_ref_254", "https://tc39.es/proposal-temporal/#_ref_255", "https://tc39.es/proposal-temporal/#_ref_256", "https://tc39.es/proposal-temporal/#_ref_257", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_258", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_259", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_260", "https://tc39.es/proposal-temporal/#_ref_261", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaintime-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.from", "https://tc39.es/proposal-temporal/#_ref_262", "https://tc39.es/proposal-temporal/#_ref_263", "https://tc39.es/proposal-temporal/#_ref_264", "https://tc39.es/proposal-temporal/#_ref_265", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.compare", "https://tc39.es/proposal-temporal/#_ref_266", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_267", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_268", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaintime-prototype-object", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype-@@tostringtag", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.calendar", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.hour", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.minute", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.second", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.millisecond", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.microsecond", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.nanosecond", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_269", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tozoneddatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_270", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_271", "https://tc39.es/proposal-temporal/#_ref_272", "https://tc39.es/proposal-temporal/#_ref_273", "https://tc39.es/proposal-temporal/#_ref_274", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.getisofields", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_275", "https://tc39.es/proposal-temporal/#_ref_276", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_277", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_278", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_279", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_280", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_281", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaintime-instances", - "https://tc39.es/proposal-temporal/#_ref_12", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaltime-instances", - "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetime", "https://tc39.es/proposal-temporal/#_ref_282", "https://tc39.es/proposal-temporal/#_ref_283", "https://tc39.es/proposal-temporal/#_ref_284", "https://tc39.es/proposal-temporal/#_ref_285", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltime", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_286", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_287", "https://tc39.es/proposal-temporal/#_ref_288", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_289", "https://tc39.es/proposal-temporal/#_ref_290", "https://tc39.es/proposal-temporal/#_ref_291", "https://tc39.es/proposal-temporal/#_ref_292", "https://tc39.es/proposal-temporal/#_ref_293", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.getisofields", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_294", "https://tc39.es/proposal-temporal/#_ref_295", - "https://tc39.es/proposal-temporal/#sec-temporal-regulatetime", "https://tc39.es/proposal-temporal/#_ref_296", "https://tc39.es/proposal-temporal/#_ref_297", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidtime", - "https://tc39.es/proposal-temporal/#sec-temporal-balancetime", "https://tc39.es/proposal-temporal/#_ref_298", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_299", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_300", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaintime-instances", + "https://tc39.es/proposal-temporal/#_ref_12", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaltime-instances", + "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetime", "https://tc39.es/proposal-temporal/#_ref_301", "https://tc39.es/proposal-temporal/#_ref_302", "https://tc39.es/proposal-temporal/#_ref_303", - "https://tc39.es/proposal-temporal/#sec-temporal-constraintime", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltime", "https://tc39.es/proposal-temporal/#_ref_304", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltime", "https://tc39.es/proposal-temporal/#_ref_305", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimerecord", "https://tc39.es/proposal-temporal/#_ref_306", - "https://tc39.es/proposal-temporal/#table-temporal-temporaltimelike-record-fields", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaltimetostring", "https://tc39.es/proposal-temporal/#_ref_307", - "https://tc39.es/proposal-temporal/#sec-temporal-comparetemporaltime", - "https://tc39.es/proposal-temporal/#sec-temporal-addtime", "https://tc39.es/proposal-temporal/#_ref_308", "https://tc39.es/proposal-temporal/#_ref_309", - "https://tc39.es/proposal-temporal/#sec-temporal-roundtime", "https://tc39.es/proposal-temporal/#_ref_310", "https://tc39.es/proposal-temporal/#_ref_311", "https://tc39.es/proposal-temporal/#_ref_312", "https://tc39.es/proposal-temporal/#_ref_313", "https://tc39.es/proposal-temporal/#_ref_314", + "https://tc39.es/proposal-temporal/#sec-temporal-regulatetime", "https://tc39.es/proposal-temporal/#_ref_315", "https://tc39.es/proposal-temporal/#_ref_316", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidtime", + "https://tc39.es/proposal-temporal/#sec-temporal-balancetime", "https://tc39.es/proposal-temporal/#_ref_317", "https://tc39.es/proposal-temporal/#_ref_318", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaintime", "https://tc39.es/proposal-temporal/#_ref_319", "https://tc39.es/proposal-temporal/#_ref_320", "https://tc39.es/proposal-temporal/#_ref_321", "https://tc39.es/proposal-temporal/#_ref_322", + "https://tc39.es/proposal-temporal/#sec-temporal-constraintime", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltime", "https://tc39.es/proposal-temporal/#_ref_323", "https://tc39.es/proposal-temporal/#_ref_324", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplaintime", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimerecord", "https://tc39.es/proposal-temporal/#_ref_325", + "https://tc39.es/proposal-temporal/#table-temporal-temporaltimelike-record-fields", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaltimetostring", "https://tc39.es/proposal-temporal/#_ref_326", + "https://tc39.es/proposal-temporal/#sec-temporal-comparetemporaltime", + "https://tc39.es/proposal-temporal/#sec-temporal-addtime", "https://tc39.es/proposal-temporal/#_ref_327", "https://tc39.es/proposal-temporal/#_ref_328", - "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime", + "https://tc39.es/proposal-temporal/#sec-temporal-roundtime", "https://tc39.es/proposal-temporal/#_ref_329", "https://tc39.es/proposal-temporal/#_ref_330", "https://tc39.es/proposal-temporal/#_ref_331", @@ -439,351 +415,354 @@ "https://tc39.es/proposal-temporal/#_ref_335", "https://tc39.es/proposal-temporal/#_ref_336", "https://tc39.es/proposal-temporal/#_ref_337", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaintime", "https://tc39.es/proposal-temporal/#_ref_338", "https://tc39.es/proposal-temporal/#_ref_339", "https://tc39.es/proposal-temporal/#_ref_340", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype", "https://tc39.es/proposal-temporal/#_ref_341", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.from", "https://tc39.es/proposal-temporal/#_ref_342", "https://tc39.es/proposal-temporal/#_ref_343", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplaintime", "https://tc39.es/proposal-temporal/#_ref_344", "https://tc39.es/proposal-temporal/#_ref_345", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.compare", "https://tc39.es/proposal-temporal/#_ref_346", "https://tc39.es/proposal-temporal/#_ref_347", + "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime", "https://tc39.es/proposal-temporal/#_ref_348", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-prototype-object", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype-@@tostringtag", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.calendar", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.year", "https://tc39.es/proposal-temporal/#_ref_349", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.month", "https://tc39.es/proposal-temporal/#_ref_350", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_351", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.day", "https://tc39.es/proposal-temporal/#_ref_352", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.hour", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.minute", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.second", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.millisecond", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.microsecond", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.nanosecond", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_353", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_354", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_355", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_356", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_357", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_358", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_359", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype", "https://tc39.es/proposal-temporal/#_ref_360", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.with", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.from", "https://tc39.es/proposal-temporal/#_ref_361", "https://tc39.es/proposal-temporal/#_ref_362", "https://tc39.es/proposal-temporal/#_ref_363", "https://tc39.es/proposal-temporal/#_ref_364", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.compare", "https://tc39.es/proposal-temporal/#_ref_365", "https://tc39.es/proposal-temporal/#_ref_366", "https://tc39.es/proposal-temporal/#_ref_367", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-prototype-object", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype-@@tostringtag", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.calendar", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.year", "https://tc39.es/proposal-temporal/#_ref_368", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.month", "https://tc39.es/proposal-temporal/#_ref_369", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_370", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.day", "https://tc39.es/proposal-temporal/#_ref_371", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.hour", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.minute", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.second", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.millisecond", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.microsecond", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.nanosecond", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_372", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_373", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_374", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaindate", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_375", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_376", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_377", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withcalendar", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_378", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_379", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.add", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_380", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_381", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_382", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_383", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_384", "https://tc39.es/proposal-temporal/#_ref_385", "https://tc39.es/proposal-temporal/#_ref_386", "https://tc39.es/proposal-temporal/#_ref_387", "https://tc39.es/proposal-temporal/#_ref_388", "https://tc39.es/proposal-temporal/#_ref_389", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_390", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_391", "https://tc39.es/proposal-temporal/#_ref_392", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_393", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaindate", "https://tc39.es/proposal-temporal/#_ref_394", "https://tc39.es/proposal-temporal/#_ref_395", "https://tc39.es/proposal-temporal/#_ref_396", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_397", "https://tc39.es/proposal-temporal/#_ref_398", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_399", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_400", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tozoneddatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_401", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_402", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_403", "https://tc39.es/proposal-temporal/#_ref_404", "https://tc39.es/proposal-temporal/#_ref_405", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_406", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_407", "https://tc39.es/proposal-temporal/#_ref_408", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_409", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_410", "https://tc39.es/proposal-temporal/#_ref_411", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_412", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_413", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.getisofields", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindatetime-instances", "https://tc39.es/proposal-temporal/#_ref_414", - "https://tc39.es/proposal-temporal/#_ref_13", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldatetime-instances", "https://tc39.es/proposal-temporal/#_ref_415", - "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimewithinlimits", "https://tc39.es/proposal-temporal/#_ref_416", "https://tc39.es/proposal-temporal/#_ref_417", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_418", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_419", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_420", - "https://tc39.es/proposal-temporal/#sec-temporal-interprettemporaldatetimefields", "https://tc39.es/proposal-temporal/#_ref_421", "https://tc39.es/proposal-temporal/#_ref_422", "https://tc39.es/proposal-temporal/#_ref_423", "https://tc39.es/proposal-temporal/#_ref_424", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_425", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_426", "https://tc39.es/proposal-temporal/#_ref_427", "https://tc39.es/proposal-temporal/#_ref_428", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_429", "https://tc39.es/proposal-temporal/#_ref_430", "https://tc39.es/proposal-temporal/#_ref_431", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_432", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.getisofields", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindatetime-instances", "https://tc39.es/proposal-temporal/#_ref_433", + "https://tc39.es/proposal-temporal/#_ref_13", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldatetime-instances", "https://tc39.es/proposal-temporal/#_ref_434", + "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimewithinlimits", "https://tc39.es/proposal-temporal/#_ref_435", "https://tc39.es/proposal-temporal/#_ref_436", "https://tc39.es/proposal-temporal/#_ref_437", "https://tc39.es/proposal-temporal/#_ref_438", "https://tc39.es/proposal-temporal/#_ref_439", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodatetime", + "https://tc39.es/proposal-temporal/#sec-temporal-interprettemporaldatetimefields", "https://tc39.es/proposal-temporal/#_ref_440", "https://tc39.es/proposal-temporal/#_ref_441", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_442", "https://tc39.es/proposal-temporal/#_ref_443", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_444", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetimetostring", "https://tc39.es/proposal-temporal/#_ref_445", "https://tc39.es/proposal-temporal/#_ref_446", "https://tc39.es/proposal-temporal/#_ref_447", - "https://tc39.es/proposal-temporal/#sec-temporal-compareisodatetime", "https://tc39.es/proposal-temporal/#_ref_448", "https://tc39.es/proposal-temporal/#_ref_449", - "https://tc39.es/proposal-temporal/#sec-temporal-adddatetime", "https://tc39.es/proposal-temporal/#_ref_450", "https://tc39.es/proposal-temporal/#_ref_451", "https://tc39.es/proposal-temporal/#_ref_452", "https://tc39.es/proposal-temporal/#_ref_453", "https://tc39.es/proposal-temporal/#_ref_454", - "https://tc39.es/proposal-temporal/#sec-temporal-roundisodatetime", "https://tc39.es/proposal-temporal/#_ref_455", "https://tc39.es/proposal-temporal/#_ref_456", "https://tc39.es/proposal-temporal/#_ref_457", "https://tc39.es/proposal-temporal/#_ref_458", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodatetime", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodatetime", "https://tc39.es/proposal-temporal/#_ref_459", "https://tc39.es/proposal-temporal/#_ref_460", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_461", "https://tc39.es/proposal-temporal/#_ref_462", "https://tc39.es/proposal-temporal/#_ref_463", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetimetostring", "https://tc39.es/proposal-temporal/#_ref_464", "https://tc39.es/proposal-temporal/#_ref_465", "https://tc39.es/proposal-temporal/#_ref_466", + "https://tc39.es/proposal-temporal/#sec-temporal-compareisodatetime", "https://tc39.es/proposal-temporal/#_ref_467", "https://tc39.es/proposal-temporal/#_ref_468", + "https://tc39.es/proposal-temporal/#sec-temporal-adddatetime", "https://tc39.es/proposal-temporal/#_ref_469", "https://tc39.es/proposal-temporal/#_ref_470", "https://tc39.es/proposal-temporal/#_ref_471", "https://tc39.es/proposal-temporal/#_ref_472", "https://tc39.es/proposal-temporal/#_ref_473", + "https://tc39.es/proposal-temporal/#sec-temporal-roundisodatetime", "https://tc39.es/proposal-temporal/#_ref_474", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindatetime", "https://tc39.es/proposal-temporal/#_ref_475", "https://tc39.es/proposal-temporal/#_ref_476", "https://tc39.es/proposal-temporal/#_ref_477", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodatetime", "https://tc39.es/proposal-temporal/#_ref_478", "https://tc39.es/proposal-temporal/#_ref_479", "https://tc39.es/proposal-temporal/#_ref_480", "https://tc39.es/proposal-temporal/#_ref_481", "https://tc39.es/proposal-temporal/#_ref_482", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplaindatetime", "https://tc39.es/proposal-temporal/#_ref_483", "https://tc39.es/proposal-temporal/#_ref_484", "https://tc39.es/proposal-temporal/#_ref_485", "https://tc39.es/proposal-temporal/#_ref_486", "https://tc39.es/proposal-temporal/#_ref_487", "https://tc39.es/proposal-temporal/#_ref_488", - "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime", "https://tc39.es/proposal-temporal/#_ref_489", "https://tc39.es/proposal-temporal/#_ref_490", "https://tc39.es/proposal-temporal/#_ref_491", "https://tc39.es/proposal-temporal/#_ref_492", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-zoneddatetime-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.from", "https://tc39.es/proposal-temporal/#_ref_493", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindatetime", "https://tc39.es/proposal-temporal/#_ref_494", "https://tc39.es/proposal-temporal/#_ref_495", "https://tc39.es/proposal-temporal/#_ref_496", "https://tc39.es/proposal-temporal/#_ref_497", "https://tc39.es/proposal-temporal/#_ref_498", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", "https://tc39.es/proposal-temporal/#_ref_499", "https://tc39.es/proposal-temporal/#_ref_500", "https://tc39.es/proposal-temporal/#_ref_501", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-zoneddatetime-prototype-object", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype-@@tostringtag", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.calendar", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.timezone", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.year", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplaindatetime", "https://tc39.es/proposal-temporal/#_ref_502", "https://tc39.es/proposal-temporal/#_ref_503", "https://tc39.es/proposal-temporal/#_ref_504", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", "https://tc39.es/proposal-temporal/#_ref_505", "https://tc39.es/proposal-temporal/#_ref_506", "https://tc39.es/proposal-temporal/#_ref_507", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthcode", + "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime", "https://tc39.es/proposal-temporal/#_ref_508", "https://tc39.es/proposal-temporal/#_ref_509", "https://tc39.es/proposal-temporal/#_ref_510", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", "https://tc39.es/proposal-temporal/#_ref_511", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-zoneddatetime-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.from", "https://tc39.es/proposal-temporal/#_ref_512", "https://tc39.es/proposal-temporal/#_ref_513", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", "https://tc39.es/proposal-temporal/#_ref_514", "https://tc39.es/proposal-temporal/#_ref_515", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", "https://tc39.es/proposal-temporal/#_ref_516", "https://tc39.es/proposal-temporal/#_ref_517", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", "https://tc39.es/proposal-temporal/#_ref_518", "https://tc39.es/proposal-temporal/#_ref_519", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", "https://tc39.es/proposal-temporal/#_ref_520", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-zoneddatetime-prototype-object", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype-@@tostringtag", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.calendar", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.timezone", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.year", "https://tc39.es/proposal-temporal/#_ref_521", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", "https://tc39.es/proposal-temporal/#_ref_522", "https://tc39.es/proposal-temporal/#_ref_523", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", "https://tc39.es/proposal-temporal/#_ref_524", "https://tc39.es/proposal-temporal/#_ref_525", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochseconds", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmilliseconds", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmicroseconds", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochnanoseconds", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_526", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_527", "https://tc39.es/proposal-temporal/#_ref_528", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_529", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", "https://tc39.es/proposal-temporal/#_ref_530", "https://tc39.es/proposal-temporal/#_ref_531", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_532", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", "https://tc39.es/proposal-temporal/#_ref_533", "https://tc39.es/proposal-temporal/#_ref_534", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", "https://tc39.es/proposal-temporal/#_ref_535", "https://tc39.es/proposal-temporal/#_ref_536", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", "https://tc39.es/proposal-temporal/#_ref_537", "https://tc39.es/proposal-temporal/#_ref_538", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", "https://tc39.es/proposal-temporal/#_ref_539", "https://tc39.es/proposal-temporal/#_ref_540", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", "https://tc39.es/proposal-temporal/#_ref_541", "https://tc39.es/proposal-temporal/#_ref_542", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinweek", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", "https://tc39.es/proposal-temporal/#_ref_543", "https://tc39.es/proposal-temporal/#_ref_544", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmilliseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmicroseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_545", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_546", "https://tc39.es/proposal-temporal/#_ref_547", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_548", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_549", "https://tc39.es/proposal-temporal/#_ref_550", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_551", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_552", "https://tc39.es/proposal-temporal/#_ref_553", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", "https://tc39.es/proposal-temporal/#_ref_554", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_555", "https://tc39.es/proposal-temporal/#_ref_556", "https://tc39.es/proposal-temporal/#_ref_557", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_558", "https://tc39.es/proposal-temporal/#_ref_559", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", "https://tc39.es/proposal-temporal/#_ref_560", "https://tc39.es/proposal-temporal/#_ref_561", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_562", "https://tc39.es/proposal-temporal/#_ref_563", "https://tc39.es/proposal-temporal/#_ref_564", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_565", "https://tc39.es/proposal-temporal/#_ref_566", "https://tc39.es/proposal-temporal/#_ref_567", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_568", "https://tc39.es/proposal-temporal/#_ref_569", "https://tc39.es/proposal-temporal/#_ref_570", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_571", "https://tc39.es/proposal-temporal/#_ref_572", "https://tc39.es/proposal-temporal/#_ref_573", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_574", "https://tc39.es/proposal-temporal/#_ref_575", "https://tc39.es/proposal-temporal/#_ref_576", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_577", "https://tc39.es/proposal-temporal/#_ref_578", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", "https://tc39.es/proposal-temporal/#_ref_579", "https://tc39.es/proposal-temporal/#_ref_580", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaindate", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_581", "https://tc39.es/proposal-temporal/#_ref_582", "https://tc39.es/proposal-temporal/#_ref_583", @@ -791,25 +770,20 @@ "https://tc39.es/proposal-temporal/#_ref_585", "https://tc39.es/proposal-temporal/#_ref_586", "https://tc39.es/proposal-temporal/#_ref_587", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", "https://tc39.es/proposal-temporal/#_ref_588", "https://tc39.es/proposal-temporal/#_ref_589", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_590", "https://tc39.es/proposal-temporal/#_ref_591", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_592", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_593", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_594", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_595", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_596", "https://tc39.es/proposal-temporal/#_ref_597", "https://tc39.es/proposal-temporal/#_ref_598", "https://tc39.es/proposal-temporal/#_ref_599", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaindate", "https://tc39.es/proposal-temporal/#_ref_600", "https://tc39.es/proposal-temporal/#_ref_601", "https://tc39.es/proposal-temporal/#_ref_602", @@ -817,103 +791,107 @@ "https://tc39.es/proposal-temporal/#_ref_604", "https://tc39.es/proposal-temporal/#_ref_605", "https://tc39.es/proposal-temporal/#_ref_606", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", "https://tc39.es/proposal-temporal/#_ref_607", "https://tc39.es/proposal-temporal/#_ref_608", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_609", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_610", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_611", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_612", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_613", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_614", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_615", "https://tc39.es/proposal-temporal/#_ref_616", "https://tc39.es/proposal-temporal/#_ref_617", "https://tc39.es/proposal-temporal/#_ref_618", "https://tc39.es/proposal-temporal/#_ref_619", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_620", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_621", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.startofday", "https://tc39.es/proposal-temporal/#_ref_622", "https://tc39.es/proposal-temporal/#_ref_623", "https://tc39.es/proposal-temporal/#_ref_624", "https://tc39.es/proposal-temporal/#_ref_625", "https://tc39.es/proposal-temporal/#_ref_626", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", "https://tc39.es/proposal-temporal/#_ref_627", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_628", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_629", "https://tc39.es/proposal-temporal/#_ref_630", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_631", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_632", "https://tc39.es/proposal-temporal/#_ref_633", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_634", "https://tc39.es/proposal-temporal/#_ref_635", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_636", "https://tc39.es/proposal-temporal/#_ref_637", "https://tc39.es/proposal-temporal/#_ref_638", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_639", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_640", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainmonthday", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.startofday", "https://tc39.es/proposal-temporal/#_ref_641", "https://tc39.es/proposal-temporal/#_ref_642", "https://tc39.es/proposal-temporal/#_ref_643", "https://tc39.es/proposal-temporal/#_ref_644", "https://tc39.es/proposal-temporal/#_ref_645", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.getisofields", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", "https://tc39.es/proposal-temporal/#_ref_646", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_647", "https://tc39.es/proposal-temporal/#_ref_648", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-zoneddatetime-instances", - "https://tc39.es/proposal-temporal/#_ref_14", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalzoneddatetime-instances", - "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-interpretisodatetimeoffset", "https://tc39.es/proposal-temporal/#_ref_649", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_650", "https://tc39.es/proposal-temporal/#_ref_651", "https://tc39.es/proposal-temporal/#_ref_652", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_653", "https://tc39.es/proposal-temporal/#_ref_654", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_655", "https://tc39.es/proposal-temporal/#_ref_656", "https://tc39.es/proposal-temporal/#_ref_657", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_658", "https://tc39.es/proposal-temporal/#_ref_659", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_660", "https://tc39.es/proposal-temporal/#_ref_661", "https://tc39.es/proposal-temporal/#_ref_662", "https://tc39.es/proposal-temporal/#_ref_663", "https://tc39.es/proposal-temporal/#_ref_664", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.getisofields", "https://tc39.es/proposal-temporal/#_ref_665", "https://tc39.es/proposal-temporal/#_ref_666", "https://tc39.es/proposal-temporal/#_ref_667", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-zoneddatetime-instances", + "https://tc39.es/proposal-temporal/#_ref_14", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalzoneddatetime-instances", + "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-interpretisodatetimeoffset", "https://tc39.es/proposal-temporal/#_ref_668", "https://tc39.es/proposal-temporal/#_ref_669", "https://tc39.es/proposal-temporal/#_ref_670", "https://tc39.es/proposal-temporal/#_ref_671", "https://tc39.es/proposal-temporal/#_ref_672", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_673", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalzoneddatetimetostring", "https://tc39.es/proposal-temporal/#_ref_674", "https://tc39.es/proposal-temporal/#_ref_675", "https://tc39.es/proposal-temporal/#_ref_676", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_677", "https://tc39.es/proposal-temporal/#_ref_678", "https://tc39.es/proposal-temporal/#_ref_679", "https://tc39.es/proposal-temporal/#_ref_680", "https://tc39.es/proposal-temporal/#_ref_681", - "https://tc39.es/proposal-temporal/#sec-temporal-addzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_682", "https://tc39.es/proposal-temporal/#_ref_683", "https://tc39.es/proposal-temporal/#_ref_684", @@ -923,9 +901,10 @@ "https://tc39.es/proposal-temporal/#_ref_688", "https://tc39.es/proposal-temporal/#_ref_689", "https://tc39.es/proposal-temporal/#_ref_690", - "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_691", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_692", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalzoneddatetimetostring", "https://tc39.es/proposal-temporal/#_ref_693", "https://tc39.es/proposal-temporal/#_ref_694", "https://tc39.es/proposal-temporal/#_ref_695", @@ -934,9 +913,9 @@ "https://tc39.es/proposal-temporal/#_ref_698", "https://tc39.es/proposal-temporal/#_ref_699", "https://tc39.es/proposal-temporal/#_ref_700", + "https://tc39.es/proposal-temporal/#sec-temporal-addzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_701", "https://tc39.es/proposal-temporal/#_ref_702", - "https://tc39.es/proposal-temporal/#sec-temporal-nanosecondstodays", "https://tc39.es/proposal-temporal/#_ref_703", "https://tc39.es/proposal-temporal/#_ref_704", "https://tc39.es/proposal-temporal/#_ref_705", @@ -944,11 +923,11 @@ "https://tc39.es/proposal-temporal/#_ref_707", "https://tc39.es/proposal-temporal/#_ref_708", "https://tc39.es/proposal-temporal/#_ref_709", + "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_710", "https://tc39.es/proposal-temporal/#_ref_711", "https://tc39.es/proposal-temporal/#_ref_712", "https://tc39.es/proposal-temporal/#_ref_713", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_714", "https://tc39.es/proposal-temporal/#_ref_715", "https://tc39.es/proposal-temporal/#_ref_716", @@ -957,21 +936,19 @@ "https://tc39.es/proposal-temporal/#_ref_719", "https://tc39.es/proposal-temporal/#_ref_720", "https://tc39.es/proposal-temporal/#_ref_721", + "https://tc39.es/proposal-temporal/#sec-temporal-nanosecondstodays", "https://tc39.es/proposal-temporal/#_ref_722", "https://tc39.es/proposal-temporal/#_ref_723", "https://tc39.es/proposal-temporal/#_ref_724", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoOrsubtractdurationfromzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_725", "https://tc39.es/proposal-temporal/#_ref_726", "https://tc39.es/proposal-temporal/#_ref_727", "https://tc39.es/proposal-temporal/#_ref_728", - "https://tc39.es/proposal-temporal/#sec-temporal-duration-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-duration-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.duration", "https://tc39.es/proposal-temporal/#_ref_729", "https://tc39.es/proposal-temporal/#_ref_730", "https://tc39.es/proposal-temporal/#_ref_731", "https://tc39.es/proposal-temporal/#_ref_732", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_733", "https://tc39.es/proposal-temporal/#_ref_734", "https://tc39.es/proposal-temporal/#_ref_735", @@ -980,52 +957,35 @@ "https://tc39.es/proposal-temporal/#_ref_738", "https://tc39.es/proposal-temporal/#_ref_739", "https://tc39.es/proposal-temporal/#_ref_740", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.from", "https://tc39.es/proposal-temporal/#_ref_741", "https://tc39.es/proposal-temporal/#_ref_742", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", "https://tc39.es/proposal-temporal/#_ref_743", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoOrsubtractdurationfromzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_744", "https://tc39.es/proposal-temporal/#_ref_745", "https://tc39.es/proposal-temporal/#_ref_746", "https://tc39.es/proposal-temporal/#_ref_747", + "https://tc39.es/proposal-temporal/#sec-temporal-duration-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-duration-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.duration", "https://tc39.es/proposal-temporal/#_ref_748", "https://tc39.es/proposal-temporal/#_ref_749", "https://tc39.es/proposal-temporal/#_ref_750", "https://tc39.es/proposal-temporal/#_ref_751", "https://tc39.es/proposal-temporal/#_ref_752", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-prototype-object", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype-@@tostringtag", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.years", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.months", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.weeks", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.days", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.hours", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.minutes", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.seconds", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.milliseconds", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.microseconds", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.nanoseconds", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.sign", "https://tc39.es/proposal-temporal/#_ref_753", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", "https://tc39.es/proposal-temporal/#_ref_754", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", "https://tc39.es/proposal-temporal/#_ref_755", "https://tc39.es/proposal-temporal/#_ref_756", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", "https://tc39.es/proposal-temporal/#_ref_757", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", "https://tc39.es/proposal-temporal/#_ref_758", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", "https://tc39.es/proposal-temporal/#_ref_759", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.from", "https://tc39.es/proposal-temporal/#_ref_760", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", "https://tc39.es/proposal-temporal/#_ref_761", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", "https://tc39.es/proposal-temporal/#_ref_762", "https://tc39.es/proposal-temporal/#_ref_763", "https://tc39.es/proposal-temporal/#_ref_764", @@ -1036,121 +996,136 @@ "https://tc39.es/proposal-temporal/#_ref_769", "https://tc39.es/proposal-temporal/#_ref_770", "https://tc39.es/proposal-temporal/#_ref_771", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-prototype-object", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype-@@tostringtag", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.years", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.months", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.weeks", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.days", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.hours", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.minutes", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.seconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.milliseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.microseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.nanoseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.sign", "https://tc39.es/proposal-temporal/#_ref_772", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", "https://tc39.es/proposal-temporal/#_ref_773", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", "https://tc39.es/proposal-temporal/#_ref_774", "https://tc39.es/proposal-temporal/#_ref_775", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", "https://tc39.es/proposal-temporal/#_ref_776", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", "https://tc39.es/proposal-temporal/#_ref_777", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", "https://tc39.es/proposal-temporal/#_ref_778", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_779", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", "https://tc39.es/proposal-temporal/#_ref_780", "https://tc39.es/proposal-temporal/#_ref_781", "https://tc39.es/proposal-temporal/#_ref_782", "https://tc39.es/proposal-temporal/#_ref_783", "https://tc39.es/proposal-temporal/#_ref_784", "https://tc39.es/proposal-temporal/#_ref_785", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_786", "https://tc39.es/proposal-temporal/#_ref_787", "https://tc39.es/proposal-temporal/#_ref_788", "https://tc39.es/proposal-temporal/#_ref_789", "https://tc39.es/proposal-temporal/#_ref_790", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_791", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_792", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-duration-instances", - "https://tc39.es/proposal-temporal/#_ref_15", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalduration-instances", "https://tc39.es/proposal-temporal/#_ref_793", "https://tc39.es/proposal-temporal/#_ref_794", "https://tc39.es/proposal-temporal/#_ref_795", "https://tc39.es/proposal-temporal/#_ref_796", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "https://tc39.es/proposal-temporal/#_ref_797", "https://tc39.es/proposal-temporal/#_ref_798", "https://tc39.es/proposal-temporal/#_ref_799", "https://tc39.es/proposal-temporal/#_ref_800", "https://tc39.es/proposal-temporal/#_ref_801", "https://tc39.es/proposal-temporal/#_ref_802", - "https://tc39.es/proposal-temporal/#sec-temporal-duration-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-duration-records", "https://tc39.es/proposal-temporal/#_ref_803", - "https://tc39.es/proposal-temporal/#_ref_16", - "https://tc39.es/proposal-temporal/#table-temporal-duration-record-fields", "https://tc39.es/proposal-temporal/#_ref_804", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_805", "https://tc39.es/proposal-temporal/#_ref_806", "https://tc39.es/proposal-temporal/#_ref_807", "https://tc39.es/proposal-temporal/#_ref_808", "https://tc39.es/proposal-temporal/#_ref_809", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_810", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_811", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-duration-instances", + "https://tc39.es/proposal-temporal/#_ref_15", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalduration-instances", "https://tc39.es/proposal-temporal/#_ref_812", "https://tc39.es/proposal-temporal/#_ref_813", "https://tc39.es/proposal-temporal/#_ref_814", - "https://tc39.es/proposal-temporal/#sec-temporal-date-duration-records", "https://tc39.es/proposal-temporal/#_ref_815", - "https://tc39.es/proposal-temporal/#_ref_17", - "https://tc39.es/proposal-temporal/#sec-temporal-time-duration-records", "https://tc39.es/proposal-temporal/#_ref_816", - "https://tc39.es/proposal-temporal/#_ref_18", - "https://tc39.es/proposal-temporal/#sec-temporal-partial-duration-records", - "https://tc39.es/proposal-temporal/#_ref_19", "https://tc39.es/proposal-temporal/#_ref_817", - "https://tc39.es/proposal-temporal/#sec-temporal-createdurationrecord", "https://tc39.es/proposal-temporal/#_ref_818", "https://tc39.es/proposal-temporal/#_ref_819", - "https://tc39.es/proposal-temporal/#sec-temporal-createdatedurationrecord", "https://tc39.es/proposal-temporal/#_ref_820", "https://tc39.es/proposal-temporal/#_ref_821", - "https://tc39.es/proposal-temporal/#sec-temporal-createtimedurationrecord", + "https://tc39.es/proposal-temporal/#sec-temporal-duration-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-duration-records", "https://tc39.es/proposal-temporal/#_ref_822", + "https://tc39.es/proposal-temporal/#_ref_16", + "https://tc39.es/proposal-temporal/#table-temporal-duration-record-fields", "https://tc39.es/proposal-temporal/#_ref_823", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", "https://tc39.es/proposal-temporal/#_ref_824", "https://tc39.es/proposal-temporal/#_ref_825", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldurationrecord", "https://tc39.es/proposal-temporal/#_ref_826", "https://tc39.es/proposal-temporal/#_ref_827", "https://tc39.es/proposal-temporal/#_ref_828", "https://tc39.es/proposal-temporal/#_ref_829", "https://tc39.es/proposal-temporal/#_ref_830", "https://tc39.es/proposal-temporal/#_ref_831", - "https://tc39.es/proposal-temporal/#sec-temporal-durationsign", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidduration", "https://tc39.es/proposal-temporal/#_ref_832", - "https://tc39.es/proposal-temporal/#sec-temporal-defaulttemporallargestunit", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalpartialdurationrecord", "https://tc39.es/proposal-temporal/#_ref_833", + "https://tc39.es/proposal-temporal/#sec-temporal-date-duration-records", "https://tc39.es/proposal-temporal/#_ref_834", + "https://tc39.es/proposal-temporal/#_ref_17", + "https://tc39.es/proposal-temporal/#sec-temporal-time-duration-records", "https://tc39.es/proposal-temporal/#_ref_835", + "https://tc39.es/proposal-temporal/#_ref_18", + "https://tc39.es/proposal-temporal/#sec-temporal-partial-duration-records", + "https://tc39.es/proposal-temporal/#_ref_19", "https://tc39.es/proposal-temporal/#_ref_836", + "https://tc39.es/proposal-temporal/#sec-temporal-createdurationrecord", "https://tc39.es/proposal-temporal/#_ref_837", "https://tc39.es/proposal-temporal/#_ref_838", + "https://tc39.es/proposal-temporal/#sec-temporal-createdatedurationrecord", "https://tc39.es/proposal-temporal/#_ref_839", "https://tc39.es/proposal-temporal/#_ref_840", + "https://tc39.es/proposal-temporal/#sec-temporal-createtimedurationrecord", "https://tc39.es/proposal-temporal/#_ref_841", "https://tc39.es/proposal-temporal/#_ref_842", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", "https://tc39.es/proposal-temporal/#_ref_843", "https://tc39.es/proposal-temporal/#_ref_844", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalduration", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldurationrecord", "https://tc39.es/proposal-temporal/#_ref_845", - "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_846", - "https://tc39.es/proposal-temporal/#sec-temporal-calculateoffsetshift", "https://tc39.es/proposal-temporal/#_ref_847", "https://tc39.es/proposal-temporal/#_ref_848", "https://tc39.es/proposal-temporal/#_ref_849", "https://tc39.es/proposal-temporal/#_ref_850", + "https://tc39.es/proposal-temporal/#sec-temporal-durationsign", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidduration", "https://tc39.es/proposal-temporal/#_ref_851", - "https://tc39.es/proposal-temporal/#sec-temporal-totaldurationnanoseconds", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceduration", + "https://tc39.es/proposal-temporal/#sec-temporal-defaulttemporallargestunit", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalpartialdurationrecord", "https://tc39.es/proposal-temporal/#_ref_852", "https://tc39.es/proposal-temporal/#_ref_853", - "https://tc39.es/proposal-temporal/#sec-temporal-balancepossiblyinfiniteduration", "https://tc39.es/proposal-temporal/#_ref_854", "https://tc39.es/proposal-temporal/#_ref_855", "https://tc39.es/proposal-temporal/#_ref_856", @@ -1161,17 +1136,22 @@ "https://tc39.es/proposal-temporal/#_ref_861", "https://tc39.es/proposal-temporal/#_ref_862", "https://tc39.es/proposal-temporal/#_ref_863", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalduration", "https://tc39.es/proposal-temporal/#_ref_864", + "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_865", + "https://tc39.es/proposal-temporal/#sec-temporal-calculateoffsetshift", "https://tc39.es/proposal-temporal/#_ref_866", "https://tc39.es/proposal-temporal/#_ref_867", "https://tc39.es/proposal-temporal/#_ref_868", "https://tc39.es/proposal-temporal/#_ref_869", "https://tc39.es/proposal-temporal/#_ref_870", + "https://tc39.es/proposal-temporal/#sec-temporal-totaldurationnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceduration", "https://tc39.es/proposal-temporal/#_ref_871", "https://tc39.es/proposal-temporal/#_ref_872", + "https://tc39.es/proposal-temporal/#sec-temporal-balancepossiblyinfiniteduration", "https://tc39.es/proposal-temporal/#_ref_873", - "https://tc39.es/proposal-temporal/#sec-temporal-unbalancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_874", "https://tc39.es/proposal-temporal/#_ref_875", "https://tc39.es/proposal-temporal/#_ref_876", @@ -1187,11 +1167,11 @@ "https://tc39.es/proposal-temporal/#_ref_886", "https://tc39.es/proposal-temporal/#_ref_887", "https://tc39.es/proposal-temporal/#_ref_888", - "https://tc39.es/proposal-temporal/#sec-temporal-balancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_889", "https://tc39.es/proposal-temporal/#_ref_890", "https://tc39.es/proposal-temporal/#_ref_891", "https://tc39.es/proposal-temporal/#_ref_892", + "https://tc39.es/proposal-temporal/#sec-temporal-unbalancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_893", "https://tc39.es/proposal-temporal/#_ref_894", "https://tc39.es/proposal-temporal/#_ref_895", @@ -1207,8 +1187,8 @@ "https://tc39.es/proposal-temporal/#_ref_905", "https://tc39.es/proposal-temporal/#_ref_906", "https://tc39.es/proposal-temporal/#_ref_907", + "https://tc39.es/proposal-temporal/#sec-temporal-balancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_908", - "https://tc39.es/proposal-temporal/#sec-temporal-addduration", "https://tc39.es/proposal-temporal/#_ref_909", "https://tc39.es/proposal-temporal/#_ref_910", "https://tc39.es/proposal-temporal/#_ref_911", @@ -1228,14 +1208,11 @@ "https://tc39.es/proposal-temporal/#_ref_925", "https://tc39.es/proposal-temporal/#_ref_926", "https://tc39.es/proposal-temporal/#_ref_927", - "https://tc39.es/proposal-temporal/#sec-temporal-daysuntil", - "https://tc39.es/proposal-temporal/#sec-temporal-moverelativedate", + "https://tc39.es/proposal-temporal/#sec-temporal-addduration", "https://tc39.es/proposal-temporal/#_ref_928", "https://tc39.es/proposal-temporal/#_ref_929", - "https://tc39.es/proposal-temporal/#sec-temporal-moverelativezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_930", "https://tc39.es/proposal-temporal/#_ref_931", - "https://tc39.es/proposal-temporal/#sec-temporal-roundduration", "https://tc39.es/proposal-temporal/#_ref_932", "https://tc39.es/proposal-temporal/#_ref_933", "https://tc39.es/proposal-temporal/#_ref_934", @@ -1251,10 +1228,14 @@ "https://tc39.es/proposal-temporal/#_ref_944", "https://tc39.es/proposal-temporal/#_ref_945", "https://tc39.es/proposal-temporal/#_ref_946", + "https://tc39.es/proposal-temporal/#sec-temporal-daysuntil", + "https://tc39.es/proposal-temporal/#sec-temporal-moverelativedate", "https://tc39.es/proposal-temporal/#_ref_947", "https://tc39.es/proposal-temporal/#_ref_948", + "https://tc39.es/proposal-temporal/#sec-temporal-moverelativezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_949", "https://tc39.es/proposal-temporal/#_ref_950", + "https://tc39.es/proposal-temporal/#sec-temporal-roundduration", "https://tc39.es/proposal-temporal/#_ref_951", "https://tc39.es/proposal-temporal/#_ref_952", "https://tc39.es/proposal-temporal/#_ref_953", @@ -1276,7 +1257,6 @@ "https://tc39.es/proposal-temporal/#_ref_969", "https://tc39.es/proposal-temporal/#_ref_970", "https://tc39.es/proposal-temporal/#_ref_971", - "https://tc39.es/proposal-temporal/#sec-temporal-adjustroundeddurationdays", "https://tc39.es/proposal-temporal/#_ref_972", "https://tc39.es/proposal-temporal/#_ref_973", "https://tc39.es/proposal-temporal/#_ref_974", @@ -1287,206 +1267,197 @@ "https://tc39.es/proposal-temporal/#_ref_979", "https://tc39.es/proposal-temporal/#_ref_980", "https://tc39.es/proposal-temporal/#_ref_981", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", "https://tc39.es/proposal-temporal/#_ref_982", "https://tc39.es/proposal-temporal/#_ref_983", "https://tc39.es/proposal-temporal/#_ref_984", "https://tc39.es/proposal-temporal/#_ref_985", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromduration", "https://tc39.es/proposal-temporal/#_ref_986", "https://tc39.es/proposal-temporal/#_ref_987", "https://tc39.es/proposal-temporal/#_ref_988", "https://tc39.es/proposal-temporal/#_ref_989", "https://tc39.es/proposal-temporal/#_ref_990", - "https://tc39.es/proposal-temporal/#sec-temporal-instant-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-instant-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.instant", + "https://tc39.es/proposal-temporal/#sec-temporal-adjustroundeddurationdays", "https://tc39.es/proposal-temporal/#_ref_991", "https://tc39.es/proposal-temporal/#_ref_992", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.from", "https://tc39.es/proposal-temporal/#_ref_993", "https://tc39.es/proposal-temporal/#_ref_994", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochseconds", "https://tc39.es/proposal-temporal/#_ref_995", "https://tc39.es/proposal-temporal/#_ref_996", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_997", "https://tc39.es/proposal-temporal/#_ref_998", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmicroseconds", "https://tc39.es/proposal-temporal/#_ref_999", "https://tc39.es/proposal-temporal/#_ref_1000", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", "https://tc39.es/proposal-temporal/#_ref_1001", "https://tc39.es/proposal-temporal/#_ref_1002", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", "https://tc39.es/proposal-temporal/#_ref_1003", "https://tc39.es/proposal-temporal/#_ref_1004", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromduration", "https://tc39.es/proposal-temporal/#_ref_1005", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-prototype-object", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype-@@tostringtag", - "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochseconds", - "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmilliseconds", - "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmicroseconds", - "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochnanoseconds", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1006", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1007", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1008", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1009", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", + "https://tc39.es/proposal-temporal/#sec-temporal-instant-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-instant-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.instant", "https://tc39.es/proposal-temporal/#_ref_1010", "https://tc39.es/proposal-temporal/#_ref_1011", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.from", "https://tc39.es/proposal-temporal/#_ref_1012", "https://tc39.es/proposal-temporal/#_ref_1013", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochseconds", "https://tc39.es/proposal-temporal/#_ref_1014", "https://tc39.es/proposal-temporal/#_ref_1015", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_1016", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1017", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmicroseconds", "https://tc39.es/proposal-temporal/#_ref_1018", "https://tc39.es/proposal-temporal/#_ref_1019", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1020", "https://tc39.es/proposal-temporal/#_ref_1021", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", "https://tc39.es/proposal-temporal/#_ref_1022", "https://tc39.es/proposal-temporal/#_ref_1023", "https://tc39.es/proposal-temporal/#_ref_1024", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-prototype-object", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype-@@tostringtag", + "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmilliseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmicroseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1025", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1026", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1027", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1028", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", "https://tc39.es/proposal-temporal/#_ref_1029", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", "https://tc39.es/proposal-temporal/#_ref_1030", "https://tc39.es/proposal-temporal/#_ref_1031", "https://tc39.es/proposal-temporal/#_ref_1032", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-instant-instances", - "https://tc39.es/proposal-temporal/#_ref_20", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalinstant-instances", - "https://tc39.es/proposal-temporal/#sec-temporal-instant-range", "https://tc39.es/proposal-temporal/#_ref_1033", - "https://tc39.es/proposal-temporal/#eqn-nsMaxInstant", "https://tc39.es/proposal-temporal/#_ref_1034", - "https://tc39.es/proposal-temporal/#eqn-nsPerDay", "https://tc39.es/proposal-temporal/#_ref_1035", - "https://tc39.es/proposal-temporal/#eqn-nsMinInstant", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1036", - "https://tc39.es/proposal-temporal/#sec-temporal-instant-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidepochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1037", "https://tc39.es/proposal-temporal/#_ref_1038", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1039", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1040", "https://tc39.es/proposal-temporal/#_ref_1041", "https://tc39.es/proposal-temporal/#_ref_1042", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1043", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1044", - "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", - "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1045", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_1046", "https://tc39.es/proposal-temporal/#_ref_1047", "https://tc39.es/proposal-temporal/#_ref_1048", - "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", "https://tc39.es/proposal-temporal/#_ref_1049", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", "https://tc39.es/proposal-temporal/#_ref_1050", "https://tc39.es/proposal-temporal/#_ref_1051", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-instant-instances", + "https://tc39.es/proposal-temporal/#_ref_20", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalinstant-instances", + "https://tc39.es/proposal-temporal/#sec-temporal-instant-range", "https://tc39.es/proposal-temporal/#_ref_1052", + "https://tc39.es/proposal-temporal/#eqn-nsMaxInstant", "https://tc39.es/proposal-temporal/#_ref_1053", + "https://tc39.es/proposal-temporal/#eqn-nsPerDay", "https://tc39.es/proposal-temporal/#_ref_1054", + "https://tc39.es/proposal-temporal/#eqn-nsMinInstant", "https://tc39.es/proposal-temporal/#_ref_1055", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalinstant", + "https://tc39.es/proposal-temporal/#sec-temporal-instant-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1056", "https://tc39.es/proposal-temporal/#_ref_1057", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1058", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1059", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfrominstant", "https://tc39.es/proposal-temporal/#_ref_1060", "https://tc39.es/proposal-temporal/#_ref_1061", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1062", - "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1063", + "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", "https://tc39.es/proposal-temporal/#_ref_1064", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", "https://tc39.es/proposal-temporal/#_ref_1065", "https://tc39.es/proposal-temporal/#_ref_1066", "https://tc39.es/proposal-temporal/#_ref_1067", + "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1068", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.from", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", "https://tc39.es/proposal-temporal/#_ref_1069", "https://tc39.es/proposal-temporal/#_ref_1070", "https://tc39.es/proposal-temporal/#_ref_1071", "https://tc39.es/proposal-temporal/#_ref_1072", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", "https://tc39.es/proposal-temporal/#_ref_1073", "https://tc39.es/proposal-temporal/#_ref_1074", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1075", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-prototype-object", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype-@@tostringtag", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendar", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", "https://tc39.es/proposal-temporal/#_ref_1076", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", "https://tc39.es/proposal-temporal/#_ref_1077", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthCode", "https://tc39.es/proposal-temporal/#_ref_1078", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfrominstant", "https://tc39.es/proposal-temporal/#_ref_1079", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_1080", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_1081", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1082", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1083", "https://tc39.es/proposal-temporal/#_ref_1084", "https://tc39.es/proposal-temporal/#_ref_1085", "https://tc39.es/proposal-temporal/#_ref_1086", "https://tc39.es/proposal-temporal/#_ref_1087", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.from", "https://tc39.es/proposal-temporal/#_ref_1088", "https://tc39.es/proposal-temporal/#_ref_1089", "https://tc39.es/proposal-temporal/#_ref_1090", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1091", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", "https://tc39.es/proposal-temporal/#_ref_1092", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1093", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1094", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-prototype-object", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype-@@tostringtag", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendar", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", "https://tc39.es/proposal-temporal/#_ref_1095", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", "https://tc39.es/proposal-temporal/#_ref_1096", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthCode", "https://tc39.es/proposal-temporal/#_ref_1097", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_1098", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_1099", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_1100", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_1101", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.toplaindate", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1102", "https://tc39.es/proposal-temporal/#_ref_1103", "https://tc39.es/proposal-temporal/#_ref_1104", @@ -1495,38 +1466,42 @@ "https://tc39.es/proposal-temporal/#_ref_1107", "https://tc39.es/proposal-temporal/#_ref_1108", "https://tc39.es/proposal-temporal/#_ref_1109", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.getisofields", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainyearmonth-instances", - "https://tc39.es/proposal-temporal/#_ref_21", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalyearmonth-instances", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1110", - "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalyearmonth", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1111", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1112", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1113", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1114", "https://tc39.es/proposal-temporal/#_ref_1115", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1116", "https://tc39.es/proposal-temporal/#_ref_1117", "https://tc39.es/proposal-temporal/#_ref_1118", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1119", - "https://tc39.es/proposal-temporal/#sec-temporal-regulateisoyearmonth", - "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthwithinlimits", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisoyearmonth", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1120", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_1121", "https://tc39.es/proposal-temporal/#_ref_1122", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", "https://tc39.es/proposal-temporal/#_ref_1123", "https://tc39.es/proposal-temporal/#_ref_1124", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1125", "https://tc39.es/proposal-temporal/#_ref_1126", "https://tc39.es/proposal-temporal/#_ref_1127", "https://tc39.es/proposal-temporal/#_ref_1128", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.getisofields", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainyearmonth-instances", + "https://tc39.es/proposal-temporal/#_ref_21", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalyearmonth-instances", "https://tc39.es/proposal-temporal/#_ref_1129", + "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1130", "https://tc39.es/proposal-temporal/#_ref_1131", "https://tc39.es/proposal-temporal/#_ref_1132", @@ -1534,14 +1509,19 @@ "https://tc39.es/proposal-temporal/#_ref_1134", "https://tc39.es/proposal-temporal/#_ref_1135", "https://tc39.es/proposal-temporal/#_ref_1136", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1137", "https://tc39.es/proposal-temporal/#_ref_1138", + "https://tc39.es/proposal-temporal/#sec-temporal-regulateisoyearmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthwithinlimits", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1139", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1140", "https://tc39.es/proposal-temporal/#_ref_1141", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", "https://tc39.es/proposal-temporal/#_ref_1142", "https://tc39.es/proposal-temporal/#_ref_1143", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1144", "https://tc39.es/proposal-temporal/#_ref_1145", "https://tc39.es/proposal-temporal/#_ref_1146", @@ -1549,31 +1529,19 @@ "https://tc39.es/proposal-temporal/#_ref_1148", "https://tc39.es/proposal-temporal/#_ref_1149", "https://tc39.es/proposal-temporal/#_ref_1150", - "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday", "https://tc39.es/proposal-temporal/#_ref_1151", "https://tc39.es/proposal-temporal/#_ref_1152", "https://tc39.es/proposal-temporal/#_ref_1153", "https://tc39.es/proposal-temporal/#_ref_1154", "https://tc39.es/proposal-temporal/#_ref_1155", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1156", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.from", "https://tc39.es/proposal-temporal/#_ref_1157", "https://tc39.es/proposal-temporal/#_ref_1158", "https://tc39.es/proposal-temporal/#_ref_1159", "https://tc39.es/proposal-temporal/#_ref_1160", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-prototype-object", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype-@@tostringtag", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendar", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_1161", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1162", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1163", "https://tc39.es/proposal-temporal/#_ref_1164", "https://tc39.es/proposal-temporal/#_ref_1165", @@ -1581,440 +1549,491 @@ "https://tc39.es/proposal-temporal/#_ref_1167", "https://tc39.es/proposal-temporal/#_ref_1168", "https://tc39.es/proposal-temporal/#_ref_1169", + "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday", "https://tc39.es/proposal-temporal/#_ref_1170", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1171", "https://tc39.es/proposal-temporal/#_ref_1172", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1173", "https://tc39.es/proposal-temporal/#_ref_1174", "https://tc39.es/proposal-temporal/#_ref_1175", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.from", "https://tc39.es/proposal-temporal/#_ref_1176", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1177", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_1178", "https://tc39.es/proposal-temporal/#_ref_1179", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-prototype-object", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype-@@tostringtag", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendar", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_1180", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1181", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1182", "https://tc39.es/proposal-temporal/#_ref_1183", "https://tc39.es/proposal-temporal/#_ref_1184", "https://tc39.es/proposal-temporal/#_ref_1185", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.getisofields", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainmonthday-instances", - "https://tc39.es/proposal-temporal/#_ref_22", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalmonthday-instances", "https://tc39.es/proposal-temporal/#_ref_1186", - "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1187", "https://tc39.es/proposal-temporal/#_ref_1188", "https://tc39.es/proposal-temporal/#_ref_1189", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1190", "https://tc39.es/proposal-temporal/#_ref_1191", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1192", "https://tc39.es/proposal-temporal/#_ref_1193", "https://tc39.es/proposal-temporal/#_ref_1194", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1195", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1196", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_1197", "https://tc39.es/proposal-temporal/#_ref_1198", "https://tc39.es/proposal-temporal/#_ref_1199", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1200", "https://tc39.es/proposal-temporal/#_ref_1201", - "https://tc39.es/proposal-temporal/#sec-temporal-timezone-objects", - "https://tc39.es/proposal-temporal/#sec-time-zone-names", "https://tc39.es/proposal-temporal/#_ref_1202", - "https://tc39.es/proposal-temporal/#_ref_23", - "https://tc39.es/proposal-temporal/#sec-isavailabletimezonename", "https://tc39.es/proposal-temporal/#_ref_1203", "https://tc39.es/proposal-temporal/#_ref_1204", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.getisofields", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainmonthday-instances", + "https://tc39.es/proposal-temporal/#_ref_22", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalmonthday-instances", "https://tc39.es/proposal-temporal/#_ref_1205", + "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1206", "https://tc39.es/proposal-temporal/#_ref_1207", "https://tc39.es/proposal-temporal/#_ref_1208", - "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_1209", "https://tc39.es/proposal-temporal/#_ref_1210", - "https://tc39.es/proposal-temporal/#sec-availabletimezones", "https://tc39.es/proposal-temporal/#_ref_1211", - "https://tc39.es/proposal-temporal/#sec-temporal-timezone-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone", "https://tc39.es/proposal-temporal/#_ref_1212", "https://tc39.es/proposal-temporal/#_ref_1213", "https://tc39.es/proposal-temporal/#_ref_1214", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.from", "https://tc39.es/proposal-temporal/#_ref_1215", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-prototype-object", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype-@@tostringtag", - "https://tc39.es/proposal-temporal/#sec-get-temporal.timezone.prototype.id", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetnanosecondsfor", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1216", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1217", "https://tc39.es/proposal-temporal/#_ref_1218", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getplaindatetimefor", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1219", "https://tc39.es/proposal-temporal/#_ref_1220", + "https://tc39.es/proposal-temporal/#sec-temporal-timezone-objects", + "https://tc39.es/proposal-temporal/#sec-time-zone-names", "https://tc39.es/proposal-temporal/#_ref_1221", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getinstantfor", + "https://tc39.es/proposal-temporal/#_ref_23", + "https://tc39.es/proposal-temporal/#sec-isavailabletimezonename", "https://tc39.es/proposal-temporal/#_ref_1222", "https://tc39.es/proposal-temporal/#_ref_1223", "https://tc39.es/proposal-temporal/#_ref_1224", "https://tc39.es/proposal-temporal/#_ref_1225", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getpossibleinstantsfor", "https://tc39.es/proposal-temporal/#_ref_1226", "https://tc39.es/proposal-temporal/#_ref_1227", + "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_1228", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getnexttransition", "https://tc39.es/proposal-temporal/#_ref_1229", + "https://tc39.es/proposal-temporal/#sec-availabletimezones", "https://tc39.es/proposal-temporal/#_ref_1230", + "https://tc39.es/proposal-temporal/#sec-temporal-timezone-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone", "https://tc39.es/proposal-temporal/#_ref_1231", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1232", "https://tc39.es/proposal-temporal/#_ref_1233", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.from", "https://tc39.es/proposal-temporal/#_ref_1234", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tostring", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tojson", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-timezone-instances", - "https://tc39.es/proposal-temporal/#_ref_24", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaltimezone-instances", - "https://tc39.es/proposal-temporal/#sec-temporal-timezone-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltimezone", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-prototype-object", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype-@@tostringtag", + "https://tc39.es/proposal-temporal/#sec-get-temporal.timezone.prototype.id", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1235", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1236", - "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", "https://tc39.es/proposal-temporal/#_ref_1237", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1238", "https://tc39.es/proposal-temporal/#_ref_1239", - "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezonenexttransition", "https://tc39.es/proposal-temporal/#_ref_1240", - "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezoneprevioustransition", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getinstantfor", "https://tc39.es/proposal-temporal/#_ref_1241", - "https://tc39.es/proposal-temporal/#sec-temporal-formattimezoneoffsetstring", "https://tc39.es/proposal-temporal/#_ref_1242", "https://tc39.es/proposal-temporal/#_ref_1243", "https://tc39.es/proposal-temporal/#_ref_1244", - "https://tc39.es/proposal-temporal/#sec-temporal-formatisotimezoneoffsetstring", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getpossibleinstantsfor", "https://tc39.es/proposal-temporal/#_ref_1245", "https://tc39.es/proposal-temporal/#_ref_1246", "https://tc39.es/proposal-temporal/#_ref_1247", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezone", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getnexttransition", "https://tc39.es/proposal-temporal/#_ref_1248", "https://tc39.es/proposal-temporal/#_ref_1249", "https://tc39.es/proposal-temporal/#_ref_1250", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1251", "https://tc39.es/proposal-temporal/#_ref_1252", "https://tc39.es/proposal-temporal/#_ref_1253", - "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-timezone-instances", + "https://tc39.es/proposal-temporal/#_ref_24", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaltimezone-instances", + "https://tc39.es/proposal-temporal/#sec-temporal-timezone-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltimezone", "https://tc39.es/proposal-temporal/#_ref_1254", - "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1255", + "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", "https://tc39.es/proposal-temporal/#_ref_1256", - "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1257", "https://tc39.es/proposal-temporal/#_ref_1258", + "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezonenexttransition", "https://tc39.es/proposal-temporal/#_ref_1259", + "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezoneprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1260", - "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetinstantfor", + "https://tc39.es/proposal-temporal/#sec-temporal-formattimezoneoffsetstring", "https://tc39.es/proposal-temporal/#_ref_1261", "https://tc39.es/proposal-temporal/#_ref_1262", - "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleinstants", "https://tc39.es/proposal-temporal/#_ref_1263", + "https://tc39.es/proposal-temporal/#sec-temporal-formatisotimezoneoffsetstring", "https://tc39.es/proposal-temporal/#_ref_1264", "https://tc39.es/proposal-temporal/#_ref_1265", "https://tc39.es/proposal-temporal/#_ref_1266", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezone", "https://tc39.es/proposal-temporal/#_ref_1267", "https://tc39.es/proposal-temporal/#_ref_1268", "https://tc39.es/proposal-temporal/#_ref_1269", "https://tc39.es/proposal-temporal/#_ref_1270", "https://tc39.es/proposal-temporal/#_ref_1271", "https://tc39.es/proposal-temporal/#_ref_1272", + "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1273", + "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1274", "https://tc39.es/proposal-temporal/#_ref_1275", + "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1276", - "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleinstantsfor", - "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", - "https://tc39.es/proposal-temporal/#sec-temporal-calendar-objects", - "https://tc39.es/proposal-temporal/#sec-calendar-types", - "https://tc39.es/proposal-temporal/#_ref_25", - "https://tc39.es/proposal-temporal/#sec-temporal-isbuiltincalendar", "https://tc39.es/proposal-temporal/#_ref_1277", "https://tc39.es/proposal-temporal/#_ref_1278", "https://tc39.es/proposal-temporal/#_ref_1279", - "https://tc39.es/proposal-temporal/#sec-temporal-availablecalendars", + "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetinstantfor", "https://tc39.es/proposal-temporal/#_ref_1280", "https://tc39.es/proposal-temporal/#_ref_1281", + "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleinstants", "https://tc39.es/proposal-temporal/#_ref_1282", "https://tc39.es/proposal-temporal/#_ref_1283", "https://tc39.es/proposal-temporal/#_ref_1284", - "https://tc39.es/proposal-temporal/#sec-temporal-calendar-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalcalendar", "https://tc39.es/proposal-temporal/#_ref_1285", "https://tc39.es/proposal-temporal/#_ref_1286", - "https://tc39.es/proposal-temporal/#sec-temporal-getbuiltincalendar", "https://tc39.es/proposal-temporal/#_ref_1287", "https://tc39.es/proposal-temporal/#_ref_1288", - "https://tc39.es/proposal-temporal/#sec-temporal-getiso8601calendar", "https://tc39.es/proposal-temporal/#_ref_1289", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarfields", "https://tc39.es/proposal-temporal/#_ref_1290", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", "https://tc39.es/proposal-temporal/#_ref_1291", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", - "https://tc39.es/proposal-temporal/#sec-temporal-calendaryear", "https://tc39.es/proposal-temporal/#_ref_1292", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonth", "https://tc39.es/proposal-temporal/#_ref_1293", "https://tc39.es/proposal-temporal/#_ref_1294", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthcode", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarday", "https://tc39.es/proposal-temporal/#_ref_1295", - "https://tc39.es/proposal-temporal/#_ref_1296", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofweek", - "https://tc39.es/proposal-temporal/#_ref_1297", - "https://tc39.es/proposal-temporal/#_ref_1298", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofyear", + "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleinstantsfor", + "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", + "https://tc39.es/proposal-temporal/#sec-temporal-calendar-objects", + "https://tc39.es/proposal-temporal/#sec-calendar-types", + "https://tc39.es/proposal-temporal/#_ref_25", + "https://tc39.es/proposal-temporal/#sec-temporal-isbuiltincalendar", + "https://tc39.es/proposal-temporal/#_ref_1296", + "https://tc39.es/proposal-temporal/#_ref_1297", + "https://tc39.es/proposal-temporal/#_ref_1298", + "https://tc39.es/proposal-temporal/#sec-temporal-availablecalendars", "https://tc39.es/proposal-temporal/#_ref_1299", "https://tc39.es/proposal-temporal/#_ref_1300", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarweekofyear", "https://tc39.es/proposal-temporal/#_ref_1301", "https://tc39.es/proposal-temporal/#_ref_1302", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinweek", "https://tc39.es/proposal-temporal/#_ref_1303", + "https://tc39.es/proposal-temporal/#sec-temporal-calendar-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalcalendar", "https://tc39.es/proposal-temporal/#_ref_1304", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1305", + "https://tc39.es/proposal-temporal/#sec-temporal-getbuiltincalendar", "https://tc39.es/proposal-temporal/#_ref_1306", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinyear", "https://tc39.es/proposal-temporal/#_ref_1307", + "https://tc39.es/proposal-temporal/#sec-temporal-getiso8601calendar", "https://tc39.es/proposal-temporal/#_ref_1308", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthsinyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarfields", "https://tc39.es/proposal-temporal/#_ref_1309", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", "https://tc39.es/proposal-temporal/#_ref_1310", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarinleapyear", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendar", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", + "https://tc39.es/proposal-temporal/#sec-temporal-calendaryear", "https://tc39.es/proposal-temporal/#_ref_1311", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonth", "https://tc39.es/proposal-temporal/#_ref_1312", "https://tc39.es/proposal-temporal/#_ref_1313", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendarwithisodefault", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthcode", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarday", "https://tc39.es/proposal-temporal/#_ref_1314", "https://tc39.es/proposal-temporal/#_ref_1315", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarwithisodefault", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofweek", "https://tc39.es/proposal-temporal/#_ref_1316", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefromfields", - "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearmonthfromfields", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdayfromfields", - "https://tc39.es/proposal-temporal/#sec-temporal-maybeformatcalendarannotation", "https://tc39.es/proposal-temporal/#_ref_1317", - "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", - "https://tc39.es/proposal-temporal/#sec-temporal-consolidatecalendars", - "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", - "https://tc39.es/proposal-temporal/#sec-temporal-toisoweekofyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofyear", "https://tc39.es/proposal-temporal/#_ref_1318", "https://tc39.es/proposal-temporal/#_ref_1319", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarweekofyear", "https://tc39.es/proposal-temporal/#_ref_1320", "https://tc39.es/proposal-temporal/#_ref_1321", - "https://tc39.es/proposal-temporal/#sec-temporal-isomonthcode", - "https://tc39.es/proposal-temporal/#sec-temporal-resolveisomonth", - "https://tc39.es/proposal-temporal/#_ref_26", - "https://tc39.es/proposal-temporal/#_ref_1664", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinweek", "https://tc39.es/proposal-temporal/#_ref_1322", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatefromfields", "https://tc39.es/proposal-temporal/#_ref_1323", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1324", "https://tc39.es/proposal-temporal/#_ref_1325", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinyear", "https://tc39.es/proposal-temporal/#_ref_1326", - "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1327", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthsinyear", "https://tc39.es/proposal-temporal/#_ref_1328", "https://tc39.es/proposal-temporal/#_ref_1329", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarinleapyear", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendar", "https://tc39.es/proposal-temporal/#_ref_1330", - "https://tc39.es/proposal-temporal/#sec-temporal-isomonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1331", "https://tc39.es/proposal-temporal/#_ref_1332", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendarwithisodefault", "https://tc39.es/proposal-temporal/#_ref_1333", "https://tc39.es/proposal-temporal/#_ref_1334", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarwithisodefault", "https://tc39.es/proposal-temporal/#_ref_1335", - "https://tc39.es/proposal-temporal/#sec-temporal-defaultmergecalendarfields", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefromfields", + "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearmonthfromfields", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdayfromfields", + "https://tc39.es/proposal-temporal/#sec-temporal-maybeformatcalendarannotation", "https://tc39.es/proposal-temporal/#_ref_1336", + "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", + "https://tc39.es/proposal-temporal/#sec-temporal-consolidatecalendars", + "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-toisoweekofyear", "https://tc39.es/proposal-temporal/#_ref_1337", "https://tc39.es/proposal-temporal/#_ref_1338", - "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofyear", "https://tc39.es/proposal-temporal/#_ref_1339", - "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofweek", "https://tc39.es/proposal-temporal/#_ref_1340", - "https://tc39.es/proposal-temporal/#sec-temporal-calendar-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar", + "https://tc39.es/proposal-temporal/#sec-temporal-isomonthcode", + "https://tc39.es/proposal-temporal/#sec-temporal-resolveisomonth", + "https://tc39.es/proposal-temporal/#_ref_26", + "https://tc39.es/proposal-temporal/#_ref_1683", "https://tc39.es/proposal-temporal/#_ref_1341", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatefromfields", "https://tc39.es/proposal-temporal/#_ref_1342", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.from", "https://tc39.es/proposal-temporal/#_ref_1343", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-prototype-object", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype-@@tostringtag", - "https://tc39.es/proposal-temporal/#sec-get-temporal.calendar.prototype.id", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.datefromfields", "https://tc39.es/proposal-temporal/#_ref_1344", "https://tc39.es/proposal-temporal/#_ref_1345", + "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1346", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1347", "https://tc39.es/proposal-temporal/#_ref_1348", "https://tc39.es/proposal-temporal/#_ref_1349", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthdayfromfields", + "https://tc39.es/proposal-temporal/#sec-temporal-isomonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1350", "https://tc39.es/proposal-temporal/#_ref_1351", "https://tc39.es/proposal-temporal/#_ref_1352", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateadd", "https://tc39.es/proposal-temporal/#_ref_1353", "https://tc39.es/proposal-temporal/#_ref_1354", + "https://tc39.es/proposal-temporal/#sec-temporal-defaultmergecalendarfields", "https://tc39.es/proposal-temporal/#_ref_1355", "https://tc39.es/proposal-temporal/#_ref_1356", "https://tc39.es/proposal-temporal/#_ref_1357", + "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofyear", "https://tc39.es/proposal-temporal/#_ref_1358", + "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofweek", "https://tc39.es/proposal-temporal/#_ref_1359", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateuntil", + "https://tc39.es/proposal-temporal/#sec-temporal-calendar-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar", "https://tc39.es/proposal-temporal/#_ref_1360", "https://tc39.es/proposal-temporal/#_ref_1361", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.from", "https://tc39.es/proposal-temporal/#_ref_1362", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-prototype-object", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype-@@tostringtag", + "https://tc39.es/proposal-temporal/#sec-get-temporal.calendar.prototype.id", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.datefromfields", + "https://tc39.es/proposal-temporal/#_ref_27", "https://tc39.es/proposal-temporal/#_ref_1363", "https://tc39.es/proposal-temporal/#_ref_1364", "https://tc39.es/proposal-temporal/#_ref_1365", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.year", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearmonthfromfields", + "https://tc39.es/proposal-temporal/#_ref_28", "https://tc39.es/proposal-temporal/#_ref_1366", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.month", "https://tc39.es/proposal-temporal/#_ref_1367", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_1368", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthdayfromfields", + "https://tc39.es/proposal-temporal/#_ref_29", "https://tc39.es/proposal-temporal/#_ref_1369", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1370", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_1371", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateadd", + "https://tc39.es/proposal-temporal/#_ref_30", "https://tc39.es/proposal-temporal/#_ref_1372", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_1373", "https://tc39.es/proposal-temporal/#_ref_1374", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_1375", "https://tc39.es/proposal-temporal/#_ref_1376", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_1377", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_1378", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateuntil", + "https://tc39.es/proposal-temporal/#_ref_31", "https://tc39.es/proposal-temporal/#_ref_1379", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_1380", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_1381", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_1382", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.fields", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.mergefields", "https://tc39.es/proposal-temporal/#_ref_1383", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tostring", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tojson", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-calendar-instances", - "https://tc39.es/proposal-temporal/#sec-temporal-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-iterabletolistoftype", - "https://tc39.es/proposal-temporal/#sec-getoptionsobject", "https://tc39.es/proposal-temporal/#_ref_1384", - "https://tc39.es/proposal-temporal/#sec-getoption", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloverflow", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.year", + "https://tc39.es/proposal-temporal/#_ref_32", "https://tc39.es/proposal-temporal/#_ref_1385", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldisambiguation", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.month", + "https://tc39.es/proposal-temporal/#_ref_33", "https://tc39.es/proposal-temporal/#_ref_1386", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingmode", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthcode", + "https://tc39.es/proposal-temporal/#_ref_34", "https://tc39.es/proposal-temporal/#_ref_1387", - "https://tc39.es/proposal-temporal/#sec-temporal-negatetemporalroundingmode", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloffset", "https://tc39.es/proposal-temporal/#_ref_1388", - "https://tc39.es/proposal-temporal/#sec-temporal-toshowcalendaroption", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.day", + "https://tc39.es/proposal-temporal/#_ref_35", "https://tc39.es/proposal-temporal/#_ref_1389", - "https://tc39.es/proposal-temporal/#sec-temporal-toshowtimezonenameoption", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofweek", + "https://tc39.es/proposal-temporal/#_ref_36", "https://tc39.es/proposal-temporal/#_ref_1390", - "https://tc39.es/proposal-temporal/#sec-temporal-toshowoffsetoption", "https://tc39.es/proposal-temporal/#_ref_1391", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingincrement", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofyear", + "https://tc39.es/proposal-temporal/#_ref_37", "https://tc39.es/proposal-temporal/#_ref_1392", "https://tc39.es/proposal-temporal/#_ref_1393", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetimeroundingincrement", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.weekofyear", + "https://tc39.es/proposal-temporal/#_ref_38", "https://tc39.es/proposal-temporal/#_ref_1394", "https://tc39.es/proposal-temporal/#_ref_1395", - "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecision", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinweek", + "https://tc39.es/proposal-temporal/#_ref_39", "https://tc39.es/proposal-temporal/#_ref_1396", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalunit", - "https://tc39.es/proposal-temporal/#_ref_27", - "https://tc39.es/proposal-temporal/#_ref_28", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinmonth", + "https://tc39.es/proposal-temporal/#_ref_40", "https://tc39.es/proposal-temporal/#_ref_1397", - "https://tc39.es/proposal-temporal/#_ref_29", - "https://tc39.es/proposal-temporal/#table-temporal-units", - "https://tc39.es/proposal-temporal/#sec-temporal-torelativetemporalobject", "https://tc39.es/proposal-temporal/#_ref_1398", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#_ref_41", "https://tc39.es/proposal-temporal/#_ref_1399", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthsinyear", + "https://tc39.es/proposal-temporal/#_ref_42", "https://tc39.es/proposal-temporal/#_ref_1400", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#_ref_43", "https://tc39.es/proposal-temporal/#_ref_1401", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.fields", + "https://tc39.es/proposal-temporal/#_ref_44", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.mergefields", + "https://tc39.es/proposal-temporal/#_ref_45", "https://tc39.es/proposal-temporal/#_ref_1402", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-calendar-instances", + "https://tc39.es/proposal-temporal/#sec-temporal-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-iterabletolistoftype", + "https://tc39.es/proposal-temporal/#sec-getoptionsobject", "https://tc39.es/proposal-temporal/#_ref_1403", + "https://tc39.es/proposal-temporal/#sec-getoption", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloverflow", "https://tc39.es/proposal-temporal/#_ref_1404", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldisambiguation", "https://tc39.es/proposal-temporal/#_ref_1405", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingmode", "https://tc39.es/proposal-temporal/#_ref_1406", + "https://tc39.es/proposal-temporal/#sec-temporal-negatetemporalroundingmode", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloffset", "https://tc39.es/proposal-temporal/#_ref_1407", + "https://tc39.es/proposal-temporal/#sec-temporal-tocalendarnameoption", "https://tc39.es/proposal-temporal/#_ref_1408", + "https://tc39.es/proposal-temporal/#sec-temporal-totimezonenameoption", "https://tc39.es/proposal-temporal/#_ref_1409", + "https://tc39.es/proposal-temporal/#sec-temporal-toshowoffsetoption", "https://tc39.es/proposal-temporal/#_ref_1410", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingincrement", "https://tc39.es/proposal-temporal/#_ref_1411", + "https://tc39.es/proposal-temporal/#_ref_1412", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetimeroundingincrement", + "https://tc39.es/proposal-temporal/#_ref_1413", + "https://tc39.es/proposal-temporal/#_ref_1414", + "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecision", + "https://tc39.es/proposal-temporal/#_ref_1415", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalunit", + "https://tc39.es/proposal-temporal/#_ref_46", + "https://tc39.es/proposal-temporal/#_ref_47", + "https://tc39.es/proposal-temporal/#_ref_1416", + "https://tc39.es/proposal-temporal/#_ref_48", + "https://tc39.es/proposal-temporal/#table-temporal-units", + "https://tc39.es/proposal-temporal/#sec-temporal-torelativetemporalobject", + "https://tc39.es/proposal-temporal/#_ref_1417", + "https://tc39.es/proposal-temporal/#_ref_1418", + "https://tc39.es/proposal-temporal/#_ref_1419", + "https://tc39.es/proposal-temporal/#_ref_1420", + "https://tc39.es/proposal-temporal/#_ref_1421", + "https://tc39.es/proposal-temporal/#_ref_1422", + "https://tc39.es/proposal-temporal/#_ref_1423", + "https://tc39.es/proposal-temporal/#_ref_1424", + "https://tc39.es/proposal-temporal/#_ref_1425", + "https://tc39.es/proposal-temporal/#_ref_1426", + "https://tc39.es/proposal-temporal/#_ref_1427", + "https://tc39.es/proposal-temporal/#_ref_1428", + "https://tc39.es/proposal-temporal/#_ref_1429", + "https://tc39.es/proposal-temporal/#_ref_1430", "https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits", - "https://tc39.es/proposal-temporal/#_ref_30", - "https://tc39.es/proposal-temporal/#_ref_31", + "https://tc39.es/proposal-temporal/#_ref_49", + "https://tc39.es/proposal-temporal/#_ref_50", "https://tc39.es/proposal-temporal/#sec-temporal-maximumtemporaldurationroundingincrement", "https://tc39.es/proposal-temporal/#sec-temporal-rejectobjectwithcalendarortimezone", "https://tc39.es/proposal-temporal/#sec-temporal-formatsecondsstringpart", "https://tc39.es/proposal-temporal/#sec-temporal-getunsignedroundingmode", - "https://tc39.es/proposal-temporal/#_ref_32", - "https://tc39.es/proposal-temporal/#_ref_33", + "https://tc39.es/proposal-temporal/#_ref_51", + "https://tc39.es/proposal-temporal/#_ref_52", "https://tc39.es/proposal-temporal/#table-temporal-unsigned-rounding-modes", "https://tc39.es/proposal-temporal/#sec-temporal-applyunsignedroundingmode", - "https://tc39.es/proposal-temporal/#_ref_1412", + "https://tc39.es/proposal-temporal/#_ref_1431", "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", - "https://tc39.es/proposal-temporal/#_ref_1413", - "https://tc39.es/proposal-temporal/#_ref_1414", + "https://tc39.es/proposal-temporal/#_ref_1432", + "https://tc39.es/proposal-temporal/#_ref_1433", "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", - "https://tc39.es/proposal-temporal/#_ref_1415", - "https://tc39.es/proposal-temporal/#_ref_1416", + "https://tc39.es/proposal-temporal/#_ref_1434", + "https://tc39.es/proposal-temporal/#_ref_1435", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar", "https://tc39.es/proposal-temporal/#prod-Alpha", "https://tc39.es/proposal-temporal/#prod-LowercaseAlpha", "https://tc39.es/proposal-temporal/#prod-ASCIISign", "https://tc39.es/proposal-temporal/#prod-Sign", - "https://tc39.es/proposal-temporal/#_ref_1665", + "https://tc39.es/proposal-temporal/#_ref_1684", "https://tc39.es/proposal-temporal/#prod-UnpaddedHour", - "https://tc39.es/proposal-temporal/#_ref_1666", - "https://tc39.es/proposal-temporal/#_ref_1667", + "https://tc39.es/proposal-temporal/#_ref_1685", + "https://tc39.es/proposal-temporal/#_ref_1686", "https://tc39.es/proposal-temporal/#prod-Hour", - "https://tc39.es/proposal-temporal/#_ref_1668", - "https://tc39.es/proposal-temporal/#_ref_1669", + "https://tc39.es/proposal-temporal/#_ref_1687", + "https://tc39.es/proposal-temporal/#_ref_1688", "https://tc39.es/proposal-temporal/#prod-MinuteSecond", - "https://tc39.es/proposal-temporal/#_ref_1670", - "https://tc39.es/proposal-temporal/#_ref_1671", - "https://tc39.es/proposal-temporal/#_ref_1672", - "https://tc39.es/proposal-temporal/#_ref_1673", - "https://tc39.es/proposal-temporal/#_ref_1674", - "https://tc39.es/proposal-temporal/#_ref_1675", + "https://tc39.es/proposal-temporal/#_ref_1689", + "https://tc39.es/proposal-temporal/#_ref_1690", + "https://tc39.es/proposal-temporal/#_ref_1691", + "https://tc39.es/proposal-temporal/#_ref_1692", + "https://tc39.es/proposal-temporal/#_ref_1693", + "https://tc39.es/proposal-temporal/#_ref_1694", "https://tc39.es/proposal-temporal/#prod-DecimalSeparator", "https://tc39.es/proposal-temporal/#prod-DaysDesignator", "https://tc39.es/proposal-temporal/#prod-HoursDesignator", @@ -2029,38 +2048,11 @@ "https://tc39.es/proposal-temporal/#prod-UTCDesignator", "https://tc39.es/proposal-temporal/#prod-AnnotationCriticalFlag", "https://tc39.es/proposal-temporal/#prod-DateFourDigitYear", - "https://tc39.es/proposal-temporal/#_ref_1676", - "https://tc39.es/proposal-temporal/#_ref_1677", - "https://tc39.es/proposal-temporal/#_ref_1678", - "https://tc39.es/proposal-temporal/#_ref_1679", - "https://tc39.es/proposal-temporal/#prod-DateExtendedYear", - "https://tc39.es/proposal-temporal/#_ref_1680", - "https://tc39.es/proposal-temporal/#_ref_1681", - "https://tc39.es/proposal-temporal/#_ref_1682", - "https://tc39.es/proposal-temporal/#_ref_1683", - "https://tc39.es/proposal-temporal/#_ref_1684", - "https://tc39.es/proposal-temporal/#_ref_1685", - "https://tc39.es/proposal-temporal/#_ref_1686", - "https://tc39.es/proposal-temporal/#prod-DateYear", - "https://tc39.es/proposal-temporal/#_ref_1687", - "https://tc39.es/proposal-temporal/#_ref_1688", - "https://tc39.es/proposal-temporal/#prod-DateMonth", - "https://tc39.es/proposal-temporal/#_ref_1689", - "https://tc39.es/proposal-temporal/#prod-DateMonthWithThirtyOneDays", - "https://tc39.es/proposal-temporal/#prod-DateDay", - "https://tc39.es/proposal-temporal/#_ref_1690", - "https://tc39.es/proposal-temporal/#_ref_1691", - "https://tc39.es/proposal-temporal/#_ref_1692", - "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", - "https://tc39.es/proposal-temporal/#_ref_1693", - "https://tc39.es/proposal-temporal/#_ref_1694", - "https://tc39.es/proposal-temporal/#prod-TwoDashes", - "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", "https://tc39.es/proposal-temporal/#_ref_1695", "https://tc39.es/proposal-temporal/#_ref_1696", "https://tc39.es/proposal-temporal/#_ref_1697", - "https://tc39.es/proposal-temporal/#prod-ValidMonthDay", "https://tc39.es/proposal-temporal/#_ref_1698", + "https://tc39.es/proposal-temporal/#prod-DateExtendedYear", "https://tc39.es/proposal-temporal/#_ref_1699", "https://tc39.es/proposal-temporal/#_ref_1700", "https://tc39.es/proposal-temporal/#_ref_1701", @@ -2068,22 +2060,25 @@ "https://tc39.es/proposal-temporal/#_ref_1703", "https://tc39.es/proposal-temporal/#_ref_1704", "https://tc39.es/proposal-temporal/#_ref_1705", - "https://tc39.es/proposal-temporal/#prod-Date", + "https://tc39.es/proposal-temporal/#prod-DateYear", "https://tc39.es/proposal-temporal/#_ref_1706", "https://tc39.es/proposal-temporal/#_ref_1707", + "https://tc39.es/proposal-temporal/#prod-DateMonth", "https://tc39.es/proposal-temporal/#_ref_1708", + "https://tc39.es/proposal-temporal/#prod-DateMonthWithThirtyOneDays", + "https://tc39.es/proposal-temporal/#prod-DateDay", "https://tc39.es/proposal-temporal/#_ref_1709", "https://tc39.es/proposal-temporal/#_ref_1710", "https://tc39.es/proposal-temporal/#_ref_1711", - "https://tc39.es/proposal-temporal/#prod-TimeHour", + "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", "https://tc39.es/proposal-temporal/#_ref_1712", - "https://tc39.es/proposal-temporal/#prod-TimeMinute", "https://tc39.es/proposal-temporal/#_ref_1713", - "https://tc39.es/proposal-temporal/#prod-TimeSecond", + "https://tc39.es/proposal-temporal/#prod-TwoDashes", + "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", "https://tc39.es/proposal-temporal/#_ref_1714", - "https://tc39.es/proposal-temporal/#prod-FractionalPart", "https://tc39.es/proposal-temporal/#_ref_1715", "https://tc39.es/proposal-temporal/#_ref_1716", + "https://tc39.es/proposal-temporal/#prod-ValidMonthDay", "https://tc39.es/proposal-temporal/#_ref_1717", "https://tc39.es/proposal-temporal/#_ref_1718", "https://tc39.es/proposal-temporal/#_ref_1719", @@ -2091,20 +2086,21 @@ "https://tc39.es/proposal-temporal/#_ref_1721", "https://tc39.es/proposal-temporal/#_ref_1722", "https://tc39.es/proposal-temporal/#_ref_1723", - "https://tc39.es/proposal-temporal/#prod-Fraction", "https://tc39.es/proposal-temporal/#_ref_1724", + "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_1725", - "https://tc39.es/proposal-temporal/#prod-TimeFraction", "https://tc39.es/proposal-temporal/#_ref_1726", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffset", "https://tc39.es/proposal-temporal/#_ref_1727", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", "https://tc39.es/proposal-temporal/#_ref_1728", "https://tc39.es/proposal-temporal/#_ref_1729", "https://tc39.es/proposal-temporal/#_ref_1730", + "https://tc39.es/proposal-temporal/#prod-TimeHour", "https://tc39.es/proposal-temporal/#_ref_1731", + "https://tc39.es/proposal-temporal/#prod-TimeMinute", "https://tc39.es/proposal-temporal/#_ref_1732", + "https://tc39.es/proposal-temporal/#prod-TimeSecond", "https://tc39.es/proposal-temporal/#_ref_1733", + "https://tc39.es/proposal-temporal/#prod-FractionalPart", "https://tc39.es/proposal-temporal/#_ref_1734", "https://tc39.es/proposal-temporal/#_ref_1735", "https://tc39.es/proposal-temporal/#_ref_1736", @@ -2114,15 +2110,16 @@ "https://tc39.es/proposal-temporal/#_ref_1740", "https://tc39.es/proposal-temporal/#_ref_1741", "https://tc39.es/proposal-temporal/#_ref_1742", + "https://tc39.es/proposal-temporal/#prod-Fraction", "https://tc39.es/proposal-temporal/#_ref_1743", "https://tc39.es/proposal-temporal/#_ref_1744", + "https://tc39.es/proposal-temporal/#prod-TimeFraction", "https://tc39.es/proposal-temporal/#_ref_1745", - "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffset", "https://tc39.es/proposal-temporal/#_ref_1746", - "https://tc39.es/proposal-temporal/#prod-TZChar", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", "https://tc39.es/proposal-temporal/#_ref_1747", "https://tc39.es/proposal-temporal/#_ref_1748", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_1749", "https://tc39.es/proposal-temporal/#_ref_1750", "https://tc39.es/proposal-temporal/#_ref_1751", @@ -2139,9 +2136,12 @@ "https://tc39.es/proposal-temporal/#_ref_1762", "https://tc39.es/proposal-temporal/#_ref_1763", "https://tc39.es/proposal-temporal/#_ref_1764", + "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_1765", + "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_1766", "https://tc39.es/proposal-temporal/#_ref_1767", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_1768", "https://tc39.es/proposal-temporal/#_ref_1769", "https://tc39.es/proposal-temporal/#_ref_1770", @@ -2228,267 +2228,252 @@ "https://tc39.es/proposal-temporal/#_ref_1851", "https://tc39.es/proposal-temporal/#_ref_1852", "https://tc39.es/proposal-temporal/#_ref_1853", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameTail", "https://tc39.es/proposal-temporal/#_ref_1854", "https://tc39.es/proposal-temporal/#_ref_1855", "https://tc39.es/proposal-temporal/#_ref_1856", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANALegacyName", "https://tc39.es/proposal-temporal/#_ref_1857", "https://tc39.es/proposal-temporal/#_ref_1858", "https://tc39.es/proposal-temporal/#_ref_1859", - "https://tc39.es/proposal-temporal/#_ref_1417", "https://tc39.es/proposal-temporal/#_ref_1860", "https://tc39.es/proposal-temporal/#_ref_1861", "https://tc39.es/proposal-temporal/#_ref_1862", - "https://tc39.es/proposal-temporal/#_ref_1418", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_1863", "https://tc39.es/proposal-temporal/#_ref_1864", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_1865", "https://tc39.es/proposal-temporal/#_ref_1866", - "https://tc39.es/proposal-temporal/#prod-TimeZoneBracketedAnnotation", "https://tc39.es/proposal-temporal/#_ref_1867", "https://tc39.es/proposal-temporal/#_ref_1868", - "https://tc39.es/proposal-temporal/#prod-TimeZoneOffsetRequired", "https://tc39.es/proposal-temporal/#_ref_1869", "https://tc39.es/proposal-temporal/#_ref_1870", - "https://tc39.es/proposal-temporal/#prod-TimeZoneNameRequired", "https://tc39.es/proposal-temporal/#_ref_1871", "https://tc39.es/proposal-temporal/#_ref_1872", - "https://tc39.es/proposal-temporal/#prod-TimeZone", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameTail", "https://tc39.es/proposal-temporal/#_ref_1873", "https://tc39.es/proposal-temporal/#_ref_1874", "https://tc39.es/proposal-temporal/#_ref_1875", - "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANALegacyName", "https://tc39.es/proposal-temporal/#_ref_1876", - "https://tc39.es/proposal-temporal/#prod-AKeyChar", "https://tc39.es/proposal-temporal/#_ref_1877", "https://tc39.es/proposal-temporal/#_ref_1878", - "https://tc39.es/proposal-temporal/#prod-AValChar", + "https://tc39.es/proposal-temporal/#_ref_1436", "https://tc39.es/proposal-temporal/#_ref_1879", "https://tc39.es/proposal-temporal/#_ref_1880", - "https://tc39.es/proposal-temporal/#prod-AnnotationKeyTail", "https://tc39.es/proposal-temporal/#_ref_1881", + "https://tc39.es/proposal-temporal/#_ref_1437", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_1882", - "https://tc39.es/proposal-temporal/#prod-AnnotationKey", "https://tc39.es/proposal-temporal/#_ref_1883", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_1884", - "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", "https://tc39.es/proposal-temporal/#_ref_1885", + "https://tc39.es/proposal-temporal/#prod-TimeZoneBracketedAnnotation", "https://tc39.es/proposal-temporal/#_ref_1886", - "https://tc39.es/proposal-temporal/#prod-AnnotationValueTail", "https://tc39.es/proposal-temporal/#_ref_1887", + "https://tc39.es/proposal-temporal/#prod-TimeZoneOffsetRequired", "https://tc39.es/proposal-temporal/#_ref_1888", "https://tc39.es/proposal-temporal/#_ref_1889", - "https://tc39.es/proposal-temporal/#prod-AnnotationValue", + "https://tc39.es/proposal-temporal/#prod-TimeZoneNameRequired", "https://tc39.es/proposal-temporal/#_ref_1890", - "https://tc39.es/proposal-temporal/#prod-Annotation", "https://tc39.es/proposal-temporal/#_ref_1891", + "https://tc39.es/proposal-temporal/#prod-TimeZone", "https://tc39.es/proposal-temporal/#_ref_1892", "https://tc39.es/proposal-temporal/#_ref_1893", - "https://tc39.es/proposal-temporal/#prod-Annotations", "https://tc39.es/proposal-temporal/#_ref_1894", + "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", "https://tc39.es/proposal-temporal/#_ref_1895", - "https://tc39.es/proposal-temporal/#prod-TimeSpec", + "https://tc39.es/proposal-temporal/#prod-AKeyChar", "https://tc39.es/proposal-temporal/#_ref_1896", "https://tc39.es/proposal-temporal/#_ref_1897", + "https://tc39.es/proposal-temporal/#prod-AValChar", "https://tc39.es/proposal-temporal/#_ref_1898", "https://tc39.es/proposal-temporal/#_ref_1899", + "https://tc39.es/proposal-temporal/#prod-AnnotationKeyTail", "https://tc39.es/proposal-temporal/#_ref_1900", "https://tc39.es/proposal-temporal/#_ref_1901", + "https://tc39.es/proposal-temporal/#prod-AnnotationKey", "https://tc39.es/proposal-temporal/#_ref_1902", "https://tc39.es/proposal-temporal/#_ref_1903", + "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", "https://tc39.es/proposal-temporal/#_ref_1904", "https://tc39.es/proposal-temporal/#_ref_1905", + "https://tc39.es/proposal-temporal/#prod-AnnotationValueTail", "https://tc39.es/proposal-temporal/#_ref_1906", "https://tc39.es/proposal-temporal/#_ref_1907", "https://tc39.es/proposal-temporal/#_ref_1908", - "https://tc39.es/proposal-temporal/#prod-TimeSpecWithOptionalTimeZoneNotAmbiguous", + "https://tc39.es/proposal-temporal/#prod-AnnotationValue", "https://tc39.es/proposal-temporal/#_ref_1909", + "https://tc39.es/proposal-temporal/#prod-Annotation", "https://tc39.es/proposal-temporal/#_ref_1910", "https://tc39.es/proposal-temporal/#_ref_1911", "https://tc39.es/proposal-temporal/#_ref_1912", - "https://tc39.es/proposal-temporal/#prod-TimeSpecSeparator", + "https://tc39.es/proposal-temporal/#prod-Annotations", "https://tc39.es/proposal-temporal/#_ref_1913", "https://tc39.es/proposal-temporal/#_ref_1914", - "https://tc39.es/proposal-temporal/#prod-DateTime", + "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_1915", "https://tc39.es/proposal-temporal/#_ref_1916", "https://tc39.es/proposal-temporal/#_ref_1917", - "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_1918", "https://tc39.es/proposal-temporal/#_ref_1919", "https://tc39.es/proposal-temporal/#_ref_1920", "https://tc39.es/proposal-temporal/#_ref_1921", "https://tc39.es/proposal-temporal/#_ref_1922", "https://tc39.es/proposal-temporal/#_ref_1923", - "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "https://tc39.es/proposal-temporal/#_ref_1924", "https://tc39.es/proposal-temporal/#_ref_1925", - "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTimeTimeRequired", "https://tc39.es/proposal-temporal/#_ref_1926", "https://tc39.es/proposal-temporal/#_ref_1927", + "https://tc39.es/proposal-temporal/#prod-TimeSpecWithOptionalTimeZoneNotAmbiguous", "https://tc39.es/proposal-temporal/#_ref_1928", "https://tc39.es/proposal-temporal/#_ref_1929", - "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", "https://tc39.es/proposal-temporal/#_ref_1930", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", "https://tc39.es/proposal-temporal/#_ref_1931", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", + "https://tc39.es/proposal-temporal/#prod-TimeSpecSeparator", "https://tc39.es/proposal-temporal/#_ref_1932", "https://tc39.es/proposal-temporal/#_ref_1933", + "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_1934", - "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", "https://tc39.es/proposal-temporal/#_ref_1935", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", "https://tc39.es/proposal-temporal/#_ref_1936", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", + "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_1937", "https://tc39.es/proposal-temporal/#_ref_1938", "https://tc39.es/proposal-temporal/#_ref_1939", "https://tc39.es/proposal-temporal/#_ref_1940", - "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", "https://tc39.es/proposal-temporal/#_ref_1941", - "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", "https://tc39.es/proposal-temporal/#_ref_1942", - "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", + "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "https://tc39.es/proposal-temporal/#_ref_1943", "https://tc39.es/proposal-temporal/#_ref_1944", + "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTimeTimeRequired", "https://tc39.es/proposal-temporal/#_ref_1945", "https://tc39.es/proposal-temporal/#_ref_1946", "https://tc39.es/proposal-temporal/#_ref_1947", "https://tc39.es/proposal-temporal/#_ref_1948", + "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", "https://tc39.es/proposal-temporal/#_ref_1949", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", "https://tc39.es/proposal-temporal/#_ref_1950", - "https://tc39.es/proposal-temporal/#prod-DurationTime", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_1951", "https://tc39.es/proposal-temporal/#_ref_1952", "https://tc39.es/proposal-temporal/#_ref_1953", + "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", "https://tc39.es/proposal-temporal/#_ref_1954", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", "https://tc39.es/proposal-temporal/#_ref_1955", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_1956", - "https://tc39.es/proposal-temporal/#prod-DurationDays", "https://tc39.es/proposal-temporal/#_ref_1957", - "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_1958", "https://tc39.es/proposal-temporal/#_ref_1959", - "https://tc39.es/proposal-temporal/#prod-DurationWeeks", + "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", "https://tc39.es/proposal-temporal/#_ref_1960", - "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", + "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", "https://tc39.es/proposal-temporal/#_ref_1961", + "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_1962", "https://tc39.es/proposal-temporal/#_ref_1963", - "https://tc39.es/proposal-temporal/#prod-DurationMonths", "https://tc39.es/proposal-temporal/#_ref_1964", - "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_1965", "https://tc39.es/proposal-temporal/#_ref_1966", "https://tc39.es/proposal-temporal/#_ref_1967", "https://tc39.es/proposal-temporal/#_ref_1968", "https://tc39.es/proposal-temporal/#_ref_1969", + "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_1970", - "https://tc39.es/proposal-temporal/#prod-DurationYears", "https://tc39.es/proposal-temporal/#_ref_1971", - "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_1972", "https://tc39.es/proposal-temporal/#_ref_1973", "https://tc39.es/proposal-temporal/#_ref_1974", "https://tc39.es/proposal-temporal/#_ref_1975", + "https://tc39.es/proposal-temporal/#prod-DurationDays", "https://tc39.es/proposal-temporal/#_ref_1976", + "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_1977", "https://tc39.es/proposal-temporal/#_ref_1978", + "https://tc39.es/proposal-temporal/#prod-DurationWeeks", "https://tc39.es/proposal-temporal/#_ref_1979", + "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_1980", - "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_1981", "https://tc39.es/proposal-temporal/#_ref_1982", + "https://tc39.es/proposal-temporal/#prod-DurationMonths", "https://tc39.es/proposal-temporal/#_ref_1983", + "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_1984", "https://tc39.es/proposal-temporal/#_ref_1985", "https://tc39.es/proposal-temporal/#_ref_1986", "https://tc39.es/proposal-temporal/#_ref_1987", "https://tc39.es/proposal-temporal/#_ref_1988", - "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_1989", + "https://tc39.es/proposal-temporal/#prod-DurationYears", "https://tc39.es/proposal-temporal/#_ref_1990", + "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_1991", "https://tc39.es/proposal-temporal/#_ref_1992", "https://tc39.es/proposal-temporal/#_ref_1993", "https://tc39.es/proposal-temporal/#_ref_1994", - "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_1995", "https://tc39.es/proposal-temporal/#_ref_1996", "https://tc39.es/proposal-temporal/#_ref_1997", "https://tc39.es/proposal-temporal/#_ref_1998", - "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_1999", - "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", + "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2000", - "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2001", "https://tc39.es/proposal-temporal/#_ref_2002", - "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2003", "https://tc39.es/proposal-temporal/#_ref_2004", - "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2005", "https://tc39.es/proposal-temporal/#_ref_2006", - "https://tc39.es/proposal-temporal/#prod-TemporalZonedDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2007", + "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2008", "https://tc39.es/proposal-temporal/#_ref_2009", "https://tc39.es/proposal-temporal/#_ref_2010", - "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-early-errors", "https://tc39.es/proposal-temporal/#_ref_2011", "https://tc39.es/proposal-temporal/#_ref_2012", "https://tc39.es/proposal-temporal/#_ref_2013", + "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2014", "https://tc39.es/proposal-temporal/#_ref_2015", "https://tc39.es/proposal-temporal/#_ref_2016", "https://tc39.es/proposal-temporal/#_ref_2017", + "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2018", - "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", + "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_2019", + "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2020", "https://tc39.es/proposal-temporal/#_ref_2021", + "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2022", "https://tc39.es/proposal-temporal/#_ref_2023", + "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2024", "https://tc39.es/proposal-temporal/#_ref_2025", + "https://tc39.es/proposal-temporal/#prod-TemporalZonedDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2026", "https://tc39.es/proposal-temporal/#_ref_2027", "https://tc39.es/proposal-temporal/#_ref_2028", "https://tc39.es/proposal-temporal/#_ref_2029", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-early-errors", "https://tc39.es/proposal-temporal/#_ref_2030", "https://tc39.es/proposal-temporal/#_ref_2031", - "https://tc39.es/proposal-temporal/#_ref_1419", - "https://tc39.es/proposal-temporal/#_ref_1420", "https://tc39.es/proposal-temporal/#_ref_2032", "https://tc39.es/proposal-temporal/#_ref_2033", "https://tc39.es/proposal-temporal/#_ref_2034", "https://tc39.es/proposal-temporal/#_ref_2035", "https://tc39.es/proposal-temporal/#_ref_2036", "https://tc39.es/proposal-temporal/#_ref_2037", + "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", "https://tc39.es/proposal-temporal/#_ref_2038", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", "https://tc39.es/proposal-temporal/#_ref_2039", - "https://tc39.es/proposal-temporal/#_ref_1421", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", "https://tc39.es/proposal-temporal/#_ref_2040", - "https://tc39.es/proposal-temporal/#_ref_1422", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", - "https://tc39.es/proposal-temporal/#_ref_1423", "https://tc39.es/proposal-temporal/#_ref_2041", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", - "https://tc39.es/proposal-temporal/#_ref_1424", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", "https://tc39.es/proposal-temporal/#_ref_2042", "https://tc39.es/proposal-temporal/#_ref_2043", - "https://tc39.es/proposal-temporal/#_ref_1425", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", - "https://tc39.es/proposal-temporal/#_ref_1426", - "https://tc39.es/proposal-temporal/#_ref_1427", "https://tc39.es/proposal-temporal/#_ref_2044", "https://tc39.es/proposal-temporal/#_ref_2045", "https://tc39.es/proposal-temporal/#_ref_2046", @@ -2496,61 +2481,51 @@ "https://tc39.es/proposal-temporal/#_ref_2048", "https://tc39.es/proposal-temporal/#_ref_2049", "https://tc39.es/proposal-temporal/#_ref_2050", + "https://tc39.es/proposal-temporal/#_ref_1438", + "https://tc39.es/proposal-temporal/#_ref_1439", "https://tc39.es/proposal-temporal/#_ref_2051", "https://tc39.es/proposal-temporal/#_ref_2052", "https://tc39.es/proposal-temporal/#_ref_2053", "https://tc39.es/proposal-temporal/#_ref_2054", "https://tc39.es/proposal-temporal/#_ref_2055", - "https://tc39.es/proposal-temporal/#_ref_1428", - "https://tc39.es/proposal-temporal/#_ref_1429", - "https://tc39.es/proposal-temporal/#_ref_1430", - "https://tc39.es/proposal-temporal/#_ref_1431", - "https://tc39.es/proposal-temporal/#_ref_1432", - "https://tc39.es/proposal-temporal/#_ref_1433", - "https://tc39.es/proposal-temporal/#_ref_1434", - "https://tc39.es/proposal-temporal/#_ref_1435", - "https://tc39.es/proposal-temporal/#_ref_1436", - "https://tc39.es/proposal-temporal/#_ref_1437", - "https://tc39.es/proposal-temporal/#_ref_1438", - "https://tc39.es/proposal-temporal/#_ref_1439", - "https://tc39.es/proposal-temporal/#_ref_1440", - "https://tc39.es/proposal-temporal/#_ref_1441", - "https://tc39.es/proposal-temporal/#_ref_1442", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", "https://tc39.es/proposal-temporal/#_ref_2056", "https://tc39.es/proposal-temporal/#_ref_2057", - "https://tc39.es/proposal-temporal/#_ref_1443", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", "https://tc39.es/proposal-temporal/#_ref_2058", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", + "https://tc39.es/proposal-temporal/#_ref_1440", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", "https://tc39.es/proposal-temporal/#_ref_2059", + "https://tc39.es/proposal-temporal/#_ref_1441", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", + "https://tc39.es/proposal-temporal/#_ref_1442", "https://tc39.es/proposal-temporal/#_ref_2060", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", + "https://tc39.es/proposal-temporal/#_ref_1443", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", "https://tc39.es/proposal-temporal/#_ref_2061", - "https://tc39.es/proposal-temporal/#_ref_1444", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", "https://tc39.es/proposal-temporal/#_ref_2062", - "https://tc39.es/proposal-temporal/#_ref_2063", + "https://tc39.es/proposal-temporal/#_ref_1444", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", "https://tc39.es/proposal-temporal/#_ref_1445", + "https://tc39.es/proposal-temporal/#_ref_1446", + "https://tc39.es/proposal-temporal/#_ref_2063", "https://tc39.es/proposal-temporal/#_ref_2064", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", "https://tc39.es/proposal-temporal/#_ref_2065", - "https://tc39.es/proposal-temporal/#_ref_1446", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", "https://tc39.es/proposal-temporal/#_ref_2066", "https://tc39.es/proposal-temporal/#_ref_2067", + "https://tc39.es/proposal-temporal/#_ref_2068", + "https://tc39.es/proposal-temporal/#_ref_2069", + "https://tc39.es/proposal-temporal/#_ref_2070", + "https://tc39.es/proposal-temporal/#_ref_2071", + "https://tc39.es/proposal-temporal/#_ref_2072", + "https://tc39.es/proposal-temporal/#_ref_2073", + "https://tc39.es/proposal-temporal/#_ref_2074", "https://tc39.es/proposal-temporal/#_ref_1447", - "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", "https://tc39.es/proposal-temporal/#_ref_1448", - "https://tc39.es/proposal-temporal/#sec-tointegerwithtruncation", - "https://tc39.es/proposal-temporal/#sec-tointegerifintegral", - "https://tc39.es/proposal-temporal/#sec-temporal-preparetemporalfields", - "https://tc39.es/proposal-temporal/#_ref_34", "https://tc39.es/proposal-temporal/#_ref_1449", "https://tc39.es/proposal-temporal/#_ref_1450", - "https://tc39.es/proposal-temporal/#_ref_35", "https://tc39.es/proposal-temporal/#_ref_1451", "https://tc39.es/proposal-temporal/#_ref_1452", - "https://tc39.es/proposal-temporal/#table-temporal-field-requirements", - "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", "https://tc39.es/proposal-temporal/#_ref_1453", "https://tc39.es/proposal-temporal/#_ref_1454", "https://tc39.es/proposal-temporal/#_ref_1455", @@ -2560,62 +2535,75 @@ "https://tc39.es/proposal-temporal/#_ref_1459", "https://tc39.es/proposal-temporal/#_ref_1460", "https://tc39.es/proposal-temporal/#_ref_1461", - "https://tc39.es/proposal-temporal/#sec-temporal-legacy-date-objects", - "https://tc39.es/proposal-temporal/#sec-ecmascript-language-types-string-type", - "https://tc39.es/proposal-temporal/#sec-temporal-mergelists", - "https://tc39.es/proposal-temporal/#sec-sortstringlistbycodeunit", - "https://tc39.es/proposal-temporal/#sec-literals-numeric-literals", - "https://tc39.es/proposal-temporal/#prod-NumericLiteralSeparator", - "https://tc39.es/proposal-temporal/#prod-DecimalDigits", - "https://tc39.es/proposal-temporal/#_ref_2068", - "https://tc39.es/proposal-temporal/#_ref_2069", - "https://tc39.es/proposal-temporal/#_ref_2070", - "https://tc39.es/proposal-temporal/#_ref_2071", - "https://tc39.es/proposal-temporal/#_ref_2072", - "https://tc39.es/proposal-temporal/#_ref_2073", - "https://tc39.es/proposal-temporal/#prod-DecimalDigit", - "https://tc39.es/proposal-temporal/#prod-NonZeroDigit", - "https://tc39.es/proposal-temporal/#sec-mathematical-operations", - "https://tc39.es/proposal-temporal/#eqn-modulo", - "https://tc39.es/proposal-temporal/#eqn-remainder", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", + "https://tc39.es/proposal-temporal/#_ref_2075", + "https://tc39.es/proposal-temporal/#_ref_2076", "https://tc39.es/proposal-temporal/#_ref_1462", - "https://tc39.es/proposal-temporal/#sec-copydataproperties", - "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-legacy-date-prototype-object", - "https://tc39.es/proposal-temporal/#sec-date.prototype.totemporalinstant", + "https://tc39.es/proposal-temporal/#_ref_2077", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", + "https://tc39.es/proposal-temporal/#_ref_2078", + "https://tc39.es/proposal-temporal/#_ref_2079", + "https://tc39.es/proposal-temporal/#_ref_2080", "https://tc39.es/proposal-temporal/#_ref_1463", - "https://tc39.es/proposal-temporal/#sec-temporal-intl", - "https://tc39.es/proposal-temporal/#sup-case-sensitivity-and-case-mapping", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", + "https://tc39.es/proposal-temporal/#_ref_2081", + "https://tc39.es/proposal-temporal/#_ref_2082", "https://tc39.es/proposal-temporal/#_ref_1464", + "https://tc39.es/proposal-temporal/#_ref_2083", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", + "https://tc39.es/proposal-temporal/#_ref_2084", "https://tc39.es/proposal-temporal/#_ref_1465", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", + "https://tc39.es/proposal-temporal/#_ref_2085", + "https://tc39.es/proposal-temporal/#_ref_2086", "https://tc39.es/proposal-temporal/#_ref_1466", + "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", "https://tc39.es/proposal-temporal/#_ref_1467", + "https://tc39.es/proposal-temporal/#sec-tointegerwithtruncation", + "https://tc39.es/proposal-temporal/#sec-tointegerifintegral", + "https://tc39.es/proposal-temporal/#sec-temporal-preparetemporalfields", + "https://tc39.es/proposal-temporal/#_ref_53", "https://tc39.es/proposal-temporal/#_ref_1468", "https://tc39.es/proposal-temporal/#_ref_1469", + "https://tc39.es/proposal-temporal/#_ref_54", "https://tc39.es/proposal-temporal/#_ref_1470", - "https://tc39.es/proposal-temporal/#sup-time-zone-names", - "https://tc39.es/proposal-temporal/#_ref_36", "https://tc39.es/proposal-temporal/#_ref_1471", - "https://tc39.es/proposal-temporal/#sup-isvalidtimezonename", + "https://tc39.es/proposal-temporal/#table-temporal-field-requirements", + "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", "https://tc39.es/proposal-temporal/#_ref_1472", "https://tc39.es/proposal-temporal/#_ref_1473", - "https://tc39.es/proposal-temporal/#sup-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_1474", "https://tc39.es/proposal-temporal/#_ref_1475", "https://tc39.es/proposal-temporal/#_ref_1476", - "https://tc39.es/proposal-temporal/#_ref_37", - "https://tc39.es/proposal-temporal/#sup-availabletimezones", "https://tc39.es/proposal-temporal/#_ref_1477", "https://tc39.es/proposal-temporal/#_ref_1478", - "https://tc39.es/proposal-temporal/#_ref_38", - "https://tc39.es/proposal-temporal/#sec-abstract-operations", - "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", "https://tc39.es/proposal-temporal/#_ref_1479", "https://tc39.es/proposal-temporal/#_ref_1480", - "https://tc39.es/proposal-temporal/#sec-getoption-deleted", + "https://tc39.es/proposal-temporal/#sec-temporal-legacy-date-objects", + "https://tc39.es/proposal-temporal/#sec-ecmascript-language-types-string-type", + "https://tc39.es/proposal-temporal/#sec-temporal-mergelists", + "https://tc39.es/proposal-temporal/#sec-sortstringlistbycodeunit", + "https://tc39.es/proposal-temporal/#sec-literals-numeric-literals", + "https://tc39.es/proposal-temporal/#prod-NumericLiteralSeparator", + "https://tc39.es/proposal-temporal/#prod-DecimalDigits", + "https://tc39.es/proposal-temporal/#_ref_2087", + "https://tc39.es/proposal-temporal/#_ref_2088", + "https://tc39.es/proposal-temporal/#_ref_2089", + "https://tc39.es/proposal-temporal/#_ref_2090", + "https://tc39.es/proposal-temporal/#_ref_2091", + "https://tc39.es/proposal-temporal/#_ref_2092", + "https://tc39.es/proposal-temporal/#prod-DecimalDigit", + "https://tc39.es/proposal-temporal/#prod-NonZeroDigit", + "https://tc39.es/proposal-temporal/#sec-mathematical-operations", + "https://tc39.es/proposal-temporal/#eqn-modulo", + "https://tc39.es/proposal-temporal/#eqn-remainder", "https://tc39.es/proposal-temporal/#_ref_1481", - "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", - "https://tc39.es/proposal-temporal/#sec-temporal-initializedatetimeformat", + "https://tc39.es/proposal-temporal/#sec-copydataproperties", + "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-legacy-date-prototype-object", + "https://tc39.es/proposal-temporal/#sec-date.prototype.totemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1482", + "https://tc39.es/proposal-temporal/#sec-temporal-intl", + "https://tc39.es/proposal-temporal/#sup-case-sensitivity-and-case-mapping", "https://tc39.es/proposal-temporal/#_ref_1483", "https://tc39.es/proposal-temporal/#_ref_1484", "https://tc39.es/proposal-temporal/#_ref_1485", @@ -2623,26 +2611,30 @@ "https://tc39.es/proposal-temporal/#_ref_1487", "https://tc39.es/proposal-temporal/#_ref_1488", "https://tc39.es/proposal-temporal/#_ref_1489", + "https://tc39.es/proposal-temporal/#sup-time-zone-names", + "https://tc39.es/proposal-temporal/#_ref_55", "https://tc39.es/proposal-temporal/#_ref_1490", + "https://tc39.es/proposal-temporal/#sup-isvalidtimezonename", "https://tc39.es/proposal-temporal/#_ref_1491", "https://tc39.es/proposal-temporal/#_ref_1492", + "https://tc39.es/proposal-temporal/#sup-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_1493", - "https://tc39.es/proposal-temporal/#_ref_39", "https://tc39.es/proposal-temporal/#_ref_1494", - "https://tc39.es/proposal-temporal/#table-temporal-patterns", - "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", "https://tc39.es/proposal-temporal/#_ref_1495", - "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", + "https://tc39.es/proposal-temporal/#_ref_56", + "https://tc39.es/proposal-temporal/#sup-availabletimezones", "https://tc39.es/proposal-temporal/#_ref_1496", "https://tc39.es/proposal-temporal/#_ref_1497", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", + "https://tc39.es/proposal-temporal/#_ref_57", + "https://tc39.es/proposal-temporal/#sec-abstract-operations", + "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", "https://tc39.es/proposal-temporal/#_ref_1498", "https://tc39.es/proposal-temporal/#_ref_1499", - "https://tc39.es/proposal-temporal/#sec-formatdatetime", + "https://tc39.es/proposal-temporal/#sec-getoption-deleted", "https://tc39.es/proposal-temporal/#_ref_1500", - "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimetoparts", + "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", + "https://tc39.es/proposal-temporal/#sec-temporal-initializedatetimeformat", "https://tc39.es/proposal-temporal/#_ref_1501", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_1502", "https://tc39.es/proposal-temporal/#_ref_1503", "https://tc39.es/proposal-temporal/#_ref_1504", @@ -2652,285 +2644,312 @@ "https://tc39.es/proposal-temporal/#_ref_1508", "https://tc39.es/proposal-temporal/#_ref_1509", "https://tc39.es/proposal-temporal/#_ref_1510", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_1511", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_1512", - "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", - "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", + "https://tc39.es/proposal-temporal/#_ref_58", "https://tc39.es/proposal-temporal/#_ref_1513", + "https://tc39.es/proposal-temporal/#table-temporal-patterns", + "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", "https://tc39.es/proposal-temporal/#_ref_1514", - "https://tc39.es/proposal-temporal/#sec-temporal-getdatetimeformatpattern", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldate", + "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1515", "https://tc39.es/proposal-temporal/#_ref_1516", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1517", "https://tc39.es/proposal-temporal/#_ref_1518", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalyearmonth", + "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_1519", + "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimetoparts", "https://tc39.es/proposal-temporal/#_ref_1520", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_1521", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1522", "https://tc39.es/proposal-temporal/#_ref_1523", "https://tc39.es/proposal-temporal/#_ref_1524", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaltime", "https://tc39.es/proposal-temporal/#_ref_1525", "https://tc39.es/proposal-temporal/#_ref_1526", "https://tc39.es/proposal-temporal/#_ref_1527", "https://tc39.es/proposal-temporal/#_ref_1528", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_1529", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_1530", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalinstant", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalzoneddatetime", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_1531", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", + "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", + "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", "https://tc39.es/proposal-temporal/#_ref_1532", "https://tc39.es/proposal-temporal/#_ref_1533", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", + "https://tc39.es/proposal-temporal/#sec-temporal-getdatetimeformatpattern", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldate", "https://tc39.es/proposal-temporal/#_ref_1534", "https://tc39.es/proposal-temporal/#_ref_1535", "https://tc39.es/proposal-temporal/#_ref_1536", "https://tc39.es/proposal-temporal/#_ref_1537", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1538", "https://tc39.es/proposal-temporal/#_ref_1539", "https://tc39.es/proposal-temporal/#_ref_1540", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1541", "https://tc39.es/proposal-temporal/#_ref_1542", - "https://tc39.es/proposal-temporal/#sec-temporal-tolocaltime", - "https://tc39.es/proposal-temporal/#_ref_40", - "https://tc39.es/proposal-temporal/#_ref_41", - "https://tc39.es/proposal-temporal/#table-temporal-plaindatetimeformat-tolocaltime-record", "https://tc39.es/proposal-temporal/#_ref_1543", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaltime", "https://tc39.es/proposal-temporal/#_ref_1544", - "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-prototype-object", - "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatToParts", "https://tc39.es/proposal-temporal/#_ref_1545", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_1546", - "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "https://tc39.es/proposal-temporal/#_ref_1547", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", - "https://tc39.es/proposal-temporal/#_ref_42", - "https://tc39.es/proposal-temporal/#table-datetimeformat-resolvedoptions-properties", - "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_1548", "https://tc39.es/proposal-temporal/#_ref_1549", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalinstant", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_1550", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_1551", "https://tc39.es/proposal-temporal/#_ref_1552", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_1553", - "https://tc39.es/proposal-temporal/#locale-sensitive-functions", - "https://tc39.es/proposal-temporal/#sup-temporal-calendar-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarera", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarerayear", "https://tc39.es/proposal-temporal/#_ref_1554", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", "https://tc39.es/proposal-temporal/#_ref_1555", "https://tc39.es/proposal-temporal/#_ref_1556", "https://tc39.es/proposal-temporal/#_ref_1557", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition", "https://tc39.es/proposal-temporal/#_ref_1558", "https://tc39.es/proposal-temporal/#_ref_1559", "https://tc39.es/proposal-temporal/#_ref_1560", "https://tc39.es/proposal-temporal/#_ref_1561", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedifference", + "https://tc39.es/proposal-temporal/#sec-temporal-tolocaltime", + "https://tc39.es/proposal-temporal/#_ref_59", + "https://tc39.es/proposal-temporal/#_ref_60", + "https://tc39.es/proposal-temporal/#table-temporal-plaindatetimeformat-tolocaltime-record", "https://tc39.es/proposal-temporal/#_ref_1562", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateera", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateerayear", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateyear", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemonth", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemonthcode", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateday", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedayofweek", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedayofyear", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateweekofyear", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinweek", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinmonth", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinyear", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemonthsinyear", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateinleapyear", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefields", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemergefields", - "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-calendar-prototype-object", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.datefromfields", - "https://tc39.es/proposal-temporal/#_ref_43", "https://tc39.es/proposal-temporal/#_ref_1563", + "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-prototype-object", + "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatToParts", "https://tc39.es/proposal-temporal/#_ref_1564", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_1565", + "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "https://tc39.es/proposal-temporal/#_ref_1566", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", + "https://tc39.es/proposal-temporal/#_ref_61", + "https://tc39.es/proposal-temporal/#table-datetimeformat-resolvedoptions-properties", + "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", "https://tc39.es/proposal-temporal/#_ref_1567", "https://tc39.es/proposal-temporal/#_ref_1568", "https://tc39.es/proposal-temporal/#_ref_1569", "https://tc39.es/proposal-temporal/#_ref_1570", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearmonthfromfields", - "https://tc39.es/proposal-temporal/#_ref_44", "https://tc39.es/proposal-temporal/#_ref_1571", "https://tc39.es/proposal-temporal/#_ref_1572", + "https://tc39.es/proposal-temporal/#locale-sensitive-functions", + "https://tc39.es/proposal-temporal/#sup-temporal-calendar-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarera", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarerayear", "https://tc39.es/proposal-temporal/#_ref_1573", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", "https://tc39.es/proposal-temporal/#_ref_1574", "https://tc39.es/proposal-temporal/#_ref_1575", "https://tc39.es/proposal-temporal/#_ref_1576", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition", "https://tc39.es/proposal-temporal/#_ref_1577", "https://tc39.es/proposal-temporal/#_ref_1578", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthdayfromfields", - "https://tc39.es/proposal-temporal/#_ref_45", "https://tc39.es/proposal-temporal/#_ref_1579", "https://tc39.es/proposal-temporal/#_ref_1580", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedifference", "https://tc39.es/proposal-temporal/#_ref_1581", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateera", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateerayear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemonth", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemonthcode", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateday", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedayofweek", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedayofyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateweekofyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinweek", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemonthsinyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateinleapyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefields", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemergefields", + "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-calendar-prototype-object", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.datefromfields", + "https://tc39.es/proposal-temporal/#_ref_62", "https://tc39.es/proposal-temporal/#_ref_1582", "https://tc39.es/proposal-temporal/#_ref_1583", "https://tc39.es/proposal-temporal/#_ref_1584", "https://tc39.es/proposal-temporal/#_ref_1585", "https://tc39.es/proposal-temporal/#_ref_1586", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateadd", - "https://tc39.es/proposal-temporal/#_ref_46", "https://tc39.es/proposal-temporal/#_ref_1587", "https://tc39.es/proposal-temporal/#_ref_1588", "https://tc39.es/proposal-temporal/#_ref_1589", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearmonthfromfields", + "https://tc39.es/proposal-temporal/#_ref_63", "https://tc39.es/proposal-temporal/#_ref_1590", "https://tc39.es/proposal-temporal/#_ref_1591", "https://tc39.es/proposal-temporal/#_ref_1592", "https://tc39.es/proposal-temporal/#_ref_1593", "https://tc39.es/proposal-temporal/#_ref_1594", "https://tc39.es/proposal-temporal/#_ref_1595", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateuntil", - "https://tc39.es/proposal-temporal/#_ref_47", "https://tc39.es/proposal-temporal/#_ref_1596", "https://tc39.es/proposal-temporal/#_ref_1597", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthdayfromfields", + "https://tc39.es/proposal-temporal/#_ref_64", "https://tc39.es/proposal-temporal/#_ref_1598", "https://tc39.es/proposal-temporal/#_ref_1599", "https://tc39.es/proposal-temporal/#_ref_1600", "https://tc39.es/proposal-temporal/#_ref_1601", "https://tc39.es/proposal-temporal/#_ref_1602", "https://tc39.es/proposal-temporal/#_ref_1603", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1604", "https://tc39.es/proposal-temporal/#_ref_1605", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.erayear", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateadd", + "https://tc39.es/proposal-temporal/#_ref_65", "https://tc39.es/proposal-temporal/#_ref_1606", "https://tc39.es/proposal-temporal/#_ref_1607", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_48", "https://tc39.es/proposal-temporal/#_ref_1608", "https://tc39.es/proposal-temporal/#_ref_1609", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_49", "https://tc39.es/proposal-temporal/#_ref_1610", "https://tc39.es/proposal-temporal/#_ref_1611", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_50", "https://tc39.es/proposal-temporal/#_ref_1612", "https://tc39.es/proposal-temporal/#_ref_1613", "https://tc39.es/proposal-temporal/#_ref_1614", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_51", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateuntil", + "https://tc39.es/proposal-temporal/#_ref_66", "https://tc39.es/proposal-temporal/#_ref_1615", "https://tc39.es/proposal-temporal/#_ref_1616", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofweek", - "https://tc39.es/proposal-temporal/#_ref_52", "https://tc39.es/proposal-temporal/#_ref_1617", "https://tc39.es/proposal-temporal/#_ref_1618", "https://tc39.es/proposal-temporal/#_ref_1619", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofyear", - "https://tc39.es/proposal-temporal/#_ref_53", "https://tc39.es/proposal-temporal/#_ref_1620", "https://tc39.es/proposal-temporal/#_ref_1621", "https://tc39.es/proposal-temporal/#_ref_1622", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.weekofyear", - "https://tc39.es/proposal-temporal/#_ref_54", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1623", "https://tc39.es/proposal-temporal/#_ref_1624", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_1625", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinweek", - "https://tc39.es/proposal-temporal/#_ref_55", "https://tc39.es/proposal-temporal/#_ref_1626", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.year", + "https://tc39.es/proposal-temporal/#_ref_67", "https://tc39.es/proposal-temporal/#_ref_1627", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_56", "https://tc39.es/proposal-temporal/#_ref_1628", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.month", + "https://tc39.es/proposal-temporal/#_ref_68", "https://tc39.es/proposal-temporal/#_ref_1629", "https://tc39.es/proposal-temporal/#_ref_1630", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinyear", - "https://tc39.es/proposal-temporal/#_ref_57", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthcode", + "https://tc39.es/proposal-temporal/#_ref_69", "https://tc39.es/proposal-temporal/#_ref_1631", "https://tc39.es/proposal-temporal/#_ref_1632", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthsinyear", - "https://tc39.es/proposal-temporal/#_ref_58", "https://tc39.es/proposal-temporal/#_ref_1633", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.day", + "https://tc39.es/proposal-temporal/#_ref_70", "https://tc39.es/proposal-temporal/#_ref_1634", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.inleapyear", - "https://tc39.es/proposal-temporal/#_ref_59", "https://tc39.es/proposal-temporal/#_ref_1635", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofweek", + "https://tc39.es/proposal-temporal/#_ref_71", "https://tc39.es/proposal-temporal/#_ref_1636", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.fields", - "https://tc39.es/proposal-temporal/#_ref_60", "https://tc39.es/proposal-temporal/#_ref_1637", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.mergefields", - "https://tc39.es/proposal-temporal/#_ref_61", "https://tc39.es/proposal-temporal/#_ref_1638", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofyear", + "https://tc39.es/proposal-temporal/#_ref_72", "https://tc39.es/proposal-temporal/#_ref_1639", "https://tc39.es/proposal-temporal/#_ref_1640", "https://tc39.es/proposal-temporal/#_ref_1641", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.weekofyear", + "https://tc39.es/proposal-temporal/#_ref_73", + "https://tc39.es/proposal-temporal/#_ref_1642", + "https://tc39.es/proposal-temporal/#_ref_1643", + "https://tc39.es/proposal-temporal/#_ref_1644", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinweek", + "https://tc39.es/proposal-temporal/#_ref_74", + "https://tc39.es/proposal-temporal/#_ref_1645", + "https://tc39.es/proposal-temporal/#_ref_1646", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinmonth", + "https://tc39.es/proposal-temporal/#_ref_75", + "https://tc39.es/proposal-temporal/#_ref_1647", + "https://tc39.es/proposal-temporal/#_ref_1648", + "https://tc39.es/proposal-temporal/#_ref_1649", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#_ref_76", + "https://tc39.es/proposal-temporal/#_ref_1650", + "https://tc39.es/proposal-temporal/#_ref_1651", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthsinyear", + "https://tc39.es/proposal-temporal/#_ref_77", + "https://tc39.es/proposal-temporal/#_ref_1652", + "https://tc39.es/proposal-temporal/#_ref_1653", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#_ref_78", + "https://tc39.es/proposal-temporal/#_ref_1654", + "https://tc39.es/proposal-temporal/#_ref_1655", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.fields", + "https://tc39.es/proposal-temporal/#_ref_79", + "https://tc39.es/proposal-temporal/#_ref_1656", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.mergefields", + "https://tc39.es/proposal-temporal/#_ref_80", + "https://tc39.es/proposal-temporal/#_ref_1657", + "https://tc39.es/proposal-temporal/#_ref_1658", + "https://tc39.es/proposal-temporal/#_ref_1659", + "https://tc39.es/proposal-temporal/#_ref_1660", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-duration-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-instant-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.instant.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_62", - "https://tc39.es/proposal-temporal/#_ref_1642", + "https://tc39.es/proposal-temporal/#_ref_81", + "https://tc39.es/proposal-temporal/#_ref_1661", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindate-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindate.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_63", - "https://tc39.es/proposal-temporal/#_ref_1643", + "https://tc39.es/proposal-temporal/#_ref_82", + "https://tc39.es/proposal-temporal/#_ref_1662", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_1644", + "https://tc39.es/proposal-temporal/#_ref_1663", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_1645", + "https://tc39.es/proposal-temporal/#_ref_1664", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindatetime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindatetime.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_64", - "https://tc39.es/proposal-temporal/#_ref_1646", + "https://tc39.es/proposal-temporal/#_ref_83", + "https://tc39.es/proposal-temporal/#_ref_1665", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_1647", + "https://tc39.es/proposal-temporal/#_ref_1666", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_1648", + "https://tc39.es/proposal-temporal/#_ref_1667", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainmonthday-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainmonthday.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_65", - "https://tc39.es/proposal-temporal/#_ref_1649", + "https://tc39.es/proposal-temporal/#_ref_84", + "https://tc39.es/proposal-temporal/#_ref_1668", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaintime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaintime.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_66", - "https://tc39.es/proposal-temporal/#_ref_1650", + "https://tc39.es/proposal-temporal/#_ref_85", + "https://tc39.es/proposal-temporal/#_ref_1669", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainyearmonth-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainyearmonth.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_67", - "https://tc39.es/proposal-temporal/#_ref_1651", + "https://tc39.es/proposal-temporal/#_ref_86", + "https://tc39.es/proposal-temporal/#_ref_1670", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_1652", + "https://tc39.es/proposal-temporal/#_ref_1671", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_1653", + "https://tc39.es/proposal-temporal/#_ref_1672", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-zoneddatetime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.zoneddatetime.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_68", - "https://tc39.es/proposal-temporal/#_ref_1654", + "https://tc39.es/proposal-temporal/#_ref_87", + "https://tc39.es/proposal-temporal/#_ref_1673", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_1655", - "https://tc39.es/proposal-temporal/#_ref_1656", - "https://tc39.es/proposal-temporal/#_ref_1657", + "https://tc39.es/proposal-temporal/#_ref_1674", + "https://tc39.es/proposal-temporal/#_ref_1675", + "https://tc39.es/proposal-temporal/#_ref_1676", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_1658", - "https://tc39.es/proposal-temporal/#_ref_1659", - "https://tc39.es/proposal-temporal/#_ref_1660", + "https://tc39.es/proposal-temporal/#_ref_1677", + "https://tc39.es/proposal-temporal/#_ref_1678", + "https://tc39.es/proposal-temporal/#_ref_1679", "https://tc39.es/proposal-temporal/#sec-abstracts", "https://tc39.es/proposal-temporal/#sup-temporal-preparetemporalfields", - "https://tc39.es/proposal-temporal/#_ref_1661", - "https://tc39.es/proposal-temporal/#_ref_69", - "https://tc39.es/proposal-temporal/#_ref_70", - "https://tc39.es/proposal-temporal/#_ref_1662", - "https://tc39.es/proposal-temporal/#_ref_1663", - "https://tc39.es/proposal-temporal/#_ref_71", + "https://tc39.es/proposal-temporal/#_ref_1680", + "https://tc39.es/proposal-temporal/#_ref_88", + "https://tc39.es/proposal-temporal/#_ref_89", + "https://tc39.es/proposal-temporal/#_ref_1681", + "https://tc39.es/proposal-temporal/#_ref_1682", + "https://tc39.es/proposal-temporal/#_ref_90", "https://tc39.es/proposal-temporal/#sec-copyright-and-software-license", "https://tc39.es/proposal-temporal/#references-pane-container", "https://tc39.es/proposal-temporal/#references-pane-spacer", diff --git a/tr/ids/web-app-launch.json b/tr/ids/web-app-launch.json new file mode 100644 index 000000000000..d8b4323e0118 --- /dev/null +++ b/tr/ids/web-app-launch.json @@ -0,0 +1,206 @@ +{ + "spec": { + "title": "Web App Launch Handler API", + "url": "https://wicg.github.io/web-app-launch/" + }, + "ids": [ + "https://wicg.github.io/web-app-launch/#initialUserConfig", + "https://wicg.github.io/web-app-launch/#toc-nav", + "https://wicg.github.io/web-app-launch/#toc-jump", + "https://wicg.github.io/web-app-launch/#toc-toggle", + "https://wicg.github.io/web-app-launch/#title", + "https://wicg.github.io/web-app-launch/#w3c-state", + "https://wicg.github.io/web-app-launch/#abstract", + "https://wicg.github.io/web-app-launch/#sotd", + "https://wicg.github.io/web-app-launch/#toc", + "https://wicg.github.io/web-app-launch/#table-of-contents", + "https://wicg.github.io/web-app-launch/#prerequisites", + "https://wicg.github.io/web-app-launch/#x1-prerequisites", + "https://wicg.github.io/web-app-launch/#usage-example", + "https://wicg.github.io/web-app-launch/#x2-usage-example", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-launch_handler-1", + "https://wicg.github.io/web-app-launch/#example-manifest-webmanifest", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-client_mode-1", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-focus-existing-1", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-1", + "https://wicg.github.io/web-app-launch/#ref-for-dom-window-launchqueue-1", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-targeturl-1", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchconsumer-1", + "https://wicg.github.io/web-app-launch/#example-page-js", + "https://wicg.github.io/web-app-launch/#ref-for-dom-window-launchqueue-2", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchconsumer-2", + "https://wicg.github.io/web-app-launch/#extension-to-the-web-app-manifest", + "https://wicg.github.io/web-app-launch/#x3-extension-to-the-web-app-manifest", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-processing-the-launch_handler-member-1", + "https://wicg.github.io/web-app-launch/#launch_handler-member", + "https://wicg.github.io/web-app-launch/#x3-1-launch_handler-member", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-launch_handler-2", + "https://wicg.github.io/web-app-launch/#dfn-launch_handler", + "https://wicg.github.io/web-app-launch/#issue-container-generatedID", + "https://wicg.github.io/web-app-launch/#h-note", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-launch_handler-3", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-client_mode-2", + "https://wicg.github.io/web-app-launch/#dfn-processing-the-launch_handler-member", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-process-the-client_mode-member-1", + "https://wicg.github.io/web-app-launch/#client_mode-member", + "https://wicg.github.io/web-app-launch/#x3-2-client_mode-member", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-client_mode-3", + "https://wicg.github.io/web-app-launch/#dfn-client_mode", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-launch_handler-4", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-client-mode-targets-1", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-client-mode-targets-2", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-client-mode-targets-3", + "https://wicg.github.io/web-app-launch/#dfn-client-mode-targets", + "https://wicg.github.io/web-app-launch/#dfn-auto", + "https://wicg.github.io/web-app-launch/#issue-container-generatedID-0", + "https://wicg.github.io/web-app-launch/#h-note-0", + "https://wicg.github.io/web-app-launch/#dfn-navigate-new", + "https://wicg.github.io/web-app-launch/#dfn-navigate-existing", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-navigate-new-1", + "https://wicg.github.io/web-app-launch/#dfn-focus-existing", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-2", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-navigate-new-2", + "https://wicg.github.io/web-app-launch/#issue-container-generatedID-1", + "https://wicg.github.io/web-app-launch/#h-warning", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchconsumer-3", + "https://wicg.github.io/web-app-launch/#ref-for-dom-window-launchqueue-3", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-3", + "https://wicg.github.io/web-app-launch/#dfn-process-the-client_mode-member", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-auto-1", + "https://wicg.github.io/web-app-launch/#issue-container-generatedID-2", + "https://wicg.github.io/web-app-launch/#h-note-1", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-client-mode-targets-4", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-client-mode-targets-5", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-client-mode-targets-6", + "https://wicg.github.io/web-app-launch/#handling-web-app-launches", + "https://wicg.github.io/web-app-launch/#x4-handling-web-app-launches", + "https://wicg.github.io/web-app-launch/#launching-a-web-app", + "https://wicg.github.io/web-app-launch/#x4-1-launching-a-web-app", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-launch-a-web-app-1", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-4", + "https://wicg.github.io/web-app-launch/#issue-container-generatedID-3", + "https://wicg.github.io/web-app-launch/#h-note-2", + "https://wicg.github.io/web-app-launch/#issue-container-generatedID-4", + "https://wicg.github.io/web-app-launch/#h-note-3", + "https://wicg.github.io/web-app-launch/#dfn-launch-a-web-app", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-5", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-6", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-targeturl-2", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-prepare-a-web-app-launch-client-1", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-targeturl-3", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-unconsumed-launch-params-1", + "https://wicg.github.io/web-app-launch/#ref-for-dom-window-launchqueue-4", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-process-unconsumed-launch-params-1", + "https://wicg.github.io/web-app-launch/#ref-for-dom-window-launchqueue-5", + "https://wicg.github.io/web-app-launch/#issue-container-generatedID-5", + "https://wicg.github.io/web-app-launch/#h-note-4", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-assigned-launch-consumer-1", + "https://wicg.github.io/web-app-launch/#preparing-a-web-app-launch-client", + "https://wicg.github.io/web-app-launch/#x4-2-preparing-a-web-app-launch-client", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-web-app-launch-client-1", + "https://wicg.github.io/web-app-launch/#dfn-web-app-launch-client", + "https://wicg.github.io/web-app-launch/#issue-container-generatedID-6", + "https://wicg.github.io/web-app-launch/#h-note-5", + "https://wicg.github.io/web-app-launch/#dfn-prepare-a-web-app-launch-client", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-client-mode-targets-7", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-auto-2", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-navigate-new-3", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-navigate-existing-1", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-navigate-new-4", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-prepare-a-new-web-app-launch-client-1", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-navigate-existing-2", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-focus-existing-2", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-prepare-a-new-web-app-launch-client-2", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-navigate-existing-3", + "https://wicg.github.io/web-app-launch/#preparing-a-new-web-app-launch-client", + "https://wicg.github.io/web-app-launch/#x4-3-preparing-a-new-web-app-launch-client", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-web-app-launch-client-2", + "https://wicg.github.io/web-app-launch/#dfn-prepare-a-new-web-app-launch-client", + "https://wicg.github.io/web-app-launch/#processing-unconsumed-launch-params", + "https://wicg.github.io/web-app-launch/#x4-4-processing-unconsumed-launch-params", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-unconsumed-launch-params-2", + "https://wicg.github.io/web-app-launch/#dfn-process-unconsumed-launch-params", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchqueue-1", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-assigned-launch-consumer-2", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-unconsumed-launch-params-3", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-unconsumed-launch-params-4", + "https://wicg.github.io/web-app-launch/#script-interfaces-to-app-launches", + "https://wicg.github.io/web-app-launch/#x5-script-interfaces-to-app-launches", + "https://wicg.github.io/web-app-launch/#launchparams-interface", + "https://wicg.github.io/web-app-launch/#x5-1-launchparams-interface", + "https://wicg.github.io/web-app-launch/#dom-launchparams", + "https://wicg.github.io/web-app-launch/#issue-container-number-1", + "https://wicg.github.io/web-app-launch/#h-issue", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-launch_handler-5", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-7", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-targeturl-4", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-files-1", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-targeturl-5", + "https://wicg.github.io/web-app-launch/#webidl-407763191", + "https://wicg.github.io/web-app-launch/#idl-def-launchparams", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-8", + "https://wicg.github.io/web-app-launch/#idl-def-launchparams-targeturl", + "https://wicg.github.io/web-app-launch/#dom-launchparams-targeturl", + "https://wicg.github.io/web-app-launch/#idl-def-launchparams-files", + "https://wicg.github.io/web-app-launch/#dom-launchparams-files", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-targeturl-6", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-files-2", + "https://wicg.github.io/web-app-launch/#launchconsumer-function", + "https://wicg.github.io/web-app-launch/#x5-2-launchconsumer-function", + "https://wicg.github.io/web-app-launch/#dom-launchconsumer", + "https://wicg.github.io/web-app-launch/#webidl-1452643830", + "https://wicg.github.io/web-app-launch/#idl-def-launchconsumer", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchconsumer-4", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-9", + "https://wicg.github.io/web-app-launch/#launchqueue-interface", + "https://wicg.github.io/web-app-launch/#x5-3-launchqueue-interface", + "https://wicg.github.io/web-app-launch/#dom-launchqueue", + "https://wicg.github.io/web-app-launch/#webidl-1838536260", + "https://wicg.github.io/web-app-launch/#idl-def-window-partial-1", + "https://wicg.github.io/web-app-launch/#idl-def-window-launchqueue", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchqueue-2", + "https://wicg.github.io/web-app-launch/#dom-window-launchqueue", + "https://wicg.github.io/web-app-launch/#idl-def-launchqueue", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchqueue-3", + "https://wicg.github.io/web-app-launch/#idl-def-launchqueue-setconsumer-consumer", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchqueue-setconsumer-1", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchconsumer-5", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchqueue-4", + "https://wicg.github.io/web-app-launch/#dfn-unconsumed-launch-params", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-10", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchqueue-5", + "https://wicg.github.io/web-app-launch/#dfn-assigned-launch-consumer", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchconsumer-6", + "https://wicg.github.io/web-app-launch/#setconsumer-method", + "https://wicg.github.io/web-app-launch/#x5-3-1-setconsumer-method", + "https://wicg.github.io/web-app-launch/#dom-launchqueue-setconsumer", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchqueue-setconsumer-2", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-assigned-launch-consumer-3", + "https://wicg.github.io/web-app-launch/#ref-for-dfn-process-unconsumed-launch-params-2", + "https://wicg.github.io/web-app-launch/#issue-container-generatedID-7", + "https://wicg.github.io/web-app-launch/#h-note-6", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-11", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchqueue-6", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchqueue-7", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-12", + "https://wicg.github.io/web-app-launch/#ref-for-dom-launchconsumer-7", + "https://wicg.github.io/web-app-launch/#accessibility", + "https://wicg.github.io/web-app-launch/#x6-accessibility", + "https://wicg.github.io/web-app-launch/#conformance", + "https://wicg.github.io/web-app-launch/#x7-conformance", + "https://wicg.github.io/web-app-launch/#references", + "https://wicg.github.io/web-app-launch/#a-references", + "https://wicg.github.io/web-app-launch/#normative-references", + "https://wicg.github.io/web-app-launch/#a-1-normative-references", + "https://wicg.github.io/web-app-launch/#bib-appmanifest", + "https://wicg.github.io/web-app-launch/#bib-file-system-access", + "https://wicg.github.io/web-app-launch/#bib-html", + "https://wicg.github.io/web-app-launch/#bib-infra", + "https://wicg.github.io/web-app-launch/#bib-permissions", + "https://wicg.github.io/web-app-launch/#bib-rfc2119", + "https://wicg.github.io/web-app-launch/#bib-rfc8174", + "https://wicg.github.io/web-app-launch/#bib-url", + "https://wicg.github.io/web-app-launch/#bib-webidl", + "https://wicg.github.io/web-app-launch/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/web-share.json b/tr/ids/web-share.json index 636daf0308cd..7080fea3c3ab 100644 --- a/tr/ids/web-share.json +++ b/tr/ids/web-share.json @@ -165,8 +165,6 @@ "https://www.w3.org/TR/web-share/#h-note-3", "https://www.w3.org/TR/web-share/#permissions-policy", "https://www.w3.org/TR/web-share/#x4-permissions-policy-integration", - "https://www.w3.org/TR/web-share/#issue-container-number-1", - "https://www.w3.org/TR/web-share/#h-issue", "https://www.w3.org/TR/web-share/#dfn-web-share", "https://www.w3.org/TR/web-share/#issue-container-generatedID-4", "https://www.w3.org/TR/web-share/#h-note-4", diff --git a/tr/ids/webcodecs-opus-codec-registration.json b/tr/ids/webcodecs-opus-codec-registration.json index 515a028998d3..5d7e9fd1f2bb 100644 --- a/tr/ids/webcodecs-opus-codec-registration.json +++ b/tr/ids/webcodecs-opus-codec-registration.json @@ -48,17 +48,45 @@ "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-enumdef-opusbitstreamformat", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusencoderconfig-format", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-EnforceRange", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-unsigned-long", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-unsigned-long-long", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusencoderconfig-frameduration", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-EnforceRange%E2%91%A0", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-unsigned-long", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusencoderconfig-complexity", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-EnforceRange%E2%91%A1", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-unsigned-long%E2%91%A0", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusencoderconfig-packetlossperc", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-boolean", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusencoderconfig-useinbandfec", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-boolean%E2%91%A0", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusencoderconfig-usedtx", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dictdef-opusencoderconfig%E2%91%A1", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusencoderconfig-frameduration%E2%91%A0", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusencoderconfig-complexity%E2%91%A0", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusencoderconfig-packetlossperc%E2%91%A0", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-format", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-enumdef-opusbitstreamformat%E2%91%A0", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-encodedaudiochunk%E2%91%A5", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-enumdef-opusbitstreamformat%E2%91%A1", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-frameduration", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-unsigned-long%E2%91%A0", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-unsigned-long-long%E2%91%A0", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-encodedaudiochunk%E2%91%A6", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-complexity", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-unsigned-long%E2%91%A1", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-packetlossperc", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-unsigned-long%E2%91%A2", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-useinbandfec", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-boolean%E2%91%A1", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-usedtx", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-boolean%E2%91%A2", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-complexity%E2%91%A0", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-unsigned-long%E2%91%A3", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-packetlossperc%E2%91%A0", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-unsigned-long%E2%91%A4", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-useinbandfec%E2%91%A0", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-boolean%E2%91%A3", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-usedtx%E2%91%A0", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-boolean%E2%91%A4", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-bitstream-format", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#enumdef-opusbitstreamformat", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusbitstreamformat-opus%E2%91%A1", @@ -83,7 +111,9 @@ "https://www.w3.org/TR/webcodecs-opus-codec-registration/#term-for-dom-encodedaudiochunk-type-slot", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#term-for-dom-encodedaudiochunktype-key", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#term-for-EnforceRange", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#term-for-idl-boolean", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#term-for-idl-unsigned-long", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#term-for-idl-unsigned-long-long", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#references", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#normative", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#biblio-rfc2119", @@ -92,7 +122,7 @@ "https://www.w3.org/TR/webcodecs-opus-codec-registration/#informative", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#biblio-opus", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#biblio-opus-in-ogg", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#biblio-rfc7587", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#biblio-rfc6716", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#biblio-webcodecs-codec-registry", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#idl-index" ] diff --git a/tr/ids/webdriver-bidi.json b/tr/ids/webdriver-bidi.json index 311d59800c41..df52872c5a17 100644 --- a/tr/ids/webdriver-bidi.json +++ b/tr/ids/webdriver-bidi.json @@ -345,7 +345,6 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-active-window", "https://w3c.github.io/webdriver-bidi/#ref-for-sandbox-map", "https://w3c.github.io/webdriver-bidi/#ref-for-sandbox-map%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sandbox-map%E2%91%A1", @@ -707,18 +706,15 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A2%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#get-the-browsing-context-info", "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-parent-browsing-context", "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-active-document", + "https://w3c.github.io/webdriver-bidi/#ref-for-nav-document", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-serializer", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document-url", "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-child-browsing-context", "https://w3c.github.io/webdriver-bidi/#ref-for-get-the-browsing-context-info", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#await-a-navigation", "https://w3c.github.io/webdriver-bidi/#ref-for-navigate", - "https://w3c.github.io/webdriver-bidi/#ref-for-source-browsing-context", "https://w3c.github.io/webdriver-bidi/#ref-for-navigation-id%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-history-handling-behavior", "https://w3c.github.io/webdriver-bidi/#issue-40db6a3c", @@ -758,7 +754,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unsupported-operation", - "https://w3c.github.io/webdriver-bidi/#ref-for-active-document%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-nav-document%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-run-the-animation-frame-callbacks", "https://w3c.github.io/webdriver-bidi/#issue-b2b83ca0", "https://w3c.github.io/webdriver-bidi/#ref-for-document-element", @@ -831,7 +827,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-browsing-context%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-active-document%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-nav-document%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-script-base-url", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-parser", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-script-base-url%E2%91%A0", @@ -845,7 +841,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-browsing-context%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-active-document%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-nav-document%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document-url%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-request%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-await-a-navigation%E2%91%A0", @@ -860,7 +856,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-emit-an-event", "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-event-trigger", "https://w3c.github.io/webdriver-bidi/#ref-for-creating-a-new-browsing-context", - "https://w3c.github.io/webdriver-bidi/#ref-for-active-document%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-nav-document%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled", "https://w3c.github.io/webdriver-bidi/#ref-for-emit-a-context-created-event%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-subscribe-steps%E2%91%A1", @@ -871,7 +867,6 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-tree-discarded", "https://w3c.github.io/webdriver-bidi/#ref-for-get-the-browsing-context-info%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-parent-browsing-context%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-emit-an-event%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#issue-7a4ace46", @@ -1059,7 +1054,7 @@ "https://w3c.github.io/webdriver-bidi/#get-a-realm-from-a-target", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-browsing-context%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-active-document%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-nav-document%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-relevant-global%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document-window%E2%91%A4", @@ -1141,7 +1136,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-concept-environment-execution-ready-flag", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-browsing-context%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-active-document%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-nav-document%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document-window%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-relevant-global%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-realm-global%E2%91%A2", @@ -1349,15 +1344,13 @@ "https://w3c.github.io/webdriver-bidi/#term-for-workerglobalscope", "https://w3c.github.io/webdriver-bidi/#term-for-workletglobalscope", "https://w3c.github.io/webdriver-bidi/#term-for-a-browsing-context-is-discarded", - "https://w3c.github.io/webdriver-bidi/#term-for-active-document", - "https://w3c.github.io/webdriver-bidi/#term-for-active-window", + "https://w3c.github.io/webdriver-bidi/#term-for-nav-document", "https://w3c.github.io/webdriver-bidi/#term-for-dom-alert", "https://w3c.github.io/webdriver-bidi/#term-for-api-base-url", "https://w3c.github.io/webdriver-bidi/#term-for-concept-document-window", "https://w3c.github.io/webdriver-bidi/#term-for-concept-script-base-url", "https://w3c.github.io/webdriver-bidi/#term-for-browsing-context", "https://w3c.github.io/webdriver-bidi/#term-for-concept-document-bc", - "https://w3c.github.io/webdriver-bidi/#term-for-child-browsing-context", "https://w3c.github.io/webdriver-bidi/#term-for-clean-up-after-running-script", "https://w3c.github.io/webdriver-bidi/#term-for-close-a-browsing-context", "https://w3c.github.io/webdriver-bidi/#term-for-dom-confirm", @@ -1376,7 +1369,6 @@ "https://w3c.github.io/webdriver-bidi/#term-for-navigate", "https://w3c.github.io/webdriver-bidi/#term-for-navigation-id", "https://w3c.github.io/webdriver-bidi/#term-for-concept-WorkerGlobalScope-owner-set", - "https://w3c.github.io/webdriver-bidi/#term-for-parent-browsing-context", "https://w3c.github.io/webdriver-bidi/#term-for-prepare-to-run-script", "https://w3c.github.io/webdriver-bidi/#term-for-dom-prompt", "https://w3c.github.io/webdriver-bidi/#term-for-prompt-to-unload-a-document", @@ -1394,7 +1386,6 @@ "https://w3c.github.io/webdriver-bidi/#term-for-set-up-a-worklet-environment-settings-object", "https://w3c.github.io/webdriver-bidi/#term-for-settings-object", "https://w3c.github.io/webdriver-bidi/#term-for-shared-workers", - "https://w3c.github.io/webdriver-bidi/#term-for-source-browsing-context", "https://w3c.github.io/webdriver-bidi/#term-for-terminate-a-worker", "https://w3c.github.io/webdriver-bidi/#term-for-top-level-browsing-context", "https://w3c.github.io/webdriver-bidi/#term-for-unloading-document-cleanup-steps", diff --git a/tr/ids/webnn.json b/tr/ids/webnn.json index bd06d2547a99..d0088b2e4914 100644 --- a/tr/ids/webnn.json +++ b/tr/ids/webnn.json @@ -75,21 +75,21 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-build", + "https://www.w3.org/TR/webnn/#ref-for-idl-promise", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-buildasync", - "https://www.w3.org/TR/webnn/#ref-for-idl-promise", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-buildsync", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-compute%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-computesync", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-computeasync", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-compute%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-compute%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-computeasync%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-computesync%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A5", @@ -147,14 +147,26 @@ "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-Exposed", "https://www.w3.org/TR/webnn/#ml", + "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-ml-createcontext", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-ml-createcontext-options-options", + "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-ml-createcontext-gpudevice", "https://www.w3.org/TR/webnn/#ref-for-gpu-device%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-ml-createcontext-gpudevice-gpudevice", + "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webnn/#dom-ml-createcontextsync", + "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A2", + "https://www.w3.org/TR/webnn/#dom-ml-createcontextsync-options-options", + "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webnn/#dom-ml-createcontextsync-gpudevice", + "https://www.w3.org/TR/webnn/#ref-for-gpu-device%E2%91%A3", + "https://www.w3.org/TR/webnn/#dom-ml-createcontextsync-gpudevice-gpudevice", "https://www.w3.org/TR/webnn/#ref-for-dom-ml-createcontext", "https://www.w3.org/TR/webnn/#ref-for-this", "https://www.w3.org/TR/webnn/#ref-for-concept-relevant-global", @@ -163,30 +175,41 @@ "https://www.w3.org/TR/webnn/#ref-for-webnn-feature", "https://www.w3.org/TR/webnn/#ref-for-securityerror", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-a-new-promise", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot", "https://www.w3.org/TR/webnn/#ref-for-default-context", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-devicetype-slot", - "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontextoptions-devicetype", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-powerpreference-slot", - "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontextoptions-powerpreference", - "https://www.w3.org/TR/webnn/#ref-for-gpu-device%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-gpu-device%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-webgpu-context", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-devicetype-slot%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-device-type-gpu", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-powerpreference-slot%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-power-preference-default", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-devicetype-slot%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-powerpreference-slot%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-implementation-slot", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-devicetype-slot%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-powerpreference-slot%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-resolve", + "https://www.w3.org/TR/webnn/#ref-for-resolve%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-notsupportederror", "https://www.w3.org/TR/webnn/#permissions-policy-integration", "https://www.w3.org/TR/webnn/#ref-for-policy-controlled-feature", "https://www.w3.org/TR/webnn/#webnn-feature", "https://www.w3.org/TR/webnn/#ref-for-default-allowlist", "https://www.w3.org/TR/webnn/#api-mlcontext", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-context-type", "https://www.w3.org/TR/webnn/#ref-for-device-type%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-power-preference%E2%91%A1", @@ -205,42 +228,43 @@ "https://www.w3.org/TR/webnn/#ref-for-ArrayBufferView%E2%91%A1", "https://www.w3.org/TR/webnn/#typedefdef-mlnamedarraybufferviews", "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A2", "https://www.w3.org/TR/webnn/#mlcontext", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlcontext-contexttype-slot", "https://www.w3.org/TR/webnn/#ref-for-context-type%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-context-type%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlcontext-devicetype-slot", "https://www.w3.org/TR/webnn/#ref-for-device-type%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-device-type%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlcontext-powerpreference-slot", "https://www.w3.org/TR/webnn/#ref-for-power-preference%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-power-preference%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A1", + "https://www.w3.org/TR/webnn/#dom-mlcontext-implementation-slot", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-default-context%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontextoptions-devicetype%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-device-type-gpu%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-ArrayBufferView%E2%91%A2", "https://www.w3.org/TR/webnn/#api-mlcontext-sync-execution", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-undefined", - "https://www.w3.org/TR/webnn/#dom-mlcontext-compute", + "https://www.w3.org/TR/webnn/#dom-mlcontext-computesync", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A6", - "https://www.w3.org/TR/webnn/#dom-mlcontext-compute-graph-inputs-outputs-graph", + "https://www.w3.org/TR/webnn/#dom-mlcontext-computesync-graph-inputs-outputs-graph", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A1", - "https://www.w3.org/TR/webnn/#dom-mlcontext-compute-graph-inputs-outputs-inputs", + "https://www.w3.org/TR/webnn/#dom-mlcontext-computesync-graph-inputs-outputs-inputs", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A2", - "https://www.w3.org/TR/webnn/#dom-mlcontext-compute-graph-inputs-outputs-outputs", + "https://www.w3.org/TR/webnn/#dom-mlcontext-computesync-graph-inputs-outputs-outputs", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A4", @@ -276,22 +300,22 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A1", "https://www.w3.org/TR/webnn/#compilation-examples", - "https://www.w3.org/TR/webnn/#example-9c6df7bc", + "https://www.w3.org/TR/webnn/#example-007d60fb", "https://www.w3.org/TR/webnn/#api-mlcontext-async-execution", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A2", - "https://www.w3.org/TR/webnn/#dom-mlcontext-computeasync", + "https://www.w3.org/TR/webnn/#dom-mlcontext-compute", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webnn/#dom-mlcontext-computeasync-graph-inputs-outputs-graph", + "https://www.w3.org/TR/webnn/#dom-mlcontext-compute-graph-inputs-outputs-graph", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A5", - "https://www.w3.org/TR/webnn/#dom-mlcontext-computeasync-graph-inputs-outputs-inputs", + "https://www.w3.org/TR/webnn/#dom-mlcontext-compute-graph-inputs-outputs-inputs", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A6", - "https://www.w3.org/TR/webnn/#dom-mlcontext-computeasync-graph-inputs-outputs-outputs", + "https://www.w3.org/TR/webnn/#dom-mlcontext-compute-graph-inputs-outputs-outputs", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A8", @@ -308,7 +332,7 @@ "https://www.w3.org/TR/webnn/#ref-for-ArrayBufferView%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-type%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperanddescriptor-byte-length%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-a-new-promise", + "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-inputdescriptors-slot%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-implementation-slot%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-table-the-typedarray-constructors%E2%91%A1", @@ -328,14 +352,14 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperanddescriptor-byte-length%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-resolve", + "https://www.w3.org/TR/webnn/#ref-for-resolve%E2%91%A1", "https://www.w3.org/TR/webnn/#api-mlcontext-webgpu-interop", "https://www.w3.org/TR/webnn/#ref-for-mlcommandencoder%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-command-buffers%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-gpu-device%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-gpu-device%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mlcommandencoder%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlcontext-createcommandencoder", "https://www.w3.org/TR/webnn/#ref-for-mlcommandencoder%E2%91%A2", @@ -366,12 +390,12 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A4", "https://www.w3.org/TR/webnn/#mloperand", "https://www.w3.org/TR/webnn/#api-mloperator", "https://www.w3.org/TR/webnn/#ref-for-mloperator", "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A5", "https://www.w3.org/TR/webnn/#mloperator", "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A0", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder", @@ -391,10 +415,10 @@ "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlbufferresourceview", "https://www.w3.org/TR/webnn/#typedefdef-mlbufferview", "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A6", "https://www.w3.org/TR/webnn/#mlgraphbuilder", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-mlgraphbuilder", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-mlgraphbuilder-context-context", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-input", @@ -414,25 +438,25 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant-value-type-value", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mloperandtype%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant-value-type-type", - "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-build", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedoperands", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-build-outputs-outputs", - "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-buildasync", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-buildsync", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedoperands%E2%91%A0", - "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-buildasync-outputs-outputs", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-buildsync-outputs-outputs", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-build%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-buildasync%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-buildsync%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-build%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-buildsync%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-default-context%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-batchnorm", @@ -1312,12 +1336,12 @@ "https://www.w3.org/TR/webnn/#api-mlgraph", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A8", "https://www.w3.org/TR/webnn/#mlgraph", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraph-context-slot", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraph-inputdescriptors-slot", "https://www.w3.org/TR/webnn/#ref-for-idl-record%E2%91%A1", @@ -1348,12 +1372,12 @@ "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlgpuresource", "https://www.w3.org/TR/webnn/#typedefdef-mlnamedgpuresources", "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#mlcommandencoder", "https://www.w3.org/TR/webnn/#ref-for-mlcommandencoder%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlcommandencoder-context-slot", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mlcommandencoder%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlcommandencoder-implementation-slot", "https://www.w3.org/TR/webnn/#api-mlcommandencoder-graph-initialization", @@ -1413,10 +1437,10 @@ "https://www.w3.org/TR/webnn/#ref-for-dictdef-gpucommandbufferdescriptor%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-command-buffers%E2%91%A5", "https://www.w3.org/TR/webnn/#examples", - "https://www.w3.org/TR/webnn/#example-8a846be1", + "https://www.w3.org/TR/webnn/#example-99852ef0", "https://www.w3.org/TR/webnn/#example-4863c0b5", - "https://www.w3.org/TR/webnn/#example-70ad4d73", - "https://www.w3.org/TR/webnn/#example-a68b3273", + "https://www.w3.org/TR/webnn/#example-215c9f06", + "https://www.w3.org/TR/webnn/#example-f5f9eb72", "https://www.w3.org/TR/webnn/#appendices", "https://www.w3.org/TR/webnn/#appendices-mloperandtype-arraybufferview-compatibility", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mloperandtype%E2%91%A2", @@ -1470,6 +1494,7 @@ "https://www.w3.org/TR/webnn/#term-for-idl-Float32Array", "https://www.w3.org/TR/webnn/#term-for-idl-Int32Array", "https://www.w3.org/TR/webnn/#term-for-idl-Int8Array", + "https://www.w3.org/TR/webnn/#term-for-notsupportederror", "https://www.w3.org/TR/webnn/#term-for-operationerror", "https://www.w3.org/TR/webnn/#term-for-idl-promise", "https://www.w3.org/TR/webnn/#term-for-SameObject", diff --git a/tr/ids/webpackage.json b/tr/ids/webpackage.json index b5308713b66f..4a5142336f30 100644 --- a/tr/ids/webpackage.json +++ b/tr/ids/webpackage.json @@ -250,11 +250,9 @@ "https://wicg.github.io/webpackage/loading.html#ref-for-concept-node-document%E2%91%A0", "https://wicg.github.io/webpackage/loading.html#ref-for-document-prefetched-subresource-signed-exchanges", "https://wicg.github.io/webpackage/loading.html#mp-process-a-navigate-fetch", - "https://wicg.github.io/webpackage/loading.html#ref-for-active-document", "https://wicg.github.io/webpackage/loading.html#ref-for-document-prefetched-signed-exchanges-for-navigation%E2%91%A0", "https://wicg.github.io/webpackage/loading.html#ref-for-map-exists", "https://wicg.github.io/webpackage/loading.html#ref-for-concept-request-url", - "https://wicg.github.io/webpackage/loading.html#ref-for-active-document%E2%91%A0", "https://wicg.github.io/webpackage/loading.html#ref-for-document-prefetched-signed-exchanges-for-navigation%E2%91%A1", "https://wicg.github.io/webpackage/loading.html#ref-for-concept-request-url%E2%91%A0", "https://wicg.github.io/webpackage/loading.html#ref-for-request-stashed-exchange%E2%91%A0%E2%93%AA", @@ -264,7 +262,6 @@ "https://wicg.github.io/webpackage/loading.html#ref-for-exchange-response%E2%91%A7", "https://wicg.github.io/webpackage/loading.html#ref-for-navigation-params%E2%91%A0", "https://wicg.github.io/webpackage/loading.html#ref-for-navigation-params-prefetched-subresource-signed-exchanges", - "https://wicg.github.io/webpackage/loading.html#ref-for-active-document%E2%91%A1", "https://wicg.github.io/webpackage/loading.html#ref-for-document-prefetched-subresource-signed-exchanges%E2%91%A0", "https://wicg.github.io/webpackage/loading.html#mp-page-load-processing-model-for-html-fiiles", "https://wicg.github.io/webpackage/loading.html#ref-for-navigation-params-prefetched-subresource-signed-exchanges%E2%91%A0", @@ -1046,7 +1043,6 @@ "https://wicg.github.io/webpackage/loading.html#term-for-concept-response-url", "https://wicg.github.io/webpackage/loading.html#term-for-concept-response-url-list", "https://wicg.github.io/webpackage/loading.html#term-for-concept-header-value", - "https://wicg.github.io/webpackage/loading.html#term-for-active-document", "https://wicg.github.io/webpackage/loading.html#term-for-rel-alternate", "https://wicg.github.io/webpackage/loading.html#term-for-attr-crossorigin-anonymous", "https://wicg.github.io/webpackage/loading.html#term-for-cors-settings-attribute", diff --git a/tr/ids/webxr-ar-module-1.json b/tr/ids/webxr-ar-module-1.json index 617d4a218708..0271dcb18559 100644 --- a/tr/ids/webxr-ar-module-1.json +++ b/tr/ids/webxr-ar-module-1.json @@ -11,7 +11,6 @@ "https://www.w3.org/TR/webxr-ar-module-1/#w3c-state", "https://www.w3.org/TR/webxr-ar-module-1/#abstract", "https://www.w3.org/TR/webxr-ar-module-1/#sotd", - "https://www.w3.org/TR/webxr-ar-module-1/#sotd_patent", "https://www.w3.org/TR/webxr-ar-module-1/#w3c_process_revision", "https://www.w3.org/TR/webxr-ar-module-1/#toc", "https://www.w3.org/TR/webxr-ar-module-1/#contents", diff --git a/tr/ids/window-placement.json b/tr/ids/window-placement.json index a2504d4b24a8..42b4cc9e1db4 100644 --- a/tr/ids/window-placement.json +++ b/tr/ids/window-placement.json @@ -511,7 +511,6 @@ "https://www.w3.org/TR/window-placement/#ref-for-dom-element-requestfullscreen%E2%91%A1", "https://www.w3.org/TR/window-placement/#ref-for-dom-fullscreenoptions-screen%E2%91%A1", "https://www.w3.org/TR/window-placement/#ref-for-top-level-browsing-context", - "https://www.w3.org/TR/window-placement/#ref-for-active-document", "https://www.w3.org/TR/window-placement/#ref-for-screen%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/window-placement/#ref-for-this%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/window-placement/#ref-for-dom-window-targetscreenfullscreen-slot%E2%91%A2", @@ -522,20 +521,21 @@ "https://www.w3.org/TR/window-placement/#api-permission-api-integration", "https://www.w3.org/TR/window-placement/#ref-for-dfn-default-powerful-feature", "https://www.w3.org/TR/window-placement/#ref-for-dfn-name", - "https://www.w3.org/TR/window-placement/#permissiondef-window-placement", - "https://www.w3.org/TR/window-placement/#issue-503caed4", - "https://www.w3.org/TR/window-placement/#ref-for-permissiondef-window-placement", + "https://www.w3.org/TR/window-placement/#permissiondef-window-management", + "https://www.w3.org/TR/window-placement/#ref-for-permissiondef-window-management", + "https://www.w3.org/TR/window-placement/#issue-0a4a425c", + "https://www.w3.org/TR/window-placement/#ref-for-permissiondef-window-management%E2%91%A0", "https://www.w3.org/TR/window-placement/#issue-dc61ea20", "https://www.w3.org/TR/window-placement/#api-permission-policy-integration", "https://www.w3.org/TR/window-placement/#ref-for-policy-controlled-feature", - "https://www.w3.org/TR/window-placement/#permission-policy-window-placement", + "https://www.w3.org/TR/window-placement/#permission-policy-window-management", "https://www.w3.org/TR/window-placement/#ref-for-default-allowlist", "https://www.w3.org/TR/window-placement/#ref-for-concept-document", "https://www.w3.org/TR/window-placement/#ref-for-screendetails%E2%91%A7", "https://www.w3.org/TR/window-placement/#ref-for-dom-window-getscreendetails%E2%91%A4", "https://www.w3.org/TR/window-placement/#ref-for-current-screen%E2%91%A8", - "https://www.w3.org/TR/window-placement/#issue-bee77a11", - "https://www.w3.org/TR/window-placement/#ref-for-permission-policy-window-placement", + "https://www.w3.org/TR/window-placement/#issue-10618e39", + "https://www.w3.org/TR/window-placement/#ref-for-permission-policy-window-management", "https://www.w3.org/TR/window-placement/#security", "https://www.w3.org/TR/window-placement/#ref-for-current-screen%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/window-placement/#ref-for-current-screen%E2%91%A0%E2%91%A0", @@ -591,7 +591,6 @@ "https://www.w3.org/TR/window-placement/#term-for-dfn-current-high-resolution-time", "https://www.w3.org/TR/window-placement/#term-for-eventhandler", "https://www.w3.org/TR/window-placement/#term-for-window", - "https://www.w3.org/TR/window-placement/#term-for-active-document", "https://www.w3.org/TR/window-placement/#term-for-consume-user-activation", "https://www.w3.org/TR/window-placement/#term-for-event-handler-event-type", "https://www.w3.org/TR/window-placement/#term-for-event-handler-idl-attributes", diff --git a/tr/index.json b/tr/index.json index 4a64a48c3e46..0db8001a17e2 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2022-10-31T01:46:41.907Z", + "date": "2022-11-07T01:44:53.032Z", "options": { "output": "report", "publishedVersion": true, @@ -25,10 +25,10 @@ ] }, "stats": { - "crawled": 501, + "crawled": 502, "errors": 0 }, - "crawler": "reffy-10.2.1", + "crawler": "reffy-10.2.2", "results": [ { "url": "https://compat.spec.whatwg.org/", @@ -175,9 +175,9 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 01:06:11 GMT" + "lastModified": "Sun, 06 Nov 2022 00:58:32 GMT" }, - "date": "30 October 2022", + "date": "6 November 2022", "links": "links/rfc6265bis.json", "refs": "refs/rfc6265bis.json", "headings": "headings/rfc6265bis.json", @@ -288,7 +288,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-2/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:39:43 GMT" + "lastModified": "Mon, 7 Nov 2022 01:27:29 GMT" }, "generator": "bikeshed", "date": "8 February 2021", @@ -334,7 +334,7 @@ ], "crawled": "https://drafts.css-houdini.org/font-metrics-api-1/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:40:02 GMT" + "lastModified": "Mon, 7 Nov 2022 01:27:52 GMT" }, "generator": "bikeshed", "date": "12 May 2021", @@ -385,7 +385,7 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-1/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:10:30 GMT" + "lastModified": "Mon, 7 Nov 2022 00:51:50 GMT" }, "generator": "bikeshed", "date": "30 October 2022", @@ -443,7 +443,7 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:10:37 GMT" + "lastModified": "Mon, 7 Nov 2022 00:51:58 GMT" }, "generator": "bikeshed", "date": "22 August 2022", @@ -502,10 +502,10 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:10:45 GMT" + "lastModified": "Mon, 7 Nov 2022 00:52:07 GMT" }, "generator": "bikeshed", - "date": "8 September 2022", + "date": "3 May 2022", "links": "links/css-backgrounds-4.json", "refs": "refs/css-backgrounds-4.json", "css": "css/css-backgrounds-4.json", @@ -560,7 +560,7 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:12:17 GMT" + "lastModified": "Mon, 7 Nov 2022 00:54:07 GMT" }, "generator": "bikeshed", "date": "19 July 2022", @@ -617,7 +617,7 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:12:23 GMT" + "lastModified": "Mon, 7 Nov 2022 00:54:12 GMT" }, "generator": "bikeshed", "date": "30 August 2021", @@ -668,7 +668,7 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:12:26 GMT" + "lastModified": "Mon, 7 Nov 2022 00:54:17 GMT" }, "generator": "bikeshed", "date": "26 August 2020", @@ -726,7 +726,7 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:13:05 GMT" + "lastModified": "Mon, 7 Nov 2022 00:55:06 GMT" }, "generator": "bikeshed", "date": "27 June 2022", @@ -784,7 +784,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:13:28 GMT" + "lastModified": "Mon, 7 Nov 2022 00:55:36 GMT" }, "generator": "bikeshed", "date": "21 February 2021", @@ -842,7 +842,7 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:14:12 GMT" + "lastModified": "Mon, 7 Nov 2022 00:56:27 GMT" }, "generator": "bikeshed", "date": "5 October 2021", @@ -956,7 +956,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:15:17 GMT" + "lastModified": "Mon, 7 Nov 2022 00:57:48 GMT" }, "generator": "bikeshed", "date": "22 June 2022", @@ -1015,7 +1015,7 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:15:27 GMT" + "lastModified": "Mon, 7 Nov 2022 00:58:00 GMT" }, "generator": "bikeshed", "date": "7 March 2022", @@ -1072,7 +1072,7 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:15:28 GMT" + "lastModified": "Mon, 7 Nov 2022 00:58:01 GMT" }, "generator": "bikeshed", "date": "22 June 2022", @@ -1130,7 +1130,7 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:16:45 GMT" + "lastModified": "Mon, 7 Nov 2022 00:59:34 GMT" }, "generator": "bikeshed", "date": "14 July 2022", @@ -1188,7 +1188,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:17:11 GMT" + "lastModified": "Mon, 7 Nov 2022 01:00:08 GMT" }, "generator": "bikeshed", "date": "16 December 2021", @@ -1246,7 +1246,7 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:17:18 GMT" + "lastModified": "Mon, 7 Nov 2022 01:00:20 GMT" }, "generator": "bikeshed", "date": "29 June 2022", @@ -1257,116 +1257,6 @@ "headings": "headings/css-variables-2.json", "ids": "ids/css-variables-2.json" }, - { - "url": "https://drafts.csswg.org/css-view-transitions-1/", - "seriesComposition": "full", - "shortname": "css-view-transitions-1", - "series": { - "shortname": "css-view-transitions", - "currentSpecification": "css-view-transitions-1", - "title": "CSS View Transitions", - "shortTitle": "CSS View Transitions", - "nightlyUrl": "https://drafts.csswg.org/css-view-transitions/" - }, - "seriesVersion": "1", - "organization": "W3C", - "groups": [ - { - "name": "Cascading Style Sheets (CSS) Working Group", - "url": "https://www.w3.org/Style/CSS/" - } - ], - "nightly": { - "url": "https://drafts.csswg.org/css-view-transitions-1/", - "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-view-transitions-1/", - "https://w3c.github.io/csswg-drafts/css-view-transitions/" - ], - "repository": "https://github.com/w3c/csswg-drafts", - "sourcePath": "css-view-transitions-1/Overview.bs", - "filename": "Overview.html" - }, - "title": "CSS View Transitions Module Level 1", - "source": "spec", - "shortTitle": "CSS View Transitions 1", - "categories": [ - "browser" - ], - "versions": [ - "https://drafts.csswg.org/css-view-transitions-1/" - ], - "crawled": "https://drafts.csswg.org/css-view-transitions-1/", - "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:17:21 GMT" - }, - "generator": "bikeshed", - "date": "25 October 2022", - "links": "links/css-view-transitions-1.json", - "refs": "refs/css-view-transitions-1.json", - "idl": "idl/css-view-transitions.idl", - "css": "css/css-view-transitions.json", - "dfns": "dfns/css-view-transitions-1.json", - "headings": "headings/css-view-transitions-1.json", - "ids": "ids/css-view-transitions-1.json" - }, - { - "url": "https://drafts.csswg.org/scroll-animations-1/", - "seriesComposition": "full", - "shortname": "scroll-animations-1", - "series": { - "shortname": "scroll-animations", - "currentSpecification": "scroll-animations-1", - "title": "Scroll-linked Animations", - "shortTitle": "Scroll-linked Animations", - "nightlyUrl": "https://drafts.csswg.org/scroll-animations/" - }, - "seriesVersion": "1", - "organization": "W3C", - "groups": [ - { - "name": "Cascading Style Sheets (CSS) Working Group", - "url": "https://www.w3.org/Style/CSS/" - } - ], - "nightly": { - "url": "https://drafts.csswg.org/scroll-animations-1/", - "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/scroll-animations-1/", - "https://w3c.github.io/csswg-drafts/scroll-animations/" - ], - "repository": "https://github.com/w3c/csswg-drafts", - "sourcePath": "scroll-animations-1/Overview.bs", - "filename": "Overview.html" - }, - "title": "Scroll-linked Animations", - "source": "spec", - "shortTitle": "Scroll-linked Animations", - "categories": [ - "browser" - ], - "tests": { - "repository": "https://github.com/web-platform-tests/wpt", - "testPaths": [ - "scroll-animations" - ] - }, - "versions": [ - "https://drafts.csswg.org/scroll-animations-1/" - ], - "crawled": "https://drafts.csswg.org/scroll-animations-1/", - "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:18:33 GMT" - }, - "generator": "bikeshed", - "date": "25 October 2022", - "links": "links/scroll-animations-1.json", - "refs": "refs/scroll-animations-1.json", - "idl": "idl/scroll-animations.idl", - "css": "css/scroll-animations.json", - "dfns": "dfns/scroll-animations-1.json", - "headings": "headings/scroll-animations-1.json", - "ids": "ids/scroll-animations-1.json" - }, { "url": "https://drafts.csswg.org/web-animations-2/", "seriesComposition": "delta", @@ -1414,7 +1304,7 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:18:59 GMT" + "lastModified": "Mon, 7 Nov 2022 01:02:23 GMT" }, "generator": "bikeshed", "date": "18 July 2022", @@ -1526,7 +1416,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-2/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 22:37:55 GMT" + "lastModified": "Mon, 7 Nov 2022 01:25:21 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -1573,10 +1463,10 @@ ], "crawled": "https://fedidcg.github.io/FedCM/", "crawlCacheInfo": { - "lastModified": "Thu, 20 Oct 2022 17:53:02 GMT" + "lastModified": "Wed, 02 Nov 2022 20:50:59 GMT" }, "generator": "bikeshed", - "date": "20 October 2022", + "date": "2 November 2022", "links": "links/FedCM.json", "refs": "refs/FedCM.json", "idl": "idl/FedCM.idl", @@ -1730,10 +1620,10 @@ ], "crawled": "https://fs.spec.whatwg.org/", "crawlCacheInfo": { - "lastModified": "Sun, 30 Oct 2022 08:35:18 GMT" + "lastModified": "Tue, 01 Nov 2022 10:19:53 GMT" }, "generator": "bikeshed", - "date": "30 October 2022", + "date": "1 November 2022", "links": "links/fs.json", "refs": "refs/fs.json", "idl": "idl/fs.idl", @@ -1845,10 +1735,10 @@ "https://html.spec.whatwg.org/multipage/interaction.html", "https://html.spec.whatwg.org/multipage/dnd.html", "https://html.spec.whatwg.org/multipage/browsers.html", - "https://html.spec.whatwg.org/multipage/window-object.html", - "https://html.spec.whatwg.org/multipage/origin.html", - "https://html.spec.whatwg.org/multipage/history.html", + "https://html.spec.whatwg.org/multipage/nav-history-apis.html", + "https://html.spec.whatwg.org/multipage/document-sequences.html", "https://html.spec.whatwg.org/multipage/browsing-the-web.html", + "https://html.spec.whatwg.org/multipage/document-lifecycle.html", "https://html.spec.whatwg.org/multipage/webappapis.html", "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html", @@ -1924,9 +1814,9 @@ ], "crawled": "https://html.spec.whatwg.org/multipage/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 09:37:38 GMT" + "lastModified": "Fri, 04 Nov 2022 01:17:00 GMT" }, - "date": "27 October 2022", + "date": "4 November 2022", "links": "links/html.json", "refs": "refs/html.json", "events": "events/html.json", @@ -2430,9 +2320,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/ANGLE_instanced_arrays/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/ANGLE_instanced_arrays.json", "idl": "idl/ANGLE_instanced_arrays.idl" }, @@ -2478,9 +2368,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_blend_minmax/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/EXT_blend_minmax.json", "idl": "idl/EXT_blend_minmax.idl" }, @@ -2526,9 +2416,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/EXT_clip_cull_distance.json", "idl": "idl/EXT_clip_cull_distance.idl" }, @@ -2574,9 +2464,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_color_buffer_float/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/EXT_color_buffer_float.json", "idl": "idl/EXT_color_buffer_float.idl" }, @@ -2622,9 +2512,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_color_buffer_half_float/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/EXT_color_buffer_half_float.json", "idl": "idl/EXT_color_buffer_half_float.idl" }, @@ -2670,9 +2560,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_disjoint_timer_query_webgl2/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/EXT_disjoint_timer_query_webgl2.json", "idl": "idl/EXT_disjoint_timer_query_webgl2.idl" }, @@ -2718,9 +2608,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_disjoint_timer_query/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/EXT_disjoint_timer_query.json", "idl": "idl/EXT_disjoint_timer_query.idl" }, @@ -2766,9 +2656,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_float_blend/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/EXT_float_blend.json", "idl": "idl/EXT_float_blend.idl" }, @@ -2814,9 +2704,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_frag_depth/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/EXT_frag_depth.json", "idl": "idl/EXT_frag_depth.idl" }, @@ -2862,9 +2752,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_shader_texture_lod/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/EXT_shader_texture_lod.json", "idl": "idl/EXT_shader_texture_lod.idl" }, @@ -2910,9 +2800,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_sRGB/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/EXT_sRGB.json", "idl": "idl/EXT_sRGB.idl" }, @@ -2958,9 +2848,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_texture_compression_bptc/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/EXT_texture_compression_bptc.json", "idl": "idl/EXT_texture_compression_bptc.idl" }, @@ -3006,9 +2896,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_texture_compression_rgtc/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/EXT_texture_compression_rgtc.json", "idl": "idl/EXT_texture_compression_rgtc.idl" }, @@ -3054,9 +2944,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_texture_filter_anisotropic/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/EXT_texture_filter_anisotropic.json", "idl": "idl/EXT_texture_filter_anisotropic.idl" }, @@ -3102,9 +2992,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_texture_norm16/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/EXT_texture_norm16.json", "idl": "idl/EXT_texture_norm16.idl" }, @@ -3150,9 +3040,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/KHR_parallel_shader_compile/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/KHR_parallel_shader_compile.json", "idl": "idl/KHR_parallel_shader_compile.idl" }, @@ -3198,9 +3088,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_draw_buffers_indexed/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/OES_draw_buffers_indexed.json", "idl": "idl/OES_draw_buffers_indexed.idl" }, @@ -3246,9 +3136,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_element_index_uint/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/OES_element_index_uint.json", "idl": "idl/OES_element_index_uint.idl" }, @@ -3294,9 +3184,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_fbo_render_mipmap/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/OES_fbo_render_mipmap.json", "idl": "idl/OES_fbo_render_mipmap.idl" }, @@ -3342,9 +3232,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_standard_derivatives/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/OES_standard_derivatives.json", "idl": "idl/OES_standard_derivatives.idl" }, @@ -3390,9 +3280,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_texture_float_linear/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/OES_texture_float_linear.json", "idl": "idl/OES_texture_float_linear.idl" }, @@ -3438,9 +3328,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_texture_float/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/OES_texture_float.json", "idl": "idl/OES_texture_float.idl" }, @@ -3486,9 +3376,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_texture_half_float_linear/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/OES_texture_half_float_linear.json", "idl": "idl/OES_texture_half_float_linear.idl" }, @@ -3534,9 +3424,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_texture_half_float/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/OES_texture_half_float.json", "idl": "idl/OES_texture_half_float.idl" }, @@ -3582,9 +3472,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_vertex_array_object/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/OES_vertex_array_object.json", "idl": "idl/OES_vertex_array_object.idl" }, @@ -3630,9 +3520,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OVR_multiview2/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/OVR_multiview2.json", "idl": "idl/OVR_multiview2.idl" }, @@ -3678,9 +3568,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_blend_equation_advanced_coherent/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_blend_equation_advanced_coherent.json", "idl": "idl/WEBGL_blend_equation_advanced_coherent.idl" }, @@ -3726,9 +3616,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_color_buffer_float/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_color_buffer_float.json", "idl": "idl/WEBGL_color_buffer_float.idl" }, @@ -3774,9 +3664,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_astc/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_compressed_texture_astc.json", "idl": "idl/WEBGL_compressed_texture_astc.idl" }, @@ -3822,9 +3712,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_etc/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_compressed_texture_etc.json", "idl": "idl/WEBGL_compressed_texture_etc.idl" }, @@ -3870,9 +3760,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_etc1/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:50 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_compressed_texture_etc1.json", "idl": "idl/WEBGL_compressed_texture_etc1.idl" }, @@ -3918,9 +3808,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_pvrtc/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:50 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_compressed_texture_pvrtc.json", "idl": "idl/WEBGL_compressed_texture_pvrtc.idl" }, @@ -3966,9 +3856,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_s3tc_srgb/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:50 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_compressed_texture_s3tc_srgb.json", "idl": "idl/WEBGL_compressed_texture_s3tc_srgb.idl" }, @@ -4014,9 +3904,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_s3tc/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:50 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_compressed_texture_s3tc.json", "idl": "idl/WEBGL_compressed_texture_s3tc.idl" }, @@ -4062,9 +3952,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_debug_renderer_info/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:50 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_debug_renderer_info.json", "idl": "idl/WEBGL_debug_renderer_info.idl" }, @@ -4110,9 +4000,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_debug_shaders/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:50 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_debug_shaders.json", "idl": "idl/WEBGL_debug_shaders.idl" }, @@ -4158,9 +4048,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_depth_texture/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:50 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_depth_texture.json", "idl": "idl/WEBGL_depth_texture.idl" }, @@ -4206,9 +4096,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_draw_buffers/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:50 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_draw_buffers.json", "idl": "idl/WEBGL_draw_buffers.idl" }, @@ -4254,9 +4144,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:50 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_draw_instanced_base_vertex_base_instance.json", "idl": "idl/WEBGL_draw_instanced_base_vertex_base_instance.idl" }, @@ -4302,9 +4192,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_lose_context/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:50 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_lose_context.json", "idl": "idl/WEBGL_lose_context.idl" }, @@ -4350,9 +4240,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:50 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_multi_draw_instanced_base_vertex_base_instance.json", "idl": "idl/WEBGL_multi_draw_instanced_base_vertex_base_instance.idl" }, @@ -4398,9 +4288,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_multi_draw/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 18:13:30 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:50 GMT" }, - "date": "6 October 2022", + "date": "2 November 2022", "links": "links/WEBGL_multi_draw.json", "idl": "idl/WEBGL_multi_draw.idl" }, @@ -4447,9 +4337,9 @@ ], "crawled": "https://registry.khronos.org/webgl/specs/latest/1.0/", "crawlCacheInfo": { - "lastModified": "Tue, 09 Aug 2022 22:24:40 GMT" + "lastModified": "Wed, 02 Nov 2022 05:33:49 GMT" }, - "date": "9 August 2022", + "date": "2 November 2022", "links": "links/webgl1.json", "refs": "refs/webgl1.json", "idl": "idl/webgl1.idl", @@ -4792,9 +4682,9 @@ ], "crawled": "https://tc39.es/ecma262/multipage/", "crawlCacheInfo": { - "lastModified": "Thu, 20 Oct 2022 05:33:11 GMT" + "lastModified": "Fri, 04 Nov 2022 06:19:59 GMT" }, - "date": "20 October 2022", + "date": "4 November 2022", "links": "links/ecmascript.json", "dfns": "dfns/ecmascript.json", "headings": "headings/ecmascript.json", @@ -4842,9 +4732,9 @@ ], "crawled": "https://tc39.es/ecma402/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Oct 2022 19:50:49 GMT" + "lastModified": "Thu, 03 Nov 2022 17:36:57 GMT" }, - "date": "6 October 2022", + "date": "3 November 2022", "links": "links/ecma-402.json", "dfns": "dfns/ecma-402.json", "headings": "headings/ecma-402.json", @@ -5188,9 +5078,9 @@ ], "crawled": "https://tc39.es/proposal-intl-duration-format/", "crawlCacheInfo": { - "lastModified": "Thu, 22 Sep 2022 07:54:52 GMT" + "lastModified": "Mon, 31 Oct 2022 17:04:46 GMT" }, - "date": "22 September 2022", + "date": "31 October 2022", "links": "links/tc39-intl-duration-format.json", "headings": "headings/tc39-intl-duration-format.json", "ids": "ids/tc39-intl-duration-format.json" @@ -5231,9 +5121,9 @@ ], "crawled": "https://tc39.es/proposal-intl-enumeration/", "crawlCacheInfo": { - "lastModified": "Fri, 30 Sep 2022 01:24:43 GMT" + "lastModified": "Thu, 03 Nov 2022 04:12:12 GMT" }, - "date": "30 September 2022", + "date": "3 November 2022", "links": "links/tc39-intl-enumeration.json", "dfns": "dfns/tc39-intl-enumeration.json", "headings": "headings/tc39-intl-enumeration.json", @@ -5318,9 +5208,9 @@ ], "crawled": "https://tc39.es/proposal-intl-locale-info/", "crawlCacheInfo": { - "lastModified": "Wed, 15 Dec 2021 00:54:00 GMT" + "lastModified": "Mon, 31 Oct 2022 17:06:23 GMT" }, - "date": "15 December 2021", + "date": "31 October 2022", "links": "links/tc39-intl-locale-info.json", "headings": "headings/tc39-intl-locale-info.json", "ids": "ids/tc39-intl-locale-info.json" @@ -5791,9 +5681,9 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Wed, 26 Oct 2022 18:40:36 GMT" + "lastModified": "Fri, 04 Nov 2022 09:31:41 GMT" }, - "date": "26 October 2022", + "date": "4 November 2022", "links": "links/tc39-temporal.json", "headings": "headings/tc39-temporal.json", "ids": "ids/tc39-temporal.json" @@ -6327,10 +6217,10 @@ ], "crawled": "https://w3c.github.io/PNG-spec/", "crawlCacheInfo": { - "lastModified": "Wed, 26 Oct 2022 12:56:29 GMT" + "lastModified": "Tue, 01 Nov 2022 20:55:02 GMT" }, "generator": "respec", - "date": "26 October 2022", + "date": "01 November 2022", "links": "links/PNG-spec.json", "refs": "refs/PNG-spec.json", "dfns": "dfns/PNG-spec.json", @@ -6527,10 +6417,10 @@ ], "crawled": "https://w3c.github.io/webdriver-bidi/", "crawlCacheInfo": { - "lastModified": "Wed, 26 Oct 2022 07:31:10 GMT" + "lastModified": "Fri, 04 Nov 2022 20:12:31 GMT" }, "generator": "bikeshed", - "date": "26 October 2022", + "date": "4 November 2022", "links": "links/webdriver-bidi.json", "refs": "refs/webdriver-bidi.json", "dfns": "dfns/webdriver-bidi.json", @@ -8770,10 +8660,10 @@ ], "crawled": "https://wicg.github.io/navigation-api/", "crawlCacheInfo": { - "lastModified": "Tue, 25 Oct 2022 05:54:47 GMT" + "lastModified": "Mon, 31 Oct 2022 09:04:55 GMT" }, "generator": "bikeshed", - "date": "24 October 2022", + "date": "31 October 2022", "links": "links/navigation-api.json", "refs": "refs/navigation-api.json", "events": "events/navigation-api.json", @@ -10069,6 +9959,53 @@ "headings": "headings/video-rvfc.json", "ids": "ids/video-rvfc.json" }, + { + "url": "https://wicg.github.io/web-app-launch/", + "seriesComposition": "full", + "shortname": "web-app-launch", + "series": { + "shortname": "web-app-launch", + "currentSpecification": "web-app-launch", + "title": "Web App Launch Handler API", + "shortTitle": "Web App Launch Handler API", + "nightlyUrl": "https://wicg.github.io/web-app-launch/" + }, + "organization": "W3C", + "groups": [ + { + "name": "Web Platform Incubator Community Group", + "url": "https://www.w3.org/community/wicg/" + } + ], + "nightly": { + "url": "https://wicg.github.io/web-app-launch/", + "alternateUrls": [], + "repository": "https://github.com/WICG/web-app-launch", + "sourcePath": "index.html", + "filename": "index.html" + }, + "title": "Web App Launch Handler API", + "source": "spec", + "shortTitle": "Web App Launch Handler API", + "categories": [ + "browser" + ], + "versions": [ + "https://wicg.github.io/web-app-launch/" + ], + "crawled": "https://wicg.github.io/web-app-launch/", + "crawlCacheInfo": { + "lastModified": "Thu, 03 Nov 2022 23:38:51 GMT" + }, + "generator": "respec", + "date": "03 November 2022", + "links": "links/web-app-launch.json", + "refs": "refs/web-app-launch.json", + "idl": "idl/web-app-launch.idl", + "dfns": "dfns/web-app-launch.json", + "headings": "headings/web-app-launch.json", + "ids": "ids/web-app-launch.json" + }, { "url": "https://wicg.github.io/web-otp/", "seriesComposition": "full", @@ -10259,10 +10196,10 @@ ], "crawled": "https://wicg.github.io/webpackage/loading.html", "crawlCacheInfo": { - "lastModified": "Fri, 28 Oct 2022 16:42:18 GMT" + "lastModified": "Fri, 04 Nov 2022 13:15:22 GMT" }, "generator": "bikeshed", - "date": "28 October 2022", + "date": "4 November 2022", "links": "links/webpackage.json", "refs": "refs/webpackage.json", "events": "events/webpackage.json", @@ -10405,7 +10342,7 @@ "https://www.rfc-editor.org/rfc/rfc2397" ], "crawled": "https://www.rfc-editor.org/rfc/rfc2397", - "date": "31 October 2022", + "date": "7 November 2022", "links": "links/rfc2397.json", "ids": "ids/rfc2397.json" }, @@ -10442,7 +10379,7 @@ "https://www.rfc-editor.org/rfc/rfc4120" ], "crawled": "https://www.rfc-editor.org/rfc/rfc4120", - "date": "31 October 2022", + "date": "7 November 2022", "links": "links/rfc4120.json", "ids": "ids/rfc4120.json" }, @@ -10569,7 +10506,7 @@ "https://www.rfc-editor.org/rfc/rfc6454" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6454", - "date": "31 October 2022", + "date": "7 November 2022", "links": "links/rfc6454.json", "ids": "ids/rfc6454.json" }, @@ -10606,7 +10543,7 @@ "https://www.rfc-editor.org/rfc/rfc6797" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6797", - "date": "31 October 2022", + "date": "7 November 2022", "links": "links/rfc6797.json", "ids": "ids/rfc6797.json" }, @@ -10643,7 +10580,7 @@ "https://www.rfc-editor.org/rfc/rfc7034" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7034", - "date": "31 October 2022", + "date": "7 November 2022", "links": "links/rfc7034.json", "ids": "ids/rfc7034.json" }, @@ -10951,7 +10888,7 @@ "https://www.rfc-editor.org/rfc/rfc7239" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7239", - "date": "31 October 2022", + "date": "7 November 2022", "links": "links/rfc7239.json", "ids": "ids/rfc7239.json" }, @@ -10988,7 +10925,7 @@ "https://www.rfc-editor.org/rfc/rfc7469" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7469", - "date": "31 October 2022", + "date": "7 November 2022", "links": "links/rfc7469.json", "ids": "ids/rfc7469.json" }, @@ -11115,7 +11052,7 @@ "https://www.rfc-editor.org/rfc/rfc7578" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7578", - "date": "31 October 2022", + "date": "7 November 2022", "links": "links/rfc7578.json", "ids": "ids/rfc7578.json" }, @@ -11422,7 +11359,7 @@ "https://www.rfc-editor.org/rfc/rfc8942" ], "crawled": "https://www.rfc-editor.org/rfc/rfc8942", - "date": "31 October 2022", + "date": "7 November 2022", "links": "links/rfc8942.json", "refs": "refs/rfc8942.json", "headings": "headings/rfc8942.json", @@ -12546,10 +12483,10 @@ ], "crawled": "https://www.w3.org/TR/core-aam-1.2/", "crawlCacheInfo": { - "lastModified": "Thu, 13 Oct 2022 17:11:08 GMT" + "lastModified": "Tue, 01 Nov 2022 17:34:46 GMT" }, "generator": "respec", - "date": "13 October 2022", + "date": "01 November 2022", "links": "links/core-aam-1.2.json", "refs": "refs/core-aam-1.2.json", "dfns": "dfns/core-aam-1.2.json", @@ -13045,10 +12982,10 @@ ], "crawled": "https://www.w3.org/TR/css-box-3/", "crawlCacheInfo": { - "lastModified": "Mon, 21 Dec 2020 05:38:42 GMT" + "lastModified": "Thu, 03 Nov 2022 00:56:46 GMT" }, "generator": "bikeshed", - "date": "22 December 2020", + "date": "3 November 2022", "links": "links/css-box-3.json", "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", @@ -13107,10 +13044,10 @@ ], "crawled": "https://www.w3.org/TR/css-box-4/", "crawlCacheInfo": { - "lastModified": "Mon, 20 Apr 2020 23:16:16 GMT" + "lastModified": "Thu, 03 Nov 2022 01:16:21 GMT" }, "generator": "bikeshed", - "date": "21 April 2020", + "date": "3 November 2022", "links": "links/css-box-4.json", "refs": "refs/css-box-4.json", "css": "css/css-box.json", @@ -13551,10 +13488,10 @@ ], "crawled": "https://www.w3.org/TR/css-color-4/", "crawlCacheInfo": { - "lastModified": "Tue, 05 Jul 2022 06:10:19 GMT" + "lastModified": "Thu, 27 Oct 2022 19:23:20 GMT" }, "generator": "bikeshed", - "date": "5 July 2022", + "date": "1 November 2022", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", "css": "css/css-color.json", @@ -17817,6 +17754,64 @@ "headings": "headings/css-variables-1.json", "ids": "ids/css-variables-1.json" }, + { + "url": "https://www.w3.org/TR/css-view-transitions-1/", + "seriesComposition": "full", + "shortname": "css-view-transitions-1", + "series": { + "shortname": "css-view-transitions", + "currentSpecification": "css-view-transitions-1", + "title": "CSS View Transitions Module Level 1", + "shortTitle": "CSS View Transitions", + "releaseUrl": "https://www.w3.org/TR/css-view-transitions/", + "nightlyUrl": "https://drafts.csswg.org/css-view-transitions/" + }, + "seriesVersion": "1", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "release": { + "url": "https://www.w3.org/TR/css-view-transitions-1/", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://drafts.csswg.org/css-view-transitions-1/", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/css-view-transitions-1/", + "https://w3c.github.io/csswg-drafts/css-view-transitions/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-view-transitions-1/Overview.bs", + "filename": "Overview.html" + }, + "title": "CSS View Transitions Module Level 1", + "source": "w3c", + "shortTitle": "CSS View Transitions 1", + "categories": [ + "browser" + ], + "versions": [ + "https://www.w3.org/TR/css-view-transitions-1/", + "https://drafts.csswg.org/css-view-transitions-1/" + ], + "crawled": "https://www.w3.org/TR/css-view-transitions-1/", + "crawlCacheInfo": { + "lastModified": "Fri, 21 Oct 2022 16:43:46 GMT" + }, + "generator": "bikeshed", + "date": "25 October 2022", + "links": "links/css-view-transitions-1.json", + "refs": "refs/css-view-transitions-1.json", + "idl": "idl/css-view-transitions.idl", + "css": "css/css-view-transitions.json", + "dfns": "dfns/css-view-transitions-1.json", + "headings": "headings/css-view-transitions-1.json", + "ids": "ids/css-view-transitions-1.json" + }, { "url": "https://www.w3.org/TR/css-will-change-1/", "seriesComposition": "full", @@ -18702,10 +18697,10 @@ ], "crawled": "https://www.w3.org/TR/epub-33/", "crawlCacheInfo": { - "lastModified": "Wed, 19 Oct 2022 11:53:57 GMT" + "lastModified": "Wed, 02 Nov 2022 11:16:35 GMT" }, "generator": "respec", - "date": "19 October 2022", + "date": "02 November 2022", "links": "links/epub-33.json", "refs": "refs/epub-33.json", "dfns": "dfns/epub-33.json", @@ -18753,10 +18748,10 @@ ], "crawled": "https://www.w3.org/TR/epub-rs-33/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Oct 2022 11:24:04 GMT" + "lastModified": "Tue, 01 Nov 2022 11:26:12 GMT" }, "generator": "respec", - "date": "17 October 2022", + "date": "01 November 2022", "links": "links/epub-rs-33.json", "refs": "refs/epub-rs-33.json", "idl": "idl/epub-rs.idl", @@ -19689,10 +19684,10 @@ ], "crawled": "https://www.w3.org/TR/html-aam-1.0/", "crawlCacheInfo": { - "lastModified": "Wed, 26 Oct 2022 13:21:18 GMT" + "lastModified": "Fri, 04 Nov 2022 18:56:23 GMT" }, "generator": "respec", - "date": "26 October 2022", + "date": "04 November 2022", "links": "links/html-aam-1.0.json", "refs": "refs/html-aam-1.0.json", "headings": "headings/html-aam-1.0.json", @@ -23261,10 +23256,10 @@ ], "crawled": "https://www.w3.org/TR/screen-orientation/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 07:11:20 GMT" + "lastModified": "Thu, 03 Nov 2022 00:20:52 GMT" }, "generator": "respec", - "date": "27 October 2022", + "date": "03 November 2022", "links": "links/screen-orientation.json", "refs": "refs/screen-orientation.json", "events": "events/screen-orientation.json", @@ -23333,6 +23328,70 @@ "headings": "headings/screen-wake-lock.json", "ids": "ids/screen-wake-lock.json" }, + { + "url": "https://www.w3.org/TR/scroll-animations-1/", + "seriesComposition": "full", + "shortname": "scroll-animations-1", + "series": { + "shortname": "scroll-animations", + "currentSpecification": "scroll-animations-1", + "title": "Scroll-linked Animations", + "shortTitle": "Scroll-linked Animations", + "releaseUrl": "https://www.w3.org/TR/scroll-animations/", + "nightlyUrl": "https://drafts.csswg.org/scroll-animations/" + }, + "seriesVersion": "1", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "release": { + "url": "https://www.w3.org/TR/scroll-animations-1/", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://drafts.csswg.org/scroll-animations-1/", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/scroll-animations-1/", + "https://w3c.github.io/csswg-drafts/scroll-animations/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "scroll-animations-1/Overview.bs", + "filename": "Overview.html" + }, + "title": "Scroll-linked Animations", + "source": "w3c", + "shortTitle": "Scroll-linked Animations", + "categories": [ + "browser" + ], + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "scroll-animations" + ] + }, + "versions": [ + "https://www.w3.org/TR/scroll-animations-1/", + "https://drafts.csswg.org/scroll-animations-1/" + ], + "crawled": "https://www.w3.org/TR/scroll-animations-1/", + "crawlCacheInfo": { + "lastModified": "Fri, 21 Oct 2022 17:46:37 GMT" + }, + "generator": "bikeshed", + "date": "25 October 2022", + "links": "links/scroll-animations-1.json", + "refs": "refs/scroll-animations-1.json", + "idl": "idl/scroll-animations.idl", + "css": "css/scroll-animations.json", + "dfns": "dfns/scroll-animations-1.json", + "headings": "headings/scroll-animations-1.json", + "ids": "ids/scroll-animations-1.json" + }, { "url": "https://www.w3.org/TR/secure-contexts/", "seriesComposition": "full", @@ -25143,10 +25202,10 @@ ], "crawled": "https://www.w3.org/TR/web-share/", "crawlCacheInfo": { - "lastModified": "Wed, 21 Sep 2022 18:19:52 GMT" + "lastModified": "Thu, 03 Nov 2022 04:50:04 GMT" }, "generator": "respec", - "date": "21 September 2022", + "date": "03 November 2022", "links": "links/web-share.json", "refs": "refs/web-share.json", "idl": "idl/web-share.idl", @@ -25316,10 +25375,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-aac-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 17:08:38 GMT" + "lastModified": "Tue, 01 Nov 2022 19:30:09 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "1 November 2022", "links": "links/webcodecs-aac-codec-registration.json", "refs": "refs/webcodecs-aac-codec-registration.json", "idl": "idl/webcodecs-aac-codec-registration.idl", @@ -25369,10 +25428,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-alaw-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 17:19:23 GMT" + "lastModified": "Tue, 01 Nov 2022 19:41:48 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "1 November 2022", "links": "links/webcodecs-alaw-codec-registration.json", "refs": "refs/webcodecs-alaw-codec-registration.json", "headings": "headings/webcodecs-alaw-codec-registration.json", @@ -25420,10 +25479,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-av1-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 17:13:32 GMT" + "lastModified": "Tue, 01 Nov 2022 19:34:34 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "1 November 2022", "links": "links/webcodecs-av1-codec-registration.json", "refs": "refs/webcodecs-av1-codec-registration.json", "headings": "headings/webcodecs-av1-codec-registration.json", @@ -25471,10 +25530,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-avc-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 17:03:38 GMT" + "lastModified": "Tue, 01 Nov 2022 19:25:30 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "1 November 2022", "links": "links/webcodecs-avc-codec-registration.json", "refs": "refs/webcodecs-avc-codec-registration.json", "idl": "idl/webcodecs-avc-codec-registration.idl", @@ -25575,10 +25634,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-flac-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 17:10:12 GMT" + "lastModified": "Tue, 01 Nov 2022 19:31:28 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "1 November 2022", "links": "links/webcodecs-flac-codec-registration.json", "refs": "refs/webcodecs-flac-codec-registration.json", "headings": "headings/webcodecs-flac-codec-registration.json", @@ -25626,10 +25685,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-hevc-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 17:22:42 GMT" + "lastModified": "Tue, 01 Nov 2022 19:44:34 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "1 November 2022", "links": "links/webcodecs-hevc-codec-registration.json", "refs": "refs/webcodecs-hevc-codec-registration.json", "idl": "idl/webcodecs-hevc-codec-registration.idl", @@ -25679,10 +25738,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-mp3-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 17:06:59 GMT" + "lastModified": "Tue, 01 Nov 2022 19:28:16 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "1 November 2022", "links": "links/webcodecs-mp3-codec-registration.json", "refs": "refs/webcodecs-mp3-codec-registration.json", "headings": "headings/webcodecs-mp3-codec-registration.json", @@ -25730,10 +25789,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-opus-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 17:11:37 GMT" + "lastModified": "Tue, 01 Nov 2022 19:33:14 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "1 November 2022", "links": "links/webcodecs-opus-codec-registration.json", "refs": "refs/webcodecs-opus-codec-registration.json", "idl": "idl/webcodecs-opus-codec-registration.idl", @@ -25783,10 +25842,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-pcm-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 17:17:56 GMT" + "lastModified": "Tue, 01 Nov 2022 19:40:21 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "1 November 2022", "links": "links/webcodecs-pcm-codec-registration.json", "refs": "refs/webcodecs-pcm-codec-registration.json", "headings": "headings/webcodecs-pcm-codec-registration.json", @@ -25834,10 +25893,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 17:21:11 GMT" + "lastModified": "Tue, 01 Nov 2022 19:43:13 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "1 November 2022", "links": "links/webcodecs-ulaw-codec-registration.json", "refs": "refs/webcodecs-ulaw-codec-registration.json", "headings": "headings/webcodecs-ulaw-codec-registration.json", @@ -25885,10 +25944,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-vorbis-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 17:05:31 GMT" + "lastModified": "Tue, 01 Nov 2022 19:26:54 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "1 November 2022", "links": "links/webcodecs-vorbis-codec-registration.json", "refs": "refs/webcodecs-vorbis-codec-registration.json", "headings": "headings/webcodecs-vorbis-codec-registration.json", @@ -25936,10 +25995,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-vp8-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 17:16:30 GMT" + "lastModified": "Tue, 01 Nov 2022 19:38:17 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "1 November 2022", "links": "links/webcodecs-vp8-codec-registration.json", "refs": "refs/webcodecs-vp8-codec-registration.json", "headings": "headings/webcodecs-vp8-codec-registration.json", @@ -25987,10 +26046,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 17:14:54 GMT" + "lastModified": "Tue, 01 Nov 2022 19:36:41 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "1 November 2022", "links": "links/webcodecs-vp9-codec-registration.json", "refs": "refs/webcodecs-vp9-codec-registration.json", "headings": "headings/webcodecs-vp9-codec-registration.json", @@ -26044,10 +26103,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 17:00:09 GMT" + "lastModified": "Tue, 01 Nov 2022 19:21:20 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "1 November 2022", "links": "links/webcodecs.json", "refs": "refs/webcodecs.json", "events": "events/webcodecs.json", @@ -26342,10 +26401,10 @@ ], "crawled": "https://www.w3.org/TR/webnn/", "crawlCacheInfo": { - "lastModified": "Mon, 24 Oct 2022 17:55:51 GMT" + "lastModified": "Fri, 04 Nov 2022 06:07:49 GMT" }, "generator": "bikeshed", - "date": "24 October 2022", + "date": "4 November 2022", "links": "links/webnn.json", "refs": "refs/webnn.json", "idl": "idl/webnn.idl", @@ -26879,10 +26938,10 @@ ], "crawled": "https://www.w3.org/TR/webxr-ar-module-1/", "crawlCacheInfo": { - "lastModified": "Tue, 26 Apr 2022 12:57:34 GMT" + "lastModified": "Wed, 02 Nov 2022 06:16:15 GMT" }, "generator": "bikeshed", - "date": "26 April 2022", + "date": "2 November 2022", "links": "links/webxr-ar-module-1.json", "refs": "refs/webxr-ar-module-1.json", "idl": "idl/webxr-ar-module.idl", @@ -27412,10 +27471,10 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 14:30:06 GMT" + "lastModified": "Wed, 02 Nov 2022 18:25:19 GMT" }, "generator": "bikeshed", - "date": "27 October 2022", + "date": "2 November 2022", "links": "links/WGSL.json", "refs": "refs/WGSL.json", "dfns": "dfns/WGSL.json", @@ -27470,10 +27529,10 @@ ], "crawled": "https://www.w3.org/TR/window-placement/", "crawlCacheInfo": { - "lastModified": "Thu, 22 Sep 2022 17:17:11 GMT" + "lastModified": "Tue, 01 Nov 2022 16:48:33 GMT" }, "generator": "bikeshed", - "date": "22 September 2022", + "date": "1 November 2022", "links": "links/window-placement.json", "refs": "refs/window-placement.json", "events": "events/window-placement.json", diff --git a/tr/links/EXT_blend_minmax.json b/tr/links/EXT_blend_minmax.json index e5b2ff762d03..09b0c13686b1 100644 --- a/tr/links/EXT_blend_minmax.json +++ b/tr/links/EXT_blend_minmax.json @@ -6,7 +6,7 @@ "links": { "http://khronos.org/": {}, "http://webgl.org/": {}, - "http://www.khronos.org/registry/gles/extensions/EXT/blend_minmax.txt": {}, + "http://www.khronos.org/registry/gles/extensions/EXT/EXT_blend_minmax.txt": {}, "http://www.khronos.org/registry/webgl/specs/1.0/": {}, "http://www.khronos.org/registry/webgl/specs/2.0/": {}, "https://www.khronos.org/webgl/public-mailing-list/": {} diff --git a/tr/links/EXT_texture_filter_anisotropic.json b/tr/links/EXT_texture_filter_anisotropic.json index ac9223fbe72e..22da273629f9 100644 --- a/tr/links/EXT_texture_filter_anisotropic.json +++ b/tr/links/EXT_texture_filter_anisotropic.json @@ -6,7 +6,7 @@ "links": { "http://khronos.org/": {}, "http://webgl.org/": {}, - "http://www.khronos.org/registry/gles/extensions/EXT/texture_filter_anisotropic.txt": {}, + "http://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_filter_anisotropic.txt": {}, "http://www.khronos.org/registry/webgl/specs/1.0/": {}, "https://www.khronos.org/webgl/public-mailing-list/": {} } diff --git a/tr/links/FedCM.json b/tr/links/FedCM.json index c584c2ad674e..36c302f1e688 100644 --- a/tr/links/FedCM.json +++ b/tr/links/FedCM.json @@ -5,9 +5,6 @@ }, "links": { "http://www.w3.org/2001/tag/doc/unsanctioned-tracking/": {}, - "http://www.w3.org/TR/referrer-policy/": { - "specShortname": "referrer-policy" - }, "http://www.w3.org/community/": {}, "https://blog.google/products/chrome/privacy-sustainability-and-the-importance-of-and/": {}, "https://blog.mozilla.org/blog/2019/09/03/todays-firefox-blocks-third-party-tracking-cookies-and-cryptomining-by-default/": {}, @@ -95,6 +92,13 @@ "https://github.com/michaelkleber/privacy-model": {}, "https://github.com/sleevi/psl-problems": {}, "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/browsers.html": { + "anchors": [ + "concept-site-same-site", + "concept-origin-opaque", + "same-origin" + ] + }, "https://html.spec.whatwg.org/multipage/dom.html": { "anchors": [ "concept-document-permissions-policy" @@ -112,10 +116,7 @@ }, "https://html.spec.whatwg.org/multipage/origin.html": { "anchors": [ - "concept-origin", - "concept-site-same-site", - "concept-origin-opaque", - "same-origin" + "concept-origin" ] }, "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html": { @@ -148,7 +149,6 @@ "list-size", "list", "string", - "list-append", "parse-json-bytes-to-an-infra-value", "string-is" ], @@ -245,11 +245,14 @@ }, "https://webidl.spec.whatwg.org/": { "anchors": [ + "idl-sequence", + "idl-USVString", + "dfn-convert-ecmascript-to-idl-value", + "idl-unsigned-long", "Exposed", "SecureContext", - "idl-USVString", - "idl-sequence", "networkerror", + "exceptiondef-typeerror", "this", "idl-promise", "idl-undefined", @@ -273,9 +276,6 @@ "header.location" ] }, - "https://www.w3.org/TR/CSP3/": { - "specShortname": "CSP3" - }, "https://www.w3.org/TR/appmanifest/": { "anchors": [ "icon-masks" diff --git a/tr/links/badging.json b/tr/links/badging.json index ccad6a488cdf..fd59c618a903 100644 --- a/tr/links/badging.json +++ b/tr/links/badging.json @@ -20,7 +20,7 @@ "https://github.com/w3c/badging/issues/61": {}, "https://github.com/w3c/badging/pull/57": {}, "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/browsers.html": { + "https://html.spec.whatwg.org/multipage/document-sequences.html": { "anchors": [ "browsing-context", "top-level-browsing-context" diff --git a/tr/links/compute-pressure.json b/tr/links/compute-pressure.json index b770988c93a6..a584e0f0ad3a 100644 --- a/tr/links/compute-pressure.json +++ b/tr/links/compute-pressure.json @@ -25,17 +25,24 @@ "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ - "fully-active", - "browsing-context", - "top-level-browsing-context", + "concept-origin", + "same-origin-domain", + "same-origin", "active-window" ] }, - "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { + "https://html.spec.whatwg.org/multipage/document-lifecycle.html": { "anchors": [ "unloading-document-cleanup-steps" ] }, + "https://html.spec.whatwg.org/multipage/document-sequences.html": { + "anchors": [ + "fully-active", + "browsing-context", + "top-level-browsing-context" + ] + }, "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": { "anchors": [ "allowed-to-use", @@ -55,11 +62,10 @@ "currently-focused-area-of-a-top-level-browsing-context" ] }, - "https://html.spec.whatwg.org/multipage/origin.html": { + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { "anchors": [ - "concept-origin", - "same-origin-domain", - "same-origin" + "concept-document-window", + "window" ] }, "https://html.spec.whatwg.org/multipage/webappapis.html": { @@ -72,12 +78,6 @@ "report-the-exception" ] }, - "https://html.spec.whatwg.org/multipage/window-object.html": { - "anchors": [ - "concept-document-window", - "window" - ] - }, "https://html.spec.whatwg.org/multipage/workers.html": { "anchors": [ "active-needed-worker", diff --git a/tr/links/core-aam-1.2.json b/tr/links/core-aam-1.2.json index c5a77c1bff89..ce96b613d5ba 100644 --- a/tr/links/core-aam-1.2.json +++ b/tr/links/core-aam-1.2.json @@ -44,6 +44,11 @@ "https://msdn.microsoft.com/en-us/library/windows/apps/ee671630.aspx": {}, "https://msdn.microsoft.com/en-us/library/windows/desktop/dd373608(v=vs.85).aspx": {}, "https://msdn.microsoft.com/en-us/library/windows/desktop/dd561898%28v=vs.85%29.aspx": {}, + "https://w3ctag.github.io/design-principles/": { + "anchors": [ + "do-not-expose-use-of-assistive-tech" + ] + }, "https://wiki.linuxfoundation.org/accessibility/iaccessible2/": {}, "https://www.rfc-editor.org/rfc/rfc2119": {}, "https://www.rfc-editor.org/rfc/rfc8174": {}, @@ -73,6 +78,12 @@ ] }, "https://www.w3.org/TR/core-aam-1.1/": {}, + "https://www.w3.org/TR/fingerprinting-guidance/": { + "anchors": [ + "active-0" + ], + "specShortname": "fingerprinting-guidance" + }, "https://www.w3.org/TR/wai-aria-1.1/": { "anchors": [ "deprecated", diff --git a/tr/links/css-anchor-1.json b/tr/links/css-anchor-1.json index 658b06546f0f..3113551bd62f 100644 --- a/tr/links/css-anchor-1.json +++ b/tr/links/css-anchor-1.json @@ -145,6 +145,7 @@ "https://drafts.csswg.org/css-values-4/": { "anchors": [ "length-value", + "typedef-dashed-ident", "mult-opt", "comb-comma", "typedef-length-percentage", diff --git a/tr/links/css-animations-2.json b/tr/links/css-animations-2.json index 5d2c64a5b97d..e41e02068f36 100644 --- a/tr/links/css-animations-2.json +++ b/tr/links/css-animations-2.json @@ -42,6 +42,7 @@ "propdef-animation-delay", "propdef-animation-play-state", "propdef-animation-name", + "animation-name", "typedef-keyframes-name", "propdef-animation-iteration-count", "propdef-animation-direction", @@ -100,6 +101,12 @@ ], "specShortname": "css-values-4" }, + "https://drafts.csswg.org/css-writing-modes-4/": { + "anchors": [ + "logical-to-physical" + ], + "specShortname": "css-writing-modes-4" + }, "https://drafts.csswg.org/cssom-1/": { "anchors": [ "resolved-value", @@ -119,16 +126,14 @@ "dom-animation-play", "dom-animation-pause", "dom-animation-reverse", - "play-state", - "paused-play-state", + "animation-play-state", "dom-animation-effect", "animationeffect", - "target-element", + "effect-target-target-element", "animation-associated-effect", "concept-animation", "animation-class", "global-animation-list", - "idle-play-state", "keyframe", "iteration-duration", "animation-effect", @@ -141,8 +146,9 @@ "composite-operation", "timeline", "documenttimeline", - "default-document-timeline", + "document-default-document-timeline", "animation-playback-events", + "animation-effect-phases-and-states", "animation-effect-before-phase", "animation-effect-idle-phase", "animation-current-time", @@ -217,6 +223,13 @@ ], "specShortname": "cssom-1" }, + "https://www.w3.org/TR/web-animations-1/": { + "anchors": [ + "paused-play-state", + "idle-play-state" + ], + "specShortname": "web-animations-1" + }, "https://www.w3.org/TR/web-animations/": { "anchors": [ "animation-type" diff --git a/tr/links/css-backgrounds-4.json b/tr/links/css-backgrounds-4.json index 3fd6ac50b7ef..1c85c1c2ddb7 100644 --- a/tr/links/css-backgrounds-4.json +++ b/tr/links/css-backgrounds-4.json @@ -30,6 +30,7 @@ "anchors": [ "propdef-background-repeat", "valdef-background-position-center", + "typedef-box", "propdef-border-width", "propdef-border-style" ], @@ -38,10 +39,20 @@ "https://drafts.csswg.org/css-backgrounds/": { "specShortname": "css-backgrounds-3" }, - "https://drafts.csswg.org/css-color-3/": { + "https://drafts.csswg.org/css-box-4/": { "anchors": [ - "valuea-def-color" - ] + "padding-edge" + ], + "specShortname": "css-box-4" + }, + "https://drafts.csswg.org/css-color-4/": { + "anchors": [ + "typedef-color" + ], + "specShortname": "css-color-4" + }, + "https://drafts.csswg.org/css-color/": { + "specShortname": "css-color-4" }, "https://drafts.csswg.org/css-easing/": { "anchors": [ @@ -51,6 +62,7 @@ }, "https://drafts.csswg.org/css-grid-2/": { "anchors": [ + "typedef-flex", "valdef-flex-fr" ], "specShortname": "css-grid-2" @@ -58,6 +70,12 @@ "https://drafts.csswg.org/css-grid/": { "specShortname": "css-grid-2" }, + "https://drafts.csswg.org/css-images-4/": { + "anchors": [ + "typedef-1d-image" + ], + "specShortname": "css-images-4" + }, "https://drafts.csswg.org/css-text-4/": { "anchors": [ "valdef-text-space-collapse-collapse" @@ -120,11 +138,6 @@ "specShortname": "css-values-4" }, "https://www.w3.org/TR/css3-background/": {}, - "https://www.w3.org/TR/css3-transitions/": { - "anchors": [ - "animtype-color" - ] - }, "https://www.w3.org/TR/cssom/": { "anchors": [ "serializing-css-values" diff --git a/tr/links/css-box-3.json b/tr/links/css-box-3.json index 1afdccbe3f1b..37332d6a2bc7 100644 --- a/tr/links/css-box-3.json +++ b/tr/links/css-box-3.json @@ -4,6 +4,7 @@ "url": "https://www.w3.org/TR/css-box-3/" }, "links": { + "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://dom.spec.whatwg.org/": { "anchors": [ "concept-document-tree" @@ -14,11 +15,9 @@ "https://lists.w3.org/Archives/Public/public-css-archive/": {}, "https://lists.w3.org/Archives/Public/public-css-testsuite": {}, "https://lists.w3.org/Archives/Public/www-style/": {}, - "https://tools.ietf.org/html/rfc2119": {}, - "https://www.w3.org/2004/01/pp-impl/32061/status": {}, - "https://www.w3.org/2020/Process-20200915/": { + "https://www.w3.org/2021/Process-20211102/": { "anchors": [ - "dfn-wide-review" + "recs-and-notes" ] }, "https://www.w3.org/Consortium/Patent-Policy-20200915/": { @@ -27,7 +26,6 @@ "sec-Disclosure" ] }, - "https://www.w3.org/Style/CSS/": {}, "https://www.w3.org/Style/CSS/Test/": {}, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/2018/WD-css3-box-20180731/": {}, @@ -99,16 +97,17 @@ ], "specShortname": "css-break-4" }, - "https://www.w3.org/TR/css-cascade-4/": { + "https://www.w3.org/TR/css-cascade-5/": { "anchors": [ "longhand", "shorthand-property" ], - "specShortname": "css-cascade-4" + "specShortname": "css-cascade-5" }, "https://www.w3.org/TR/css-cascade/": { "anchors": [ "initial-values", + "applies-to", "inherited-property", "computed" ], @@ -121,6 +120,7 @@ "box-tree", "replaced-element", "containing-block", + "block-layout", "internal-table-element" ], "specShortname": "css-display-3" @@ -178,8 +178,8 @@ "https://www.w3.org/TR/css-values-4/": { "anchors": [ "css-wide-keywords", - "typedef-length-percentage", "comb-one", + "typedef-length-percentage", "mult-num-range" ], "specShortname": "css-values-4" @@ -200,11 +200,19 @@ ], "specShortname": "css-writing-modes-4" }, + "https://www.w3.org/TR/cssom/": { + "anchors": [ + "serializing-css-values" + ], + "specShortname": "cssom-1" + }, "https://www.w3.org/TR/web-animations/": { "anchors": [ "animation-type" ], "specShortname": "web-animations-1" - } + }, + "https://www.w3.org/groups/wg/css": {}, + "https://www.w3.org/groups/wg/css/ipr": {} } } \ No newline at end of file diff --git a/tr/links/css-box-4.json b/tr/links/css-box-4.json index 2fbf2b8d2fa2..d9ce0b5f6947 100644 --- a/tr/links/css-box-4.json +++ b/tr/links/css-box-4.json @@ -4,49 +4,43 @@ "url": "https://www.w3.org/TR/css-box-4/" }, "links": { + "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://dom.spec.whatwg.org/": { "anchors": [ "concept-document-tree" ], "specShortname": "dom" }, - "https://drafts.csswg.org/css-cascade/": { + "https://drafts.csswg.org/css-flexbox-1/": { "anchors": [ - "initial-values", - "inherited-property", - "computed" - ], - "specShortname": "css-cascade-4" - }, - "https://drafts.csswg.org/css-values/": { - "anchors": [ - "value-defs", - "percentages" + "collapsed-flex-item" ], - "specShortname": "css-values-4" + "specShortname": "css-flexbox-1" }, - "https://drafts.csswg.org/web-animations/": { + "https://drafts.csswg.org/css-grid-2/": { "anchors": [ - "animation-type" + "collapsed-grid-track" ], - "specShortname": "web-animations-1" + "specShortname": "css-grid-2" }, "https://github.com/w3c/csswg-drafts/issues": {}, + "https://github.com/w3c/csswg-drafts/issues/3256": {}, "https://github.com/w3c/csswg-drafts/issues/3314": {}, + "https://github.com/w3c/csswg-drafts/issues/6922": {}, "https://lists.w3.org/Archives/Public/public-css-archive/": {}, "https://lists.w3.org/Archives/Public/public-css-testsuite": {}, "https://lists.w3.org/Archives/Public/www-style/": {}, - "https://tools.ietf.org/html/rfc2119": {}, - "https://www.w3.org/2004/01/pp-impl/32061/status": {}, - "https://www.w3.org/2019/Process-20190301/": {}, - "https://www.w3.org/Consortium/Patent-Policy/": { + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy-20200915/": { "anchors": [ "def-essential", "sec-Disclosure" - ], - "specShortname": "w3c-patent-policy" + ] }, - "https://www.w3.org/Style/CSS/": {}, "https://www.w3.org/Style/CSS/Test/": {}, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/2018/WD-css3-box-20180731/": {}, @@ -54,13 +48,11 @@ "anchors": [ "future-proofing", "unstable", - "proprietary-extension", - "vendor-prefix" + "proprietary-extension" ], "specShortname": "CSS22" }, "https://www.w3.org/TR/CSS2": {}, - "https://www.w3.org/TR/CSS2/": {}, "https://www.w3.org/TR/CSS2/about.html": { "anchors": [ "property-defs" @@ -71,17 +63,40 @@ "collapsing-margins" ] }, - "https://www.w3.org/TR/CSS2/conform.html": { + "https://www.w3.org/TR/CSS21/": { + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/conform.html": { "anchors": [ "style-sheet", "user-agent", "ignore" - ] + ], + "specShortname": "CSS21" }, "https://www.w3.org/TR/SVG2/": { "specShortname": "SVG2" }, + "https://www.w3.org/TR/SVG2/coords.html": { + "anchors": [ + "TermCanvas", + "TermObjectBoundingBox", + "TermStrokeBoundingBox", + "TermSVGViewport" + ], + "specShortname": "SVG2" + }, + "https://www.w3.org/TR/css-align-3/": { + "specShortname": "css-align-3" + }, "https://www.w3.org/TR/css-backgrounds-3/": { + "anchors": [ + "propdef-border", + "propdef-background", + "propdef-background-clip", + "propdef-background-origin", + "borders" + ], "specShortname": "css-backgrounds-3" }, "https://www.w3.org/TR/css-box-3/": { @@ -104,14 +119,21 @@ ], "specShortname": "css-break-4" }, - "https://www.w3.org/TR/css-cascade-4/": { + "https://www.w3.org/TR/css-cascade-5/": { "anchors": [ "shorthand-property", - "longhand" + "longhand", + "computed-value" ], - "specShortname": "css-cascade-4" + "specShortname": "css-cascade-5" }, "https://www.w3.org/TR/css-cascade/": { + "anchors": [ + "initial-values", + "applies-to", + "inherited-property", + "computed" + ], "specShortname": "css-cascade-4" }, "https://www.w3.org/TR/css-display-3/": { @@ -121,6 +143,7 @@ "box-tree", "replaced-element", "containing-block", + "block-layout", "internal-table-element", "block-container", "block-formatting-context-root" @@ -132,7 +155,12 @@ }, "https://www.w3.org/TR/css-flexbox-1/": { "anchors": [ - "flex-container" + "flex-container", + "visibility-collapse", + "flex-item", + "flex-line", + "main-axis", + "cross-axis" ], "specShortname": "css-flexbox-1" }, @@ -141,9 +169,17 @@ }, "https://www.w3.org/TR/css-grid-1/": { "anchors": [ - "grid-container" + "auto-repeat" ] }, + "https://www.w3.org/TR/css-grid-2/": { + "anchors": [ + "grid-container", + "grid-item", + "grid-track" + ], + "specShortname": "css-grid-2" + }, "https://www.w3.org/TR/css-grid/": { "specShortname": "css-grid-2" }, @@ -156,6 +192,9 @@ "specShortname": "css-logical-1" }, "https://www.w3.org/TR/css-multicol-1/": { + "anchors": [ + "multi-column-container" + ], "specShortname": "css-multicol-1" }, "https://www.w3.org/TR/css-position/": { @@ -168,6 +207,13 @@ ], "specShortname": "css-pseudo-4" }, + "https://www.w3.org/TR/css-ruby-1/": { + "anchors": [ + "ruby-base-container-box", + "ruby-annotation-container-box" + ], + "specShortname": "css-ruby-1" + }, "https://www.w3.org/TR/css-sizing-3/": { "anchors": [ "sizing-property", @@ -194,9 +240,17 @@ "https://www.w3.org/TR/css-values-4/": { "anchors": [ "css-wide-keywords", - "typedef-length-percentage", "comb-one", - "mult-num-range" + "typedef-length-percentage", + "mult-num-range", + "comb-any" + ], + "specShortname": "css-values-4" + }, + "https://www.w3.org/TR/css-values/": { + "anchors": [ + "value-defs", + "percentages" ], "specShortname": "css-values-4" }, @@ -215,27 +269,19 @@ ], "specShortname": "css-writing-modes-4" }, - "https://www.w3.org/TR/css3-background/": { + "https://www.w3.org/TR/cssom/": { "anchors": [ - "propdef-border", - "propdef-background", - "propdef-background-clip", - "propdef-background-origin", - "borders" - ] + "serializing-css-values" + ], + "specShortname": "cssom-1" }, - "https://www.w3.org/TR/css3-multicol/": { + "https://www.w3.org/TR/web-animations/": { "anchors": [ - "multi-column-container" - ] + "animation-type" + ], + "specShortname": "web-animations-1" }, - "https://www.w3.org/TR/svg2/coords.html": { - "anchors": [ - "TermCanvas", - "TermObjectBoundingBox", - "TermStrokeBoundingBox", - "TermSVGViewport" - ] - } + "https://www.w3.org/groups/wg/css": {}, + "https://www.w3.org/groups/wg/css/ipr": {} } } \ No newline at end of file diff --git a/tr/links/css-color-4.json b/tr/links/css-color-4.json index d7cbd94952f8..e09089688570 100644 --- a/tr/links/css-color-4.json +++ b/tr/links/css-color-4.json @@ -32,17 +32,13 @@ "http://wpt.live/css/css-color/color-001.html": {}, "http://wpt.live/css/css-color/color-002.html": {}, "http://wpt.live/css/css-color/color-003.html": {}, - "http://wpt.live/css/css-color/color-function-parsing.html": {}, "http://wpt.live/css/css-color/color-initial-canvastext.html": {}, "http://wpt.live/css/css-color/color-mix-percents-01.html": {}, "http://wpt.live/css/css-color/color-mix-percents-02.html": {}, - "http://wpt.live/css/css-color/color-resolving-hsl.html": {}, - "http://wpt.live/css/css-color/color-resolving-hwb.html": {}, - "http://wpt.live/css/css-color/color-resolving-keywords.html": {}, - "http://wpt.live/css/css-color/color-resolving.html": {}, "http://wpt.live/css/css-color/composited-filters-under-opacity.html": {}, "http://wpt.live/css/css-color/currentcolor-001.html": {}, "http://wpt.live/css/css-color/currentcolor-002.html": {}, + "http://wpt.live/css/css-color/currentcolor-003.html": {}, "http://wpt.live/css/css-color/deprecated-sameas-001.html": {}, "http://wpt.live/css/css-color/deprecated-sameas-002.html": {}, "http://wpt.live/css/css-color/deprecated-sameas-003.html": {}, @@ -138,13 +134,32 @@ "http://wpt.live/css/css-color/oklch-009.html": {}, "http://wpt.live/css/css-color/oklch-010.html": {}, "http://wpt.live/css/css-color/opacity-overlapping-letters.html": {}, + "http://wpt.live/css/css-color/parsing/color-computed-color-function.html": {}, + "http://wpt.live/css/css-color/parsing/color-computed-hex-color.html": {}, + "http://wpt.live/css/css-color/parsing/color-computed-hsl.html": {}, + "http://wpt.live/css/css-color/parsing/color-computed-hwb.html": {}, + "http://wpt.live/css/css-color/parsing/color-computed-lab.html": {}, + "http://wpt.live/css/css-color/parsing/color-computed-named-color.html": {}, + "http://wpt.live/css/css-color/parsing/color-computed-rgb.html": {}, "http://wpt.live/css/css-color/parsing/color-computed.html": {}, + "http://wpt.live/css/css-color/parsing/color-invalid-color-function.html": {}, + "http://wpt.live/css/css-color/parsing/color-invalid-hex-color.html": {}, + "http://wpt.live/css/css-color/parsing/color-invalid-hsl.html": {}, + "http://wpt.live/css/css-color/parsing/color-invalid-hwb.html": {}, + "http://wpt.live/css/css-color/parsing/color-invalid-lab.html": {}, + "http://wpt.live/css/css-color/parsing/color-invalid-named-color.html": {}, + "http://wpt.live/css/css-color/parsing/color-invalid-rgb.html": {}, "http://wpt.live/css/css-color/parsing/color-invalid.html": {}, + "http://wpt.live/css/css-color/parsing/color-valid-color-function.html": {}, + "http://wpt.live/css/css-color/parsing/color-valid-hsl.html": {}, + "http://wpt.live/css/css-color/parsing/color-valid-hwb.html": {}, + "http://wpt.live/css/css-color/parsing/color-valid-lab.html": {}, + "http://wpt.live/css/css-color/parsing/color-valid-rgb.html": {}, + "http://wpt.live/css/css-color/parsing/color-valid-system-color.html": {}, "http://wpt.live/css/css-color/parsing/color-valid.html": {}, "http://wpt.live/css/css-color/parsing/opacity-computed.html": {}, "http://wpt.live/css/css-color/parsing/opacity-invalid.html": {}, "http://wpt.live/css/css-color/parsing/opacity-valid.html": {}, - "http://wpt.live/css/css-color/parsing/system-color-valid.html": {}, "http://wpt.live/css/css-color/predefined-001.html": {}, "http://wpt.live/css/css-color/predefined-002.html": {}, "http://wpt.live/css/css-color/predefined-005.html": {}, @@ -174,7 +189,6 @@ "http://wpt.live/css/css-color/rgb-006.html": {}, "http://wpt.live/css/css-color/rgb-007.html": {}, "http://wpt.live/css/css-color/rgb-008.html": {}, - "http://wpt.live/css/css-color/rgb-rounding-001.html": {}, "http://wpt.live/css/css-color/rgba-001.html": {}, "http://wpt.live/css/css-color/rgba-002.html": {}, "http://wpt.live/css/css-color/rgba-003.html": {}, @@ -211,6 +225,9 @@ "http://wpt.live/css/css-color/xyz-d65-003.html": {}, "http://wpt.live/css/css-color/xyz-d65-004.html": {}, "http://wpt.live/css/css-color/xyz-d65-005.html": {}, + "http://wpt.live/css/css-images/parsing/gradient-interpolation-method-computed.html": {}, + "http://wpt.live/css/css-images/parsing/gradient-interpolation-method-invalid.html": {}, + "http://wpt.live/css/css-images/parsing/gradient-interpolation-method-valid.html": {}, "http://wpt.live/css/css-transitions/animations/color-transition-premultiplied.html": {}, "http://www.cie.co.at/publications/colorimetry-4th-edition": {}, "http://www.color.org/specification/ICC1v43_2010-12.pdf": {}, @@ -283,17 +300,13 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-002.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-003.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-function-parsing.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-initial-canvastext.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-mix-percents-01.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-mix-percents-02.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-resolving-hsl.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-resolving-hwb.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-resolving-keywords.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-resolving.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/composited-filters-under-opacity.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/currentcolor-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/currentcolor-002.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/currentcolor-003.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/deprecated-sameas-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/deprecated-sameas-002.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/deprecated-sameas-003.html": {}, @@ -389,13 +402,32 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklch-009.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklch-010.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/opacity-overlapping-letters.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-color-function.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-hex-color.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-hsl.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-hwb.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-lab.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-named-color.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-rgb.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-invalid-color-function.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-invalid-hex-color.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-invalid-hsl.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-invalid-hwb.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-invalid-lab.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-invalid-named-color.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-invalid-rgb.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-invalid.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid-color-function.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid-hsl.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid-hwb.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid-lab.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid-rgb.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid-system-color.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/opacity-computed.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/opacity-invalid.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/opacity-valid.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/system-color-valid.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/predefined-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/predefined-002.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/predefined-005.html": {}, @@ -425,7 +457,6 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgb-006.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgb-007.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgb-008.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgb-rounding-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgba-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgba-002.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgba-003.html": {}, @@ -462,6 +493,9 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/xyz-d65-003.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/xyz-d65-004.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/xyz-d65-005.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/parsing/gradient-interpolation-method-computed.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/parsing/gradient-interpolation-method-invalid.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/parsing/gradient-interpolation-method-valid.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-transitions/animations/color-transition-premultiplied.html": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/text-level-semantics.html": { @@ -510,17 +544,13 @@ "https://wpt.fyi/results/css/css-color/color-001.html": {}, "https://wpt.fyi/results/css/css-color/color-002.html": {}, "https://wpt.fyi/results/css/css-color/color-003.html": {}, - "https://wpt.fyi/results/css/css-color/color-function-parsing.html": {}, "https://wpt.fyi/results/css/css-color/color-initial-canvastext.html": {}, "https://wpt.fyi/results/css/css-color/color-mix-percents-01.html": {}, "https://wpt.fyi/results/css/css-color/color-mix-percents-02.html": {}, - "https://wpt.fyi/results/css/css-color/color-resolving-hsl.html": {}, - "https://wpt.fyi/results/css/css-color/color-resolving-hwb.html": {}, - "https://wpt.fyi/results/css/css-color/color-resolving-keywords.html": {}, - "https://wpt.fyi/results/css/css-color/color-resolving.html": {}, "https://wpt.fyi/results/css/css-color/composited-filters-under-opacity.html": {}, "https://wpt.fyi/results/css/css-color/currentcolor-001.html": {}, "https://wpt.fyi/results/css/css-color/currentcolor-002.html": {}, + "https://wpt.fyi/results/css/css-color/currentcolor-003.html": {}, "https://wpt.fyi/results/css/css-color/deprecated-sameas-001.html": {}, "https://wpt.fyi/results/css/css-color/deprecated-sameas-002.html": {}, "https://wpt.fyi/results/css/css-color/deprecated-sameas-003.html": {}, @@ -616,13 +646,32 @@ "https://wpt.fyi/results/css/css-color/oklch-009.html": {}, "https://wpt.fyi/results/css/css-color/oklch-010.html": {}, "https://wpt.fyi/results/css/css-color/opacity-overlapping-letters.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-computed-color-function.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-computed-hex-color.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-computed-hsl.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-computed-hwb.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-computed-lab.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-computed-named-color.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-computed-rgb.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-computed.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-invalid-color-function.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-invalid-hex-color.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-invalid-hsl.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-invalid-hwb.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-invalid-lab.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-invalid-named-color.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-invalid-rgb.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-invalid.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-valid-color-function.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-valid-hsl.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-valid-hwb.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-valid-lab.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-valid-rgb.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-valid-system-color.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-valid.html": {}, "https://wpt.fyi/results/css/css-color/parsing/opacity-computed.html": {}, "https://wpt.fyi/results/css/css-color/parsing/opacity-invalid.html": {}, "https://wpt.fyi/results/css/css-color/parsing/opacity-valid.html": {}, - "https://wpt.fyi/results/css/css-color/parsing/system-color-valid.html": {}, "https://wpt.fyi/results/css/css-color/predefined-001.html": {}, "https://wpt.fyi/results/css/css-color/predefined-002.html": {}, "https://wpt.fyi/results/css/css-color/predefined-005.html": {}, @@ -652,7 +701,6 @@ "https://wpt.fyi/results/css/css-color/rgb-006.html": {}, "https://wpt.fyi/results/css/css-color/rgb-007.html": {}, "https://wpt.fyi/results/css/css-color/rgb-008.html": {}, - "https://wpt.fyi/results/css/css-color/rgb-rounding-001.html": {}, "https://wpt.fyi/results/css/css-color/rgba-001.html": {}, "https://wpt.fyi/results/css/css-color/rgba-002.html": {}, "https://wpt.fyi/results/css/css-color/rgba-003.html": {}, @@ -689,6 +737,9 @@ "https://wpt.fyi/results/css/css-color/xyz-d65-003.html": {}, "https://wpt.fyi/results/css/css-color/xyz-d65-004.html": {}, "https://wpt.fyi/results/css/css-color/xyz-d65-005.html": {}, + "https://wpt.fyi/results/css/css-images/parsing/gradient-interpolation-method-computed.html": {}, + "https://wpt.fyi/results/css/css-images/parsing/gradient-interpolation-method-invalid.html": {}, + "https://wpt.fyi/results/css/css-images/parsing/gradient-interpolation-method-valid.html": {}, "https://wpt.fyi/results/css/css-transitions/animations/color-transition-premultiplied.html": {}, "https://www.color.org/chardata/rgb/DisplayP3.xalter": {}, "https://www.color.org/chardata/rgb/rommrgb.xalter": {}, @@ -699,8 +750,7 @@ "https://www.scratchapixel.com/lessons/mathematics-physics-for-computer-graphics/geometry/row-major-vs-column-major-vector": {}, "https://www.w3.org/2021/Process-20211102/": { "anchors": [ - "recs-and-notes", - "dfn-wide-review" + "recs-and-notes" ] }, "https://www.w3.org/Consortium/Patent-Policy-20200915/": { @@ -709,12 +759,6 @@ "sec-Disclosure" ] }, - "https://www.w3.org/Consortium/Patent-Policy/": { - "anchors": [ - "sec-Requirements" - ], - "specShortname": "w3c-patent-policy" - }, "https://www.w3.org/Graphics/JPEG/jfif3.pdf": {}, "https://www.w3.org/Style/CSS/Test/": {}, "https://www.w3.org/TR/": {}, @@ -723,6 +767,7 @@ "https://www.w3.org/TR/2020/WD-css-color-4-20201112/": {}, "https://www.w3.org/TR/2021/WD-css-color-4-20210601/": {}, "https://www.w3.org/TR/2021/WD-css-color-4-20211215/": {}, + "https://www.w3.org/TR/2022/CR-css-color-4-20220705/": {}, "https://www.w3.org/TR/2022/WD-css-color-4-20220428/": {}, "https://www.w3.org/TR/2022/WD-css-color-4-20220628/": {}, "https://www.w3.org/TR/CSS/": { @@ -821,8 +866,8 @@ "https://www.w3.org/TR/css-cascade-5/": { "anchors": [ "used-value", - "specified-value", "computed-value", + "specified-value", "inherited-value" ], "specShortname": "css-cascade-5" @@ -843,7 +888,6 @@ }, "https://www.w3.org/TR/css-color-5/": { "anchors": [ - "funcdef-device-cmyk", "funcdef-color-mix" ], "specShortname": "css-color-5" @@ -860,7 +904,8 @@ }, "https://www.w3.org/TR/css-images-4/": { "anchors": [ - "typedef-gradient" + "typedef-gradient", + "linear-gradients" ], "specShortname": "css-images-4" }, @@ -900,18 +945,18 @@ "https://www.w3.org/TR/css-values-4/": { "anchors": [ "css-wide-keywords", + "functional-notation", "comb-one", "number-value", - "angle-value", "percentage-value", - "integer-value", + "angle-value", "mult-num", "mult-opt", "mult-comma", "comb-comma", "typedef-ident", "css-keyword", - "functional-notation" + "integer-value" ], "specShortname": "css-values-4" }, diff --git a/tr/links/css-env-1.json b/tr/links/css-env-1.json index c49a313ff4e2..2239561ecbb5 100644 --- a/tr/links/css-env-1.json +++ b/tr/links/css-env-1.json @@ -65,7 +65,8 @@ }, "https://drafts.csswg.org/css-variables-1/": { "anchors": [ - "invalid-at-computed-value-time" + "invalid-at-computed-value-time", + "variables-in-shorthands" ], "specShortname": "css-variables-1" }, diff --git a/tr/links/css-extensions-1.json b/tr/links/css-extensions-1.json index e541094a25a7..a657e324468d 100644 --- a/tr/links/css-extensions-1.json +++ b/tr/links/css-extensions-1.json @@ -24,10 +24,11 @@ "specShortname": "CSS21" }, "https://datatracker.ietf.org/doc/html/rfc2119": {}, - "https://drafts.csswg.org/css-color-3/": { + "https://drafts.csswg.org/css-color-4/": { "anchors": [ - "valuea-def-color" - ] + "typedef-color" + ], + "specShortname": "css-color-4" }, "https://drafts.csswg.org/css-color-5/": { "anchors": [ @@ -35,6 +36,9 @@ ], "specShortname": "css-color-5" }, + "https://drafts.csswg.org/css-color/": { + "specShortname": "css-color-4" + }, "https://drafts.csswg.org/css-syntax-3/": { "anchors": [ "typedef-ident-token", diff --git a/tr/links/css-transitions-2.json b/tr/links/css-transitions-2.json index 5ee0871e210f..00a17daa21dd 100644 --- a/tr/links/css-transitions-2.json +++ b/tr/links/css-transitions-2.json @@ -102,6 +102,7 @@ "anchors": [ "iteration-duration", "animation-effect", + "time-transformations", "transformed-progress", "start-delay", "cancel-an-animation", @@ -109,7 +110,7 @@ "concept-animation", "animation-class", "global-animation-list", - "idle-play-state", + "applying-the-composited-result", "animation-playback-events", "animation-frame", "animation-associated-effect", @@ -117,6 +118,7 @@ "animation-current-time", "pending-play-task", "pending-pause-task", + "animation-effect-phases-and-states", "active-duration", "associated-effect-end", "current-iteration", @@ -158,6 +160,12 @@ "https://www.w3.org/2021/Process-20211102/": {}, "https://www.w3.org/TR/CSS/": { "specShortname": "CSS22" + }, + "https://www.w3.org/TR/web-animations-1/": { + "anchors": [ + "idle-play-state" + ], + "specShortname": "web-animations-1" } } } \ No newline at end of file diff --git a/tr/links/css-values-5.json b/tr/links/css-values-5.json index f003ab8a30bc..67be2bfd5025 100644 --- a/tr/links/css-values-5.json +++ b/tr/links/css-values-5.json @@ -54,21 +54,23 @@ ], "specShortname": "css-cascade-5" }, - "https://drafts.csswg.org/css-color-3/": { - "anchors": [ - "valuea-def-color" - ] - }, "https://drafts.csswg.org/css-color-4/": { "anchors": [ "typedef-hex-color", - "named-color" + "named-color", + "typedef-color" ], "specShortname": "css-color-4" }, "https://drafts.csswg.org/css-color/": { "specShortname": "css-color-4" }, + "https://drafts.csswg.org/css-grid-2/": { + "anchors": [ + "typedef-flex" + ], + "specShortname": "css-grid-2" + }, "https://drafts.csswg.org/css-sizing-3/": { "anchors": [ "propdef-width" diff --git a/tr/links/css-variables-2.json b/tr/links/css-variables-2.json index 3852eef98c4b..5a65c863eb31 100644 --- a/tr/links/css-variables-2.json +++ b/tr/links/css-variables-2.json @@ -281,6 +281,12 @@ ], "specShortname": "css-box-4" }, + "https://drafts.csswg.org/css-cascade-4/": { + "anchors": [ + "defaulting-keywords" + ], + "specShortname": "css-cascade-4" + }, "https://drafts.csswg.org/css-cascade-5/": { "anchors": [ "propdef-all", @@ -338,7 +344,8 @@ "tokendef-close-square", "tokendef-close-curly", "typedef-semicolon-token", - "typedef-delim-token" + "typedef-delim-token", + "tokenization" ], "specShortname": "css-syntax-3" }, @@ -352,6 +359,7 @@ "anchors": [ "css-wide-keywords", "mult-opt", + "typedef-dashed-ident", "css-css-identifier", "em", "comb-comma", diff --git a/tr/links/css-view-transitions-1.json b/tr/links/css-view-transitions-1.json index 518e7aa08742..39ddef8ed85b 100644 --- a/tr/links/css-view-transitions-1.json +++ b/tr/links/css-view-transitions-1.json @@ -1,7 +1,7 @@ { "spec": { "title": "CSS View Transitions Module Level 1", - "url": "https://drafts.csswg.org/css-view-transitions-1/" + "url": "https://www.w3.org/TR/css-view-transitions-1/" }, "links": { "https://datatracker.ietf.org/doc/html/rfc2119": {}, diff --git a/tr/links/ecma-402.json b/tr/links/ecma-402.json index fc6455f74177..9d315564f5f0 100644 --- a/tr/links/ecma-402.json +++ b/tr/links/ecma-402.json @@ -56,6 +56,7 @@ "assert", "sec-keywords-and-reserved-words", "host-environment", + "sec-defaulttimezone", "sec-stringindexof", "sec-ecmascript-standard-built-in-objects", "sec-global-object", @@ -72,9 +73,9 @@ "sec-get-o-p", "sec-tostring", "sec-hasproperty", - "number-value", "string-concatenation", "sec-samevalue", + "pattern-matcher", "sec-ordinaryobjectcreate", "sec-object-type", "sec-ecmascript-language-types", @@ -90,9 +91,9 @@ "surrogate-pair", "consistent-comparator", "sec-createdatapropertyorthrow", + "sec-ecmascript-language-types-boolean-type", "sec-ordinaryhasinstance", "sec-definepropertyorthrow", - "sec-notation", "sec-call", "property-name", "eqn-max", @@ -103,24 +104,26 @@ "eqn-modulo", "sec-arraycreate", "sec-createdataproperty", - "sec-local-time-zone-adjustment", + "sec-getnamedtimezoneoffsetnanoseconds", "sec-week-day", - "sec-year-number", - "sec-month-number", + "eqn-YearFromTime", + "eqn-MonthFromTime", "sec-date-number", - "sec-hours-minutes-second-and-milliseconds", + "eqn-HourFromTime", + "eqn-MinFromTime", + "eqn-SecFromTime", + "eqn-msFromTime", "sec-getiterator", "sec-iteratorstep", "sec-iteratorvalue", "sec-throwcompletion", "sec-iteratorclose", "sec-tonumeric", - "%E2%84%9D", - "mathematical-value", + "mathematical-value-of", + "finite", "eqn-abs", "sec-tointegerorinfinity", "sec-createiterresultobject", - "%F0%9D%94%BD", "sec-string.prototype.localecompare", "sec-requireobjectcoercible", "sec-string.prototype.tolocalelowercase", diff --git a/tr/links/epub-33.json b/tr/links/epub-33.json index 0f10a5ac2adf..8a56be542868 100644 --- a/tr/links/epub-33.json +++ b/tr/links/epub-33.json @@ -172,6 +172,7 @@ "https://github.com/w3c/epub-specs/issues/2438": {}, "https://github.com/w3c/epub-specs/issues/2442": {}, "https://github.com/w3c/epub-specs/issues/2458": {}, + "https://github.com/w3c/epub-specs/issues/2461": {}, "https://github.com/w3c/epub-specs/issues/645": {}, "https://github.com/w3c/epub-specs/issues/808": {}, "https://github.com/w3c/epub-specs/issues/976": {}, @@ -197,20 +198,21 @@ "microdata", "the-body-element", "svg-0", + "origin", "the-h1,-h2,-h3,-h4,-h5,-and-h6-elements", "dom-document-cookie", "webstorage", "link-type-alternate" ] }, - "https://html.spec.whatwg.org/multipage/browsers.html": { + "https://html.spec.whatwg.org/multipage/canvas.html": { "anchors": [ - "top-level-browsing-context" + "canvas" ] }, - "https://html.spec.whatwg.org/multipage/canvas.html": { + "https://html.spec.whatwg.org/multipage/document-sequences.html": { "anchors": [ - "canvas" + "top-level-browsing-context" ] }, "https://html.spec.whatwg.org/multipage/dom.html": { @@ -279,11 +281,6 @@ "video" ] }, - "https://html.spec.whatwg.org/multipage/origin.html": { - "anchors": [ - "concept-origin" - ] - }, "https://html.spec.whatwg.org/multipage/scripting.html": { "anchors": [ "script" diff --git a/tr/links/epub-rs-33.json b/tr/links/epub-rs-33.json index 83ccf9b08467..70327113a1fc 100644 --- a/tr/links/epub-rs-33.json +++ b/tr/links/epub-rs-33.json @@ -87,6 +87,7 @@ "https://github.com/w3c/epub-specs/pull/2343": {}, "https://html.spec.whatwg.org/multipage/": { "anchors": [ + "origin", "encoding-microdata", "json", "rendering", @@ -113,11 +114,6 @@ "the-object-element" ] }, - "https://html.spec.whatwg.org/multipage/origin.html": { - "anchors": [ - "concept-origin" - ] - }, "https://html.spec.whatwg.org/multipage/system-state.html": { "anchors": [ "navigator" @@ -151,6 +147,7 @@ "concept-url-scheme", "concept-url-parser", "concept-base-url", + "origin", "url-fragment-string", "path-relative-scheme-less-url-string", "url-scheme-string", diff --git a/tr/links/filter-effects-2.json b/tr/links/filter-effects-2.json index 892ad29b1196..38e41f2bcc7a 100644 --- a/tr/links/filter-effects-2.json +++ b/tr/links/filter-effects-2.json @@ -53,7 +53,8 @@ "typedef-filter-value-list", "elementdef-filter", "blurEquivalent", - "propdef-filter" + "propdef-filter", + "tainted-filter-primitives" ], "specShortname": "filter-effects-1" }, @@ -66,9 +67,9 @@ "https://github.com/w3c/fxtf-drafts/issues": {}, "https://github.com/w3c/fxtf-drafts/issues/53": {}, "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/browsers.html": { + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { "anchors": [ - "browsing-context" + "window-bc" ] }, "https://lists.w3.org/Archives/Public/public-fxtf-archive/": {}, diff --git a/tr/links/fs.json b/tr/links/fs.json index 8e240aec26fe..57a3d2dd140e 100644 --- a/tr/links/fs.json +++ b/tr/links/fs.json @@ -13,14 +13,14 @@ }, "https://github.com/whatwg/fs/issues/new": {}, "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/infrastructure.html": { + "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ - "in-parallel" + "same-origin" ] }, - "https://html.spec.whatwg.org/multipage/origin.html": { + "https://html.spec.whatwg.org/multipage/infrastructure.html": { "anchors": [ - "same-origin" + "in-parallel" ] }, "https://html.spec.whatwg.org/multipage/structured-data.html": { diff --git a/tr/links/gamepad-extensions.json b/tr/links/gamepad-extensions.json index c3ea67fb5fcd..05d4ea9e6ed6 100644 --- a/tr/links/gamepad-extensions.json +++ b/tr/links/gamepad-extensions.json @@ -5,7 +5,7 @@ }, "links": { "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/window-object.html": { + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { "anchors": [ "window" ] diff --git a/tr/links/html.json b/tr/links/html.json index efde5417bead..672074dd447f 100644 --- a/tr/links/html.json +++ b/tr/links/html.json @@ -11,7 +11,6 @@ "http://www.libpng.org/pub/mng/spec/": {}, "http://www.turingarchive.org/browse.php/B/12": {}, "https://annevankesteren.nl/": {}, - "https://arxiv.org/abs/1608.05444": {}, "https://bocoup.com/": {}, "https://bugzilla.mozilla.org/show_bug.cgi?id=1733797": { "anchors": [ @@ -1818,6 +1817,7 @@ "scroll-to-the-beginning-of-the-document", "eventdef-window-resize", "eventdef-document-scroll", + "eventdef-document-scrollend", "set-up-browsing-context-features" ], "specShortname": "cssom-view-1" @@ -1963,18 +1963,18 @@ "concept-header-extract-mime-type", "legacy-extract-an-encoding", "concept-fetch", + "fetch-controller", + "fetch-controller-process-the-next-manual-redirect", "ok-status", "navigation-request", "concept-network-error", "concept-aborted-network-error", "http-cross-origin-resource-policy", - "process-response", "concept-header-list-get-structured-header", "concept-header-list", "concept-header-list-set", "concept-header-list-get-decode-split", - "concept-fetch-terminate", - "process-the-next-manual-redirect", + "fetch-controller-abort", "cross-origin-resource-policy-check", "requestcredentials", "requestdestination", @@ -1985,10 +1985,14 @@ "body-incrementally-read", "process-response-end-of-body", "fetch-processresponseendofbody", + "process-response", + "fetch-useparallelqueue", "fetch-processearlyhintsresponse", "concept-connection-pool", "concept-connection-obtain", "determine-the-network-partition-key", + "extract-full-timing-info", + "byte-sequence-as-a-body", "concept-response", "concept-response-type", "concept-response-url", @@ -1996,6 +2000,7 @@ "concept-response-status", "concept-response-header-list", "concept-response-body", + "concept-response-body-info", "concept-internal-response", "concept-response-location-url", "concept-response-timing-info", @@ -2036,6 +2041,7 @@ "concept-request-history-navigation-flag", "request-user-activation", "request-render-blocking", + "concept-request-initiator-type", "concept-request-add-range-header", "fetch-timing-info", "fetch-timing-info-start-time" @@ -2079,7 +2085,6 @@ ] }, "https://github.com/whatwg/html/issues/1013": {}, - "https://github.com/whatwg/html/issues/1130": {}, "https://github.com/whatwg/html/issues/1142": {}, "https://github.com/whatwg/html/issues/1430": {}, "https://github.com/whatwg/html/issues/1431": {}, @@ -2090,19 +2095,19 @@ "https://github.com/whatwg/html/issues/313": {}, "https://github.com/whatwg/html/issues/3183": {}, "https://github.com/whatwg/html/issues/3255": {}, - "https://github.com/whatwg/html/issues/3447": {}, "https://github.com/whatwg/html/issues/3539": {}, "https://github.com/whatwg/html/issues/4224": {}, + "https://github.com/whatwg/html/issues/4703": {}, "https://github.com/whatwg/html/issues/4723": {}, - "https://github.com/whatwg/html/issues/4782": {}, "https://github.com/whatwg/html/issues/4980": {}, - "https://github.com/whatwg/html/issues/5020": {}, - "https://github.com/whatwg/html/issues/5350": {}, - "https://github.com/whatwg/html/issues/6003": {}, + "https://github.com/whatwg/html/issues/5096": {}, + "https://github.com/whatwg/html/issues/5562": {}, + "https://github.com/whatwg/html/issues/5680": {}, "https://github.com/whatwg/html/issues/6059": {}, "https://github.com/whatwg/html/issues/6110": {}, - "https://github.com/whatwg/html/issues/6213": {}, + "https://github.com/whatwg/html/issues/6905": {}, "https://github.com/whatwg/html/issues/7363": {}, + "https://github.com/whatwg/html/issues/7832": {}, "https://github.com/whatwg/html/issues/958": {}, "https://github.com/whatwg/html/issues/968": {}, "https://github.com/whatwg/html/issues/new": {}, @@ -2206,7 +2211,6 @@ "scalar-value", "tuple", "noncharacter", - "byte-sequence", "string", "code-unit", "code-unit-prefix", @@ -2256,14 +2260,18 @@ "map-size", "map-iterate", "list-extend", + "list-prepend", "list-replace", "list-remove", "list-empty", "list-size", "list-get-the-indices", "list-is-empty", + "list-item", "list-iterate", "list-clone", + "list-sort-in-ascending-order", + "list-sort-in-descending-order", "stack", "stack-push", "stack-pop", @@ -2272,8 +2280,10 @@ "set-union", "struct", "struct-item", + "byte-sequence", "forgiving-base64-encode", "forgiving-base64-decode", + "the-exclusive-range", "parse-a-json-string-to-an-infra-value", "mathml-namespace", "svg-namespace", @@ -2330,7 +2340,7 @@ "obtain-a-storage-key-for-non-storage-purposes", "storage-key-equal", "storage-proxy-map", - "legacy-clone-a-browsing-session-storage-shed" + "legacy-clone-a-traversable-storage-shed" ], "specShortname": "storage" }, @@ -3218,6 +3228,12 @@ ], "specShortname": "webcodecs" }, + "https://w3c.github.io/webcrypto/": { + "anchors": [ + "dfn-generate-a-random-uuid" + ], + "specShortname": "WebCryptoAPI" + }, "https://w3c.github.io/webcrypto/Overview.html": { "specShortname": "WebCryptoAPI" }, @@ -3365,11 +3381,6 @@ "https://wicg.github.io/private-network-access/": { "specShortname": "private-network-access" }, - "https://wicg.github.io/uuid/": { - "anchors": [ - "dfn-generate-a-random-uuid" - ] - }, "https://wiki.mozilla.org/APNG_Specification": {}, "https://wiki.whatwg.org/": {}, "https://wiki.whatwg.org/wiki/DOM_XSLTProcessor": {}, diff --git a/tr/links/js-self-profiling.json b/tr/links/js-self-profiling.json index 3c394534de27..ffe2a0797df5 100644 --- a/tr/links/js-self-profiling.json +++ b/tr/links/js-self-profiling.json @@ -21,14 +21,14 @@ "in-parallel" ] }, - "https://html.spec.whatwg.org/multipage/webappapis.html": { + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { "anchors": [ - "classic-script" + "window" ] }, - "https://html.spec.whatwg.org/multipage/window-object.html": { + "https://html.spec.whatwg.org/multipage/webappapis.html": { "anchors": [ - "window" + "classic-script" ] }, "https://html.spec.whatwg.org/multipage/workers.html": { diff --git a/tr/links/manifest-incubations.json b/tr/links/manifest-incubations.json index 1645b60f27b5..e9ca9a0af9f8 100644 --- a/tr/links/manifest-incubations.json +++ b/tr/links/manifest-incubations.json @@ -24,14 +24,14 @@ "completely-loaded" ] }, - "https://html.spec.whatwg.org/multipage/browsers.html": { + "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { "anchors": [ - "top-level-browsing-context" + "navigate" ] }, - "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { + "https://html.spec.whatwg.org/multipage/document-sequences.html": { "anchors": [ - "navigate" + "top-level-browsing-context" ] }, "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": { @@ -44,6 +44,11 @@ "in-parallel" ] }, + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { + "anchors": [ + "window" + ] + }, "https://html.spec.whatwg.org/multipage/semantics.html": { "anchors": [ "the-html-element" @@ -67,11 +72,6 @@ "event-handler-idl-attributes" ] }, - "https://html.spec.whatwg.org/multipage/window-object.html": { - "anchors": [ - "window" - ] - }, "https://infra.spec.whatwg.org/": { "anchors": [ "list-iterate", diff --git a/tr/links/mediacapture-handle-actions.json b/tr/links/mediacapture-handle-actions.json index ef62172141cf..c7b388ff2dcd 100644 --- a/tr/links/mediacapture-handle-actions.json +++ b/tr/links/mediacapture-handle-actions.json @@ -16,13 +16,17 @@ "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ - "fully-active", - "browsing-context", - "top-level-browsing-context", "active-document", "active-window" ] }, + "https://html.spec.whatwg.org/multipage/document-sequences.html": { + "anchors": [ + "fully-active", + "browsing-context", + "top-level-browsing-context" + ] + }, "https://html.spec.whatwg.org/multipage/infrastructure.html": { "anchors": [ "in-parallel" @@ -34,15 +38,15 @@ "consume-user-activation" ] }, - "https://html.spec.whatwg.org/multipage/webappapis.html": { + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { "anchors": [ - "eventhandler", - "concept-relevant-global" + "concept-document-window" ] }, - "https://html.spec.whatwg.org/multipage/window-object.html": { + "https://html.spec.whatwg.org/multipage/webappapis.html": { "anchors": [ - "concept-document-window" + "eventhandler", + "concept-relevant-global" ] }, "https://webidl.spec.whatwg.org/": { diff --git a/tr/links/navigation-api.json b/tr/links/navigation-api.json index ba727af57ef6..bcd32e27be5a 100644 --- a/tr/links/navigation-api.json +++ b/tr/links/navigation-api.json @@ -58,73 +58,121 @@ "anchors": [ "concept-response-status", "dom-global-fetch", - "concept-request", - "concept-request-url", "fetch-scheme" ], "specShortname": "fetch" }, + "https://github.com/WICG/navigation-api/issues/221": { + "anchors": [ + "issuecomment-1082260105" + ] + }, "https://github.com/WICG/navigation-api/issues/32": {}, "https://github.com/WICG/navigation-api/issues/new": {}, "https://github.com/privacycg/storage-partitioning": {}, "https://github.com/whatwg/html/issues/5381": {}, "https://github.com/whatwg/html/issues/5548": {}, - "https://github.com/whatwg/html/issues/5767": {}, - "https://github.com/whatwg/html/issues/6356": {}, - "https://github.com/whatwg/html/issues/6927": {}, "https://github.com/whatwg/html/issues/7517": {}, "https://github.com/whatwg/html/issues/7718": {}, - "https://github.com/whatwg/html/pull/6315": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ - "browsing-context-group", - "active-document", - "fully-active", - "allowed-to-navigate", - "browsing-context", - "top-level-browsing-context", - "active-window", - "creating-a-new-browsing-context" + "concept-origin-opaque", + "same-origin", + "same-origin-domain", + "policy-container-referrer-policy" ] }, "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { "anchors": [ - "completely-loaded", + "getting-session-history-entries", + "she-url", + "she-document", + "she-document-state", + "document-state-origin", + "reactivate-a-document", + "session-history-entry", + "serialized-state", + "navigate-fragid", "navigate", "hh-replace", - "hh-default", - "hh-reload", - "history-handling-behavior", - "unload-counter", + "hh-push", "navigation-hh", - "source-browsing-context", + "allowed-to-navigate", "exceptions-enabled", - "navigation-navigationtype", - "hh-entry-update", - "update-the-session-history-with-the-new-page", - "traverse-the-history", - "unload-a-document", + "reload", + "snapshotting-source-snapshot-params", + "tn-append-session-history-traversal-steps", + "apply-the-history-step", + "she-step", + "apply-history-step-check", + "apply-history-step-source-snapshot", + "apply-history-step-initiator", + "url-and-history-update-steps", + "uhus-serializeddata", + "uhus-historyhandling", + "the-indicated-part-of-the-document", + "scroll-to-the-fragment-identifier", + "document-state-request-referrer-policy", + "finalize-a-cross-document-navigation", + "traverse-the-history-by-a-delta", + "ongoing-navigation", + "navigation-id", + "checking-if-unloading-is-user-canceled", + "get-all-navigables-whose-current-session-history-entry-will-change-or-reload", + "getting-the-target-history-entry", + "changing-nav-continuation-update-only", + "update-document-for-history-step-application", + "she-scroll-position", "restorable-scrollable-regions", "restore-persisted-state", - "stop-document-loading", - "concept-navigate-mature" + "she-scroll-restoration-mode", + "dom-scrollrestoration-auto" + ] + }, + "https://html.spec.whatwg.org/multipage/document-lifecycle.html": { + "anchors": [ + "completely-loaded", + "unload-counter", + "nav-traversal-ui", + "unload-a-document" + ] + }, + "https://html.spec.whatwg.org/multipage/document-sequences.html": { + "anchors": [ + "tn-session-history-traversal-queue", + "nav-active-history-entry", + "fully-active", + "navigable", + "node-navigable", + "nav-traversable", + "active-document", + "top-level-traversable", + "nav-window", + "nav-document", + "destroy-the-nested-navigable", + "nav-current-history-entry", + "creating-a-new-browsing-context" ] }, "https://html.spec.whatwg.org/multipage/dom.html": { "anchors": [ - "still-on-its-initial-about:blank-document", "is-initial-about:blank", "the-body-element-2" ] }, + "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html": { + "anchors": [ + "dom-document-open" + ] + }, "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html": { "anchors": [ "concept-form-submit", "entry-list", "plan-to-navigate", - "submit-body", - "implicit-submission" + "implicit-submission", + "submit-body" ] }, "https://html.spec.whatwg.org/multipage/form-elements.html": { @@ -138,28 +186,6 @@ "concept-submit-button" ] }, - "https://html.spec.whatwg.org/multipage/history.html": { - "anchors": [ - "session-history", - "browsing-session", - "she-url", - "she-document", - "current-entry", - "session-history-entry", - "dom-location-href", - "serialized-state", - "dom-location-assign", - "joint-session-history", - "can-have-its-url-rewritten", - "dom-history-pushstate", - "dom-history-state", - "she-policy-container", - "she-scroll-position", - "she-scroll-restoration-mode", - "dom-scrollrestoration-auto", - "dom-history-replacestate" - ] - }, "https://html.spec.whatwg.org/multipage/image-maps.html": { "anchors": [ "the-area-element" @@ -200,31 +226,27 @@ "https://html.spec.whatwg.org/multipage/links.html": { "anchors": [ "attr-hyperlink-download", - "following-hyperlinks-2", "downloading-hyperlinks", + "following-hyperlinks-2", "allowed-to-download", "cannot-navigate" ] }, - "https://html.spec.whatwg.org/multipage/multipage/dynamic-markup-insertion.html": { - "anchors": [ - "dom-document-open" - ] - }, - "https://html.spec.whatwg.org/multipage/multipage/iana.html": { + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { "anchors": [ - "cross-origin-opener-policy-2" - ] - }, - "https://html.spec.whatwg.org/multipage/origin.html": { - "anchors": [ - "concept-origin-opaque", - "same-origin", - "same-origin-domain", - "policy-container-referrer-policy", - "concept-origin", - "requires-storing-the-policy-container-in-history", - "determining-navigation-params-policy-container" + "window", + "window-bc", + "concept-document-window", + "window-navigable", + "dom-location-href", + "dom-location-assign", + "can-have-its-url-rewritten", + "dom-document-2", + "dom-history-pushstate", + "dom-window-stop", + "dom-history-state", + "shared-history-push/replace-state-steps", + "dom-history-replacestate" ] }, "https://html.spec.whatwg.org/multipage/sections.html": { @@ -261,6 +283,7 @@ "concept-relevant-global", "concept-relevant-realm", "queue-a-global-task", + "navigation-and-traversal-task-source", "relevant-settings-object", "event-handlers", "event-handler-event-type", @@ -283,16 +306,6 @@ "dom-sessionstorage" ] }, - "https://html.spec.whatwg.org/multipage/window-object.html": { - "anchors": [ - "window", - "window-bc", - "concept-document-window", - "dom-document-2", - "dom-window-stop", - "a-browsing-context-is-discarded" - ] - }, "https://infra.spec.whatwg.org/": { "anchors": [ "list", @@ -329,12 +342,6 @@ ], "specShortname": "url" }, - "https://w3c.github.io/hr-time/": { - "specShortname": "hr-time-3" - }, - "https://w3c.github.io/webappsec-csp/": { - "specShortname": "CSP3" - }, "https://w3c.github.io/webappsec-fetch-metadata/": { "anchors": [ "http-headerdef-sec-fetch-site" @@ -349,6 +356,12 @@ ], "specShortname": "referrer-policy" }, + "https://w3c.github.io/webcrypto/": { + "anchors": [ + "dfn-generate-a-random-uuid" + ], + "specShortname": "WebCryptoAPI" + }, "https://webidl.spec.whatwg.org/": { "anchors": [ "Replaceable", @@ -381,70 +394,6 @@ ], "specShortname": "webidl" }, - "https://whatpr.org/html/6315/browsers.html": { - "anchors": [ - "node-navigable", - "url-and-history-update-steps", - "window-navigable", - "traverse-the-history-by-a-delta", - "shared-history-push/replace-state-steps" - ] - }, - "https://whatpr.org/html/6315/browsing-the-web.html": { - "anchors": [ - "apply-the-history-step", - "the-indicated-part-of-the-document", - "scroll-to-the-fragment-identifier", - "checking-if-unloading-is-user-canceled", - "get-all-navigables-whose-current-session-history-entry-will-change-or-reload", - "getting-the-target-history-entry", - "changing-nav-continuation-update-only" - ] - }, - "https://whatpr.org/html/6315/document-sequences.html": { - "anchors": [ - "nav-traversable", - "getting-session-history-entries", - "nav-active-history-entry", - "nav-window", - "navigable", - "nav-current-history-entry" - ] - }, - "https://whatpr.org/html/6315/history.html": { - "anchors": [ - "reactivate-a-document", - "tn-session-history-traversal-queue", - "navigate-fragid", - "snapshotting-target-snapshot-params", - "tn-append-session-history-traversal-steps", - "she-step", - "apply-history-step-check", - "apply-history-step-start-time", - "apply-history-step-source-snapshot", - "apply-history-step-initiator", - "uhus-serializeddata", - "uhus-historyhandling", - "top-level-traversable", - "update-document-for-history-step-application" - ] - }, - "https://whatpr.org/html/6315/webappapis.html": { - "anchors": [ - "navigation-and-traversal-task-source" - ] - }, - "https://wicg.github.io/uuid/": { - "anchors": [ - "dfn-generate-a-random-uuid" - ] - }, - "https://www.w3.org/TR/hr-time-3/": { - "anchors": [ - "dfn-unsafe-shared-current-time" - ], - "specShortname": "hr-time-3" - }, "https://www.w3.org/community/about/agreements/cla/": {}, "https://www.w3.org/community/wicg/": {}, "https://xhr.spec.whatwg.org/": { diff --git a/tr/links/netinfo.json b/tr/links/netinfo.json index 6f018865283b..713b52cfef99 100644 --- a/tr/links/netinfo.json +++ b/tr/links/netinfo.json @@ -33,14 +33,14 @@ "queue-a-task" ] }, - "https://html.spec.whatwg.org/multipage/webappapis.html": { + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { "anchors": [ - "eventhandler" + "window" ] }, - "https://html.spec.whatwg.org/multipage/window-object.html": { + "https://html.spec.whatwg.org/multipage/webappapis.html": { "anchors": [ - "window" + "eventhandler" ] }, "https://html.spec.whatwg.org/multipage/workers.html": { diff --git a/tr/links/rfc9112.json b/tr/links/rfc9112.json index 614848537446..c2eb93f2478c 100644 --- a/tr/links/rfc9112.json +++ b/tr/links/rfc9112.json @@ -48,6 +48,7 @@ "https://www.iana.org/assignments/media-types": {}, "https://www.iana.org/assignments/tls-extensiontype-values/": {}, "https://www.mnot.net/": {}, + "https://www.rfc-editor.org/errata/rfc9112": {}, "https://www.rfc-editor.org/info/bcp14": {}, "https://www.rfc-editor.org/info/bcp26": {}, "https://www.rfc-editor.org/info/rfc1945": {}, diff --git a/tr/links/screen-orientation.json b/tr/links/screen-orientation.json index 719712982972..29ea20f14d30 100644 --- a/tr/links/screen-orientation.json +++ b/tr/links/screen-orientation.json @@ -20,19 +20,24 @@ "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ - "browsing-context", "ancestor-browsing-context", - "concept-document-bc", - "fully-active", - "top-level-browsing-context", + "sandboxed-orientation-lock-browsing-context-flag", "active-document" ] }, - "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { + "https://html.spec.whatwg.org/multipage/document-lifecycle.html": { "anchors": [ "unloading-document-cleanup-steps" ] }, + "https://html.spec.whatwg.org/multipage/document-sequences.html": { + "anchors": [ + "browsing-context", + "concept-document-bc", + "fully-active", + "top-level-browsing-context" + ] + }, "https://html.spec.whatwg.org/multipage/infrastructure.html": { "anchors": [ "in-parallel" @@ -44,9 +49,10 @@ "page-visibility-change-steps" ] }, - "https://html.spec.whatwg.org/multipage/origin.html": { + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { "anchors": [ - "sandboxed-orientation-lock-browsing-context-flag" + "window", + "concept-document-window" ] }, "https://html.spec.whatwg.org/multipage/webappapis.html": { @@ -57,18 +63,14 @@ "event-handlers", "event-handler-event-type", "queue-a-global-task", - "dom-manipulation-task-source" - ] - }, - "https://html.spec.whatwg.org/multipage/window-object.html": { - "anchors": [ - "window", - "concept-document-window" + "dom-manipulation-task-source", + "queue-a-task" ] }, "https://infra.spec.whatwg.org/": { "anchors": [ "user-agent", + "assert", "ordered-set", "list-iterate" ], diff --git a/tr/links/scroll-animations-1.json b/tr/links/scroll-animations-1.json index aa730fb37079..6ef74274d504 100644 --- a/tr/links/scroll-animations-1.json +++ b/tr/links/scroll-animations-1.json @@ -1,7 +1,7 @@ { "spec": { "title": "Scroll-linked Animations", - "url": "https://drafts.csswg.org/scroll-animations-1/" + "url": "https://www.w3.org/TR/scroll-animations-1/" }, "links": { "https://datatracker.ietf.org/doc/html/rfc2119": {}, @@ -59,6 +59,7 @@ ], "specShortname": "webidl" }, + "https://wicg.github.io/scroll-animations/": {}, "https://www.w3.org/2021/Process-20211102/": { "anchors": [ "recs-and-notes" @@ -98,7 +99,8 @@ }, "https://www.w3.org/TR/css-align-3/": { "anchors": [ - "content-distribute" + "content-distribute", + "overflow-scroll-position" ], "specShortname": "css-align-3" }, @@ -236,7 +238,6 @@ ], "specShortname": "cssom-1" }, - "https://www.w3.org/TR/scroll-animations-1/": {}, "https://www.w3.org/TR/selectors-4/": { "anchors": [ "selector" diff --git a/tr/links/web-animations-2.json b/tr/links/web-animations-2.json index b10e67bf2463..6e198bc0d6db 100644 --- a/tr/links/web-animations-2.json +++ b/tr/links/web-animations-2.json @@ -136,6 +136,7 @@ "not-animatable", "effect-value", "target-property", + "effect-composition", "current-iteration", "update-animations-and-send-events", "in-effect", diff --git a/tr/links/web-app-launch.json b/tr/links/web-app-launch.json new file mode 100644 index 000000000000..343d7ccf3708 --- /dev/null +++ b/tr/links/web-app-launch.json @@ -0,0 +1,96 @@ +{ + "spec": { + "title": "Web App Launch Handler API", + "url": "https://wicg.github.io/web-app-launch/" + }, + "links": { + "https://datatracker.ietf.org/doc/html/bcp14": {}, + "https://github.com/WICG/web-app-launch/issues/": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/browsers.html": { + "anchors": [ + "creating-a-new-top-level-browsing-context" + ] + }, + "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { + "anchors": [ + "navigate" + ] + }, + "https://html.spec.whatwg.org/multipage/document-sequences.html": { + "anchors": [ + "top-level-browsing-context" + ] + }, + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { + "anchors": [ + "window" + ] + }, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "ordered-map", + "map-exists", + "string", + "list", + "list-iterate" + ], + "specShortname": "infra" + }, + "https://url.spec.whatwg.org/": { + "anchors": [ + "concept-url" + ], + "specShortname": "url" + }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "Exposed", + "idl-DOMString", + "idl-frozen-array", + "idl-any", + "idl-undefined" + ], + "specShortname": "webidl" + }, + "https://wicg.github.io/file-system-access/": { + "anchors": [ + "filesystemhandle", + "dom-filesystempermissiondescriptor-mode", + "dom-filesystempermissionmode-readwrite" + ], + "specShortname": "file-system-access" + }, + "https://wicg.github.io/manifest-incubations/index.html": { + "anchors": [ + "protocol_handlers-member", + "file_handlers-member", + "share_target-member", + "launch-queue-and-launch-params" + ], + "specShortname": "manifest-incubations" + }, + "https://www.rfc-editor.org/rfc/rfc2119": {}, + "https://www.rfc-editor.org/rfc/rfc8174": {}, + "https://www.w3.org/TR/appmanifest/": { + "anchors": [ + "dfn-extension-point", + "dfn-processing-a-manifest", + "dfn-start_url", + "dfn-processed-manifest", + "dfn-applied", + "dfn-within-scope-0" + ], + "specShortname": "appmanifest" + }, + "https://www.w3.org/TR/permissions/": { + "anchors": [ + "dom-permissionstate-granted" + ], + "specShortname": "permissions" + }, + "https://www.w3.org/community/": {}, + "https://www.w3.org/community/about/agreements/cla/": {}, + "https://www.w3.org/groups/cg/wicg": {} + } +} \ No newline at end of file diff --git a/tr/links/web-nfc.json b/tr/links/web-nfc.json index fa6610e11645..d1ac6302564d 100644 --- a/tr/links/web-nfc.json +++ b/tr/links/web-nfc.json @@ -63,16 +63,21 @@ "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ - "top-level-browsing-context", - "browsing-context", - "active-document" + "active-document", + "concept-origin" ] }, - "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { + "https://html.spec.whatwg.org/multipage/document-lifecycle.html": { "anchors": [ "unloading-document-cleanup-steps" ] }, + "https://html.spec.whatwg.org/multipage/document-sequences.html": { + "anchors": [ + "top-level-browsing-context", + "browsing-context" + ] + }, "https://html.spec.whatwg.org/multipage/infrastructure.html": { "anchors": [ "in-parallel" @@ -84,11 +89,6 @@ "dom-document-visibilitystate" ] }, - "https://html.spec.whatwg.org/multipage/origin.html": { - "anchors": [ - "concept-origin" - ] - }, "https://html.spec.whatwg.org/multipage/webappapis.html": { "anchors": [ "eventhandler", diff --git a/tr/links/web-share.json b/tr/links/web-share.json index ccdaad3ba9eb..283248e2d5a1 100644 --- a/tr/links/web-share.json +++ b/tr/links/web-share.json @@ -61,7 +61,7 @@ "https://github.com/w3c/web-share/pull/244": {}, "https://github.com/w3c/web-share/pull/245": {}, "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/browsers.html": { + "https://html.spec.whatwg.org/multipage/document-sequences.html": { "anchors": [ "fully-active" ] @@ -84,6 +84,11 @@ "consume-user-activation" ] }, + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { + "anchors": [ + "concept-document-window" + ] + }, "https://html.spec.whatwg.org/multipage/system-state.html": { "anchors": [ "navigator", @@ -99,10 +104,11 @@ "user-interaction-task-source" ] }, - "https://html.spec.whatwg.org/multipage/window-object.html": { + "https://infra.spec.whatwg.org/": { "anchors": [ - "concept-document-window" - ] + "assert" + ], + "specShortname": "infra" }, "https://paul.kinlan.me/": {}, "https://url.spec.whatwg.org/": { @@ -162,7 +168,8 @@ }, "https://www.w3.org/TR/permissions-policy-1/": { "anchors": [ - "default-allowlist" + "default-allowlist", + "default-allowlist-self" ], "specShortname": "permissions-policy-1" }, diff --git a/tr/links/webcodecs-opus-codec-registration.json b/tr/links/webcodecs-opus-codec-registration.json index e08aef4ae0ad..d8d7b67da3d4 100644 --- a/tr/links/webcodecs-opus-codec-registration.json +++ b/tr/links/webcodecs-opus-codec-registration.json @@ -31,11 +31,13 @@ "https://webidl.spec.whatwg.org/": { "anchors": [ "EnforceRange", - "idl-unsigned-long" + "idl-unsigned-long-long", + "idl-unsigned-long", + "idl-boolean" ], "specShortname": "webidl" }, - "https://www.rfc-editor.org/rfc/rfc7587": {}, + "https://www.rfc-editor.org/rfc/rfc6716": {}, "https://www.w3.org/2021/Process-20211102/": { "anchors": [ "recs-and-notes" diff --git a/tr/links/webcodecs.json b/tr/links/webcodecs.json index 7a5922e1f0aa..49cc82942206 100644 --- a/tr/links/webcodecs.json +++ b/tr/links/webcodecs.json @@ -19,6 +19,11 @@ "dom-navigator-canplaytype" ] }, + "https://html.spec.whatwg.org/multipage/browsers.html": { + "anchors": [ + "same-origin" + ] + }, "https://html.spec.whatwg.org/multipage/canvas.html": { "anchors": [ "canvasimagesource", @@ -66,8 +71,7 @@ }, "https://html.spec.whatwg.org/multipage/origin.html": { "anchors": [ - "concept-origin", - "same-origin" + "concept-origin" ] }, "https://html.spec.whatwg.org/multipage/structured-data.html": { diff --git a/tr/links/webdriver-bidi.json b/tr/links/webdriver-bidi.json index b7598778abea..28c3427d94b1 100644 --- a/tr/links/webdriver-bidi.json +++ b/tr/links/webdriver-bidi.json @@ -56,14 +56,8 @@ "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ - "top-level-browsing-context", - "concept-document-bc", - "active-window", - "browsing-context", - "parent-browsing-context", - "active-document", - "child-browsing-context", "creating-a-new-browsing-context", + "ascii-serialisation-of-an-origin", "bcg-remove" ] }, @@ -71,12 +65,23 @@ "anchors": [ "navigation-id", "navigate", - "source-browsing-context", "history-handling-behavior", - "prompt-to-unload-a-document", + "prompt-to-unload-a-document" + ] + }, + "https://html.spec.whatwg.org/multipage/document-lifecycle.html": { + "anchors": [ "unloading-document-cleanup-steps" ] }, + "https://html.spec.whatwg.org/multipage/document-sequences.html": { + "anchors": [ + "top-level-browsing-context", + "concept-document-bc", + "browsing-context", + "nav-document" + ] + }, "https://html.spec.whatwg.org/multipage/history.html": { "anchors": [ "session-history" @@ -97,9 +102,11 @@ "focusing-steps" ] }, - "https://html.spec.whatwg.org/multipage/origin.html": { + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { "anchors": [ - "ascii-serialisation-of-an-origin" + "window", + "concept-document-window", + "windowproxy" ] }, "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html": { @@ -134,9 +141,6 @@ }, "https://html.spec.whatwg.org/multipage/window-object.html": { "anchors": [ - "window", - "concept-document-window", - "windowproxy", "close-a-browsing-context", "window-open-steps", "set-up-a-window-environment-settings-object", diff --git a/tr/links/webnn.json b/tr/links/webnn.json index 7efed4fad51a..e3d2f14b1489 100644 --- a/tr/links/webnn.json +++ b/tr/links/webnn.json @@ -75,6 +75,12 @@ "allowed-to-use" ] }, + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { + "anchors": [ + "window", + "concept-document-window" + ] + }, "https://html.spec.whatwg.org/multipage/system-state.html": { "anchors": [ "navigator" @@ -85,12 +91,6 @@ "concept-relevant-global" ] }, - "https://html.spec.whatwg.org/multipage/window-object.html": { - "anchors": [ - "window", - "concept-document-window" - ] - }, "https://html.spec.whatwg.org/multipage/workers.html": { "anchors": [ "dedicatedworkerglobalscope", @@ -124,13 +124,14 @@ "this", "securityerror", "idl-DOMException", + "a-new-promise", + "resolve", + "notsupportederror", "idl-record", "idl-DOMString", "idl-undefined", "dataerror", - "a-new-promise", "reject", - "resolve", "idl-sequence", "idl-unsigned-long", "idl-unsigned-long-long", diff --git a/tr/links/webpackage.json b/tr/links/webpackage.json index 3bf70d77ef68..1435813e20fb 100644 --- a/tr/links/webpackage.json +++ b/tr/links/webpackage.json @@ -92,7 +92,9 @@ "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ - "active-document" + "same-origin", + "concept-origin", + "concept-origin-host" ] }, "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { @@ -131,13 +133,6 @@ "link-type-prefetch" ] }, - "https://html.spec.whatwg.org/multipage/origin.html": { - "anchors": [ - "same-origin", - "concept-origin", - "concept-origin-host" - ] - }, "https://html.spec.whatwg.org/multipage/semantics.html": { "anchors": [ "process-the-linked-resource", diff --git a/tr/links/webxr-ar-module-1.json b/tr/links/webxr-ar-module-1.json index 58688e590412..8c32017eb2e7 100644 --- a/tr/links/webxr-ar-module-1.json +++ b/tr/links/webxr-ar-module-1.json @@ -34,11 +34,12 @@ "recs-and-notes" ] }, - "https://www.w3.org/Consortium/Patent-Policy-20170801/": { + "https://www.w3.org/Consortium/Patent-Policy/": { "anchors": [ "def-essential", "sec-Disclosure" - ] + ], + "specShortname": "w3c-patent-policy" }, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/2019/WD-webxr-ar-module-1-20191010/": {}, diff --git a/tr/links/window-controls-overlay.json b/tr/links/window-controls-overlay.json index 3b4262f49089..cf01570fd68f 100644 --- a/tr/links/window-controls-overlay.json +++ b/tr/links/window-controls-overlay.json @@ -38,14 +38,14 @@ }, "https://github.com/WICG/window-controls-overlay/issues/": {}, "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/webappapis.html": { + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { "anchors": [ - "eventhandler" + "dom-window" ] }, - "https://html.spec.whatwg.org/multipage/window-object.html": { + "https://html.spec.whatwg.org/multipage/webappapis.html": { "anchors": [ - "dom-window" + "eventhandler" ] }, "https://infra.spec.whatwg.org/": { diff --git a/tr/links/window-placement.json b/tr/links/window-placement.json index 93986794a097..35851e22960a 100644 --- a/tr/links/window-placement.json +++ b/tr/links/window-placement.json @@ -57,6 +57,7 @@ }, "https://github.com/w3c/window-placement/blob/main/security_and_privacy.md": {}, "https://github.com/w3c/window-placement/issues": {}, + "https://github.com/w3c/window-placement/issues/114": {}, "https://github.com/w3c/window-placement/issues/80": {}, "https://html.spec.whatwg.org/multipage/": { "anchors": [ @@ -64,10 +65,9 @@ "transient-activation-duration" ] }, - "https://html.spec.whatwg.org/multipage/browsers.html": { + "https://html.spec.whatwg.org/multipage/document-sequences.html": { "anchors": [ - "top-level-browsing-context", - "active-document" + "top-level-browsing-context" ] }, "https://html.spec.whatwg.org/multipage/infrastructure.html": { @@ -82,6 +82,12 @@ "consume-user-activation" ] }, + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { + "anchors": [ + "window", + "dom-open" + ] + }, "https://html.spec.whatwg.org/multipage/webappapis.html": { "anchors": [ "eventhandler", @@ -91,12 +97,6 @@ "concept-relevant-global" ] }, - "https://html.spec.whatwg.org/multipage/window-object.html": { - "anchors": [ - "window", - "dom-open" - ] - }, "https://infra.spec.whatwg.org/": { "anchors": [ "list", @@ -165,6 +165,9 @@ "https://www.w3.org/TR/cssom-view-1": { "specShortname": "cssom-view-1" }, + "https://www.w3.org/TR/cssom-view-1/": { + "specShortname": "cssom-view-1" + }, "https://www.w3.org/TR/cssom-view/": { "anchors": [ "screen", diff --git a/tr/refs/FedCM.json b/tr/refs/FedCM.json index f5c281250311..91bdc2ee54de 100644 --- a/tr/refs/FedCM.json +++ b/tr/refs/FedCM.json @@ -17,10 +17,6 @@ "name": "CSP", "url": "https://w3c.github.io/webappsec-csp/" }, - { - "name": "CSP3", - "url": "https://www.w3.org/TR/CSP3/" - }, { "name": "CSS-COLOR-4", "url": "https://drafts.csswg.org/css-color/" @@ -66,8 +62,8 @@ "url": "https://w3cping.github.io/privacy-threat-model/" }, { - "name": "REFERRER-POLICY-1", - "url": "http://www.w3.org/TR/referrer-policy/" + "name": "REFERRER-POLICY", + "url": "https://w3c.github.io/webappsec-referrer-policy/" }, { "name": "RFC2119", diff --git a/tr/refs/css-animations-2.json b/tr/refs/css-animations-2.json index 447e6fca31ce..c3c4da3a78df 100644 --- a/tr/refs/css-animations-2.json +++ b/tr/refs/css-animations-2.json @@ -17,6 +17,10 @@ "name": "CSS-VALUES-4", "url": "https://drafts.csswg.org/css-values-4/" }, + { + "name": "CSS-WRITING-MODES-4", + "url": "https://drafts.csswg.org/css-writing-modes-4/" + }, { "name": "CSS3-ANIMATIONS", "url": "https://drafts.csswg.org/css-animations/" diff --git a/tr/refs/css-backgrounds-4.json b/tr/refs/css-backgrounds-4.json index 5317280d4cac..6d29ea20271c 100644 --- a/tr/refs/css-backgrounds-4.json +++ b/tr/refs/css-backgrounds-4.json @@ -6,8 +6,12 @@ "refs": { "normative": [ { - "name": "CSS-COLOR-3", - "url": "https://drafts.csswg.org/css-color-3/" + "name": "CSS-BOX-4", + "url": "https://drafts.csswg.org/css-box-4/" + }, + { + "name": "CSS-COLOR-4", + "url": "https://drafts.csswg.org/css-color/" }, { "name": "CSS-EASING-2", @@ -17,6 +21,10 @@ "name": "CSS-GRID-2", "url": "https://drafts.csswg.org/css-grid-2/" }, + { + "name": "CSS-IMAGES-4", + "url": "https://drafts.csswg.org/css-images-4/" + }, { "name": "CSS-TEXT-4", "url": "https://drafts.csswg.org/css-text-4/" diff --git a/tr/refs/css-box-3.json b/tr/refs/css-box-3.json index dc9e8e9d2b2d..a8a66896f2cd 100644 --- a/tr/refs/css-box-3.json +++ b/tr/refs/css-box-3.json @@ -14,8 +14,8 @@ "url": "https://www.w3.org/TR/css-break-4/" }, { - "name": "CSS-CASCADE-4", - "url": "https://www.w3.org/TR/css-cascade-4/" + "name": "CSS-CASCADE-5", + "url": "https://www.w3.org/TR/css-cascade-5/" }, { "name": "CSS-DISPLAY-3", @@ -59,7 +59,7 @@ }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, { "name": "SVG2", diff --git a/tr/refs/css-box-4.json b/tr/refs/css-box-4.json index e21efee639c9..b6321ad1b1b4 100644 --- a/tr/refs/css-box-4.json +++ b/tr/refs/css-box-4.json @@ -5,6 +5,10 @@ }, "refs": { "normative": [ + { + "name": "CSS-ALIGN-3", + "url": "https://www.w3.org/TR/css-align-3/" + }, { "name": "CSS-BACKGROUNDS-3", "url": "https://www.w3.org/TR/css-backgrounds-3/" @@ -14,8 +18,8 @@ "url": "https://www.w3.org/TR/css-break-4/" }, { - "name": "CSS-CASCADE-4", - "url": "https://www.w3.org/TR/css-cascade-4/" + "name": "CSS-CASCADE-5", + "url": "https://www.w3.org/TR/css-cascade-5/" }, { "name": "CSS-DISPLAY-3", @@ -26,8 +30,8 @@ "url": "https://www.w3.org/TR/css-flexbox-1/" }, { - "name": "CSS-GRID-1", - "url": "https://www.w3.org/TR/css-grid-1/" + "name": "CSS-GRID-2", + "url": "https://www.w3.org/TR/css-grid-2/" }, { "name": "CSS-MULTICOL-1", @@ -37,6 +41,10 @@ "name": "CSS-PSEUDO-4", "url": "https://www.w3.org/TR/css-pseudo-4/" }, + { + "name": "CSS-RUBY-1", + "url": "https://www.w3.org/TR/css-ruby-1/" + }, { "name": "CSS-SIZING-3", "url": "https://www.w3.org/TR/css-sizing-3/" @@ -59,7 +67,7 @@ }, { "name": "CSS2", - "url": "https://www.w3.org/TR/CSS2/" + "url": "https://www.w3.org/TR/CSS21/" }, { "name": "DOM", @@ -67,7 +75,7 @@ }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, { "name": "SVG2", diff --git a/tr/refs/css-color-4.json b/tr/refs/css-color-4.json index 78bea6c5a8ce..4f20c9f71df2 100644 --- a/tr/refs/css-color-4.json +++ b/tr/refs/css-color-4.json @@ -28,10 +28,6 @@ "name": "CSS-CASCADE-5", "url": "https://www.w3.org/TR/css-cascade-5/" }, - { - "name": "CSS-COLOR-5", - "url": "https://www.w3.org/TR/css-color-5/" - }, { "name": "CSS-COLOR-ADJUST-1", "url": "https://www.w3.org/TR/css-color-adjust-1/" @@ -40,6 +36,10 @@ "name": "CSS-CONDITIONAL-3", "url": "https://www.w3.org/TR/css-conditional-3/" }, + { + "name": "CSS-IMAGES-4", + "url": "https://www.w3.org/TR/css-images-4/" + }, { "name": "CSS-SYNTAX-3", "url": "https://www.w3.org/TR/css-syntax-3/" @@ -101,7 +101,7 @@ "url": "https://www.w3.org/TR/mediaqueries-5/" }, { - "name": "OKLab", + "name": "Oklab", "url": "https://bottosson.github.io/posts/oklab/" }, { @@ -139,8 +139,8 @@ "url": "https://www.w3.org/TR/css-animations-1/" }, { - "name": "CSS-IMAGES-4", - "url": "https://www.w3.org/TR/css-images-4/" + "name": "CSS-COLOR-5", + "url": "https://www.w3.org/TR/css-color-5/" }, { "name": "CSS-TRANSITIONS-1", diff --git a/tr/refs/css-extensions-1.json b/tr/refs/css-extensions-1.json index 7418f231f6c2..edb0fbf58778 100644 --- a/tr/refs/css-extensions-1.json +++ b/tr/refs/css-extensions-1.json @@ -6,8 +6,8 @@ "refs": { "normative": [ { - "name": "CSS-COLOR-3", - "url": "https://drafts.csswg.org/css-color-3/" + "name": "CSS-COLOR-4", + "url": "https://drafts.csswg.org/css-color/" }, { "name": "CSS-COLOR-5", diff --git a/tr/refs/css-values-5.json b/tr/refs/css-values-5.json index c9d441d4c48b..317802fedae9 100644 --- a/tr/refs/css-values-5.json +++ b/tr/refs/css-values-5.json @@ -9,14 +9,14 @@ "name": "CSS-CASCADE-5", "url": "https://drafts.csswg.org/css-cascade-5/" }, - { - "name": "CSS-COLOR-3", - "url": "https://drafts.csswg.org/css-color-3/" - }, { "name": "CSS-COLOR-4", "url": "https://drafts.csswg.org/css-color/" }, + { + "name": "CSS-GRID-2", + "url": "https://drafts.csswg.org/css-grid-2/" + }, { "name": "CSS-SYNTAX-3", "url": "https://drafts.csswg.org/css-syntax/" diff --git a/tr/refs/css-variables-2.json b/tr/refs/css-variables-2.json index cd946fccbd39..07922dce3fbd 100644 --- a/tr/refs/css-variables-2.json +++ b/tr/refs/css-variables-2.json @@ -67,6 +67,10 @@ "name": "CSS-BOX-4", "url": "https://drafts.csswg.org/css-box-4/" }, + { + "name": "CSS-CASCADE-4", + "url": "https://drafts.csswg.org/css-cascade-4/" + }, { "name": "CSS-CASCADE-6", "url": "https://drafts.csswg.org/css-cascade-6/" diff --git a/tr/refs/css-view-transitions-1.json b/tr/refs/css-view-transitions-1.json index f9a01f88bb2d..df350330d43f 100644 --- a/tr/refs/css-view-transitions-1.json +++ b/tr/refs/css-view-transitions-1.json @@ -1,7 +1,7 @@ { "spec": { "title": "CSS View Transitions Module Level 1", - "url": "https://drafts.csswg.org/css-view-transitions-1/" + "url": "https://www.w3.org/TR/css-view-transitions-1/" }, "refs": { "normative": [ diff --git a/tr/refs/html.json b/tr/refs/html.json index 5ab748b6791f..49e47b92f5fc 100644 --- a/tr/refs/html.json +++ b/tr/refs/html.json @@ -373,10 +373,6 @@ "name": "NAVIGATIONTIMING", "url": "https://w3c.github.io/navigation-timing/" }, - { - "name": "NAVMODEL", - "url": "https://arxiv.org/abs/1608.05444" - }, { "name": "OGGSKELETONHEADERS", "url": "https://wiki.xiph.org/SkeletonHeaders" @@ -557,10 +553,6 @@ "name": "URN", "url": "https://www.rfc-editor.org/rfc/rfc2141" }, - { - "name": "UUID", - "url": "https://wicg.github.io/uuid/" - }, { "name": "WEBANIMATIONS", "url": "https://drafts.csswg.org/web-animations-1/" @@ -573,6 +565,10 @@ "name": "WEBCODECS", "url": "https://w3c.github.io/webcodecs/" }, + { + "name": "WEBCRYPTO", + "url": "https://w3c.github.io/webcrypto/Overview.html" + }, { "name": "WEBDRIVERBIDI", "url": "https://w3c.github.io/webdriver-bidi/" @@ -792,10 +788,6 @@ "name": "WEBAUDIO", "url": "https://webaudio.github.io/web-audio-api/" }, - { - "name": "WEBCRYPTO", - "url": "https://w3c.github.io/webcrypto/Overview.html" - }, { "name": "WEBNFC", "url": "https://w3c.github.io/web-nfc/" diff --git a/tr/refs/navigation-api.json b/tr/refs/navigation-api.json index ada7da6f3c96..96d1bcb5cd0a 100644 --- a/tr/refs/navigation-api.json +++ b/tr/refs/navigation-api.json @@ -25,10 +25,6 @@ "name": "FETCH", "url": "https://fetch.spec.whatwg.org/" }, - { - "name": "HR-TIME-3", - "url": "https://w3c.github.io/hr-time/" - }, { "name": "HTML", "url": "https://html.spec.whatwg.org/multipage/" @@ -45,6 +41,10 @@ "name": "URL", "url": "https://url.spec.whatwg.org/" }, + { + "name": "WebCryptoAPI", + "url": "https://w3c.github.io/webcrypto/" + }, { "name": "WEBIDL", "url": "https://webidl.spec.whatwg.org/" @@ -55,10 +55,6 @@ } ], "informative": [ - { - "name": "CSP", - "url": "https://w3c.github.io/webappsec-csp/" - }, { "name": "CSS-SCROLL-ANCHORING-1", "url": "https://drafts.csswg.org/css-scroll-anchoring/" diff --git a/tr/refs/scroll-animations-1.json b/tr/refs/scroll-animations-1.json index 16b1cce5e9ed..59691095f196 100644 --- a/tr/refs/scroll-animations-1.json +++ b/tr/refs/scroll-animations-1.json @@ -1,7 +1,7 @@ { "spec": { "title": "Scroll-linked Animations", - "url": "https://drafts.csswg.org/scroll-animations-1/" + "url": "https://www.w3.org/TR/scroll-animations-1/" }, "refs": { "normative": [ @@ -93,7 +93,7 @@ }, { "name": "SCROLL-ANIMATIONS-1", - "url": "https://www.w3.org/TR/scroll-animations-1/" + "url": "https://wicg.github.io/scroll-animations/" }, { "name": "SELECTORS-4", diff --git a/tr/refs/web-app-launch.json b/tr/refs/web-app-launch.json new file mode 100644 index 000000000000..c1e0e43a97a6 --- /dev/null +++ b/tr/refs/web-app-launch.json @@ -0,0 +1,47 @@ +{ + "spec": { + "title": "Web App Launch Handler API", + "url": "https://wicg.github.io/web-app-launch/" + }, + "refs": { + "normative": [ + { + "name": "appmanifest", + "url": "https://www.w3.org/TR/appmanifest/" + }, + { + "name": "file-system-access", + "url": "https://wicg.github.io/file-system-access/" + }, + { + "name": "html", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "infra", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "permissions", + "url": "https://www.w3.org/TR/permissions/" + }, + { + "name": "RFC2119", + "url": "https://www.rfc-editor.org/rfc/rfc2119" + }, + { + "name": "RFC8174", + "url": "https://www.rfc-editor.org/rfc/rfc8174" + }, + { + "name": "url", + "url": "https://url.spec.whatwg.org/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" + } + ], + "informative": [] + } +} \ No newline at end of file diff --git a/tr/refs/webcodecs-opus-codec-registration.json b/tr/refs/webcodecs-opus-codec-registration.json index b7553f996663..3fcc2cb65aa2 100644 --- a/tr/refs/webcodecs-opus-codec-registration.json +++ b/tr/refs/webcodecs-opus-codec-registration.json @@ -28,8 +28,8 @@ "url": "https://datatracker.ietf.org/doc/html/rfc7845" }, { - "name": "RFC7587", - "url": "https://www.rfc-editor.org/rfc/rfc7587" + "name": "RFC6716", + "url": "https://www.rfc-editor.org/rfc/rfc6716" }, { "name": "WEBCODECS-CODEC-REGISTRY", diff --git a/tr/refs/window-placement.json b/tr/refs/window-placement.json index eb0568a80e94..99f943c16b6a 100644 --- a/tr/refs/window-placement.json +++ b/tr/refs/window-placement.json @@ -11,7 +11,7 @@ }, { "name": "CSSOM-VIEW-1", - "url": "https://www.w3.org/TR/cssom-view/" + "url": "https://www.w3.org/TR/cssom-view-1/" }, { "name": "DESIGN-PRINCIPLES",